-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
265 lines (244 loc) Β· 7.77 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
# Copyright (c) 2023-2024 Cannlytics <contact@cannlytics.com>
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
# Project information
site_name: Cannlytics Documentation
site_url: https://docs.cannlytics.com/
site_author: Keegan Skeate
site_description: Cannlytics is a suite of tools that you can use to wrangle, standardize, and analyze cannabis data.
copyright: Copyright © 2020-2024 Cannlytics
# Repository
repo_name: Cannlytics
repo_url: https://github.com/cannlytics/cannlytics
edit_uri: ""
docs_dir: ./
site_dir: ./public/docs
# Configuration
theme:
name: material
custom_dir: ./docs/theme
# Static files
static_templates:
- 404.html
# Logos
favicon: assets/images/favicon.ico
logo: assets/images/cannlytics_calyx_512.svg
# Features
features:
- content.code.annotate
- navigation.tabs
- navigation.tracking
# Theme
palette:
- scheme: default
primary: white
accent: green
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: black
accent: amber
toggle:
icon: material/weather-night
name: Switch to light mode
font:
text: Lora
code: Roboto Mono
# Extensions
markdown_extensions:
# - markdown.extensions.toc:
# slugify: !!python/name:pymdownx.slugs.uslugify
# permalink: ""
- markdown.extensions.admonition:
- markdown.extensions.smarty:
smart_quotes: false
- pymdownx.betterem:
- markdown.extensions.attr_list:
- markdown.extensions.def_list:
- markdown.extensions.tables:
- markdown.extensions.abbr:
- markdown.extensions.footnotes:
- markdown.extensions.md_in_html:
- pymdownx.tabbed:
- pymdownx.superfences:
- pymdownx.highlight:
extend_pygments_lang:
- name: php-inline
lang: php
options:
startinline: true
- name: pycon3
lang: pycon
options:
python3: true
linenums_style: pymdownx-inline
- pymdownx.inlinehilite:
custom_inline:
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.inline_mathjax_format
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
social_url_shorthand: true
social_url_shortener: true
user: cannlytics
repo: cannlytics
- pymdownx.tilde:
- pymdownx.caret:
- pymdownx.smartsymbols:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.escapeall:
hardbreak: True
nbsp: True
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.arithmatex:
- pymdownx.mark:
- pymdownx.striphtml:
- pymdownx.keys:
separator: "\uff0b"
- pymdownx.details:
- pymdownx.tabbed:
- pymdownx.saneheaders:
# Customization
extra:
analytics:
provider: google
property: !!python/object/apply:os.getenv ["GOOGLE_ANALYTICS_KEY"]
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/cannlytics
- icon: fontawesome/brands/python
link: https://pypi.org/project/cannlytics/
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/company/cannlytics
# Plugins
plugins:
- autorefs
- search
- same-dir
- exclude:
glob:
- public/*
- node_modules/*
- cannlytics.egg-info/*
- dist/*
- build/*
- ai/*
- api/*[!m][!d]
- app/*
- cannlytics/*[!m][!d]
- datasets/*[!m][!d]
- functions/*
- lims/*
- metrc/*
- tests/*
- tools/*
- website/*
# Index
nav:
# About
#------------
# - Home: docs/index.md
# About
#------------
- About:
# - Overview: README.md
# - About: docs/about/about.md
# - FAQ: docs/about/faq.md
- Support: docs/about/support.md
- License: docs/about/license.md
- Privacy policy: docs/about/privacy-policy.md
- Security policy: docs/about/security-policy.md
- Terms of service: docs/about/terms-of-service.md
# Data
#------------
# - Data:
# - Overview: datasets/readme.md
# - Cannabis Licenses: datasets/cannabis_licenses/readme.md
# # - Cannabis Patents: datasets/cannabis_patents/readme.md
# # - Cannabis Sales: datasets/cannabis_sales/readme.md
# # - Cannabis Strains: datasets/cannabis_strains/readme.md
# - Cannabis Tests: datasets/cannabis_tests/readme.md
# API
#------------
# - API:
# - Overview: api/readme.md
# # - Authentication: api/auth/readme.md
# - AI:
# # - Overview: api/ai/readme.md
# - Recipes: api/ai/recipes.md
# - Data:
# - COAs: api/data/coas.md
# # - Licenses: api/data/licenses.md
# - Receipts: api/data/receipts.md
# # - Sales: api/data/sales.md
# - Strains: api/data/strains.md
# - Stats:
# - Effects and Aromas: api/stats/skunkfx.md
# # TODO: Document personality test API.
# - Metrc: api/metrc/readme.md
# # - Users: api/users/readme.md
# # - Organizations: api/organizations/readme.md
# # - Settings: api/settings/readme.md
# Cannlytics
#---------------
# - Open Source:
# - Overview: cannlytics/readme.md
# - Data:
# - Overview: cannlytics/data/readme.md
# - CCRS: cannlytics/data/ccrs/readme.md
# - COAs: cannlytics/data/coas/readme.md
# # - Licenses: cannlytics/data/coas/readme.md
# # - Market: cannlytics/data/market/readme.md
# - Sales and Receipts: cannlytics/data/sales/readme.md
# - Strains: cannlytics/data/strains/readme.md
# # - Authentication: cannlytics/auth/readme.md
# # TODO: Document Functions.
# - Firebase: cannlytics/firebase/readme.md
# # - LIMS: cannlytics/lims/readme.md
# - Metrc: cannlytics/metrc/readme.md
# # - Models: cannlytics/models/readme.md
# # - Stats: cannlytics/stats/readme.md
# - Utils: cannlytics/utils/readme.md
# Users
#------------
# - Users:
# - Getting Started: console/get-started.md
# - Authentication: console/authentication.md
# - Quickstart Guide
# - Examples
# Developers
#------------
- Contributing:
- Overview: docs/developers/contributing.md
# - Overview: README.md
# - Contributing: docs/developers/contributing.md
- Getting Started: docs/developers/development.md
- Testing: docs/developers/testing.md
- Security: docs/developers/security.md
# - Control of Documents: docs/developers/control-of-documents.md
- Documentation: docs/developers/documentation.md
# - Data Collection: docs/developers/data-collection.md
# - COA Parsing: docs/developers/coa-parsing.md
- Datasets: docs/developers/datasets.md
- Packaging: docs/developers/packaging.md
- Publishing: docs/developers/publishing.md
- Change Log: docs/changelog.md