-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
109 lines (99 loc) · 2.71 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
### Site metadata ###
site_name: GeoEPIC
site_description: Python toolkit to run EPIC model
site_url: https://smarsgroup.github.io/geo_epic_win/
repo_url: https://github.com/smarsGroup/geo_epic_win
edit_uri: edit/main/docs/
# site_dir: './site'
### Build settings ###
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_css:
- extra.css
theme:
name: material
# custom_dir: custom
features:
- announce.dismiss
- content.action.edit
# - content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
palette:
primary: black
font:
text: Roboto
code: Roboto Mono
favicon: assets/logo.png
icon:
logo: logo
repo: fontawesome/brands/github
# Plugins
plugins:
- blog
- mkdocstrings:
handlers:
python:
options:
show_root_heading: true
show_source: false
show_symbol_type_heading: true
show_symbol_type_toc: true
show_root_toc_entry: true
summary:
classes: true
functions: true
show_docstring_modules: false
filters:
- "!^_"
paths:
- src/geoEpic
- search:
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
nav:
- Home:
- Home: index.md
- EPIC Model: pages/epic.md
- Installation: pages/installation.md
- License: pages/LICENSE.md
- Contributing: pages/Contributing.md
- Getting Started:
# - Overview: pages/overview.md
- Weather Module: pages/Weather.md
- Soil Module: pages/Soil.md
- Crop Management: pages/OPC.md
- EPIC Python Interface: pages/EPICModel.md
- Calibration Module: pages/calibration.md
- Earth Engine Utility: pages/gee.md
- Tutorials:
- Site Simulation: pages/starter_notebook.md
- Calibration Example: pages/opt.md
- Creating Site Input Files: pages/runepic.md
- Spatial Crop Simulations: pages/runepic.md
- Querying USDA Soil Data Access: pages/runepic.md
- API Reference:
- geoEpic.core: pages/api/core.md
- geoEpic.io: pages/api/io.md
- geoEpic.weather: pages/api/weather.md
- geoEpic.soil: pages/api/soil.md
- geoEpic.gee: pages/api/gee.md
- geoEpic.utils: pages/api/utils.md
- Command Line Interface: pages/api/api.md
# - utility: pages/api/utils.md