-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
84 lines (76 loc) · 2.09 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
site_name: Kelp-O-Matic
site_url: https://hakai-segmentation.readthedocs.io
repo_url: https://github.com/HakaiInstitute/kelp-o-matic
repo_name: HakaiInstitue/kelp-o-matic
nav:
- Home: index.md
- Beginner Guide:
- beginner_guide/index.md
- Set-up and Installation: beginner_guide/setup.md
- Running the Segmentation Tool: beginner_guide/execution.md
- Post-Processing: beginner_guide/post_processing.md
- Installation: installation.md
- Data Requirements: expectations.md
- Command Line Interface: cli.md
- Python API: python_lib.md
- About: about.md
- FAQs: faqs.md
- Issue Tracker: 'https://github.com/HakaiInstitute/kelp-o-matic/issues'
theme:
name: material
palette:
primary: teal
icon:
logo: material/shore
features:
- navigation.indexes
extra:
analytics:
provider: google
property: G-RSSQERRJ3Q
social:
- icon: fontawesome/brands/x-twitter
link: https://x.com/HakaiGeospatial
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/hakaiinstitute
- icon: fontawesome/brands/linkedin
link: https://ca.linkedin.com/company/hakai-institute
watch:
- kelp_o_matic
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- pymdownx.caret
- pymdownx.details
- pymdownx.keys
- pymdownx.tilde
- tables
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
plugins:
- search:
lang: en
- mkdocstrings:
handlers:
python:
options:
docstring_style: google