-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
93 lines (80 loc) · 2.04 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
### Site metadata ###
site_name: GeoEPIC
site_description: Python Utility function to run EPIC model
site_url: https://smarsgroup.github.io/geoepic-docs/
repo_url: https://github.com/smarsGroup/geo-epic
# 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
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
extra_css:
- extra.css
palette:
primary: black #
# # Palette toggle for dark mode
# media: "(prefers-color-scheme: dark)"
# scheme: slate
# toggle:
# icon: material/brightness-4
# name: Switch to light mode
# Palette toggle for light mode
# - media: "(prefers-color-scheme: light)"
# scheme: default
# toggle:
# icon: material/brightness-7
# name: Switch to dark mode
font:
text: Roboto
code: Roboto Mono
favicon: assets/logo.png
icon:
logo: logo
repo: fontawesome/brands/github
# Plugins
plugins:
- blog
- search:
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
nav:
- Home:
- Overview: index.md
- Installation: installation.md
- EPIC Model:
- Environmental Policy Integrated Climate Model: epic.md
- Modules:
- Crop Sequence Boundaries: csb.md
- Weather Module: Weather.md
- Soil Module: Soil.md
- Crop Management: OPC.md
- Google Earth Engine Utility: gee.md
- Getting Started:
- Code in Python: runexp.md
- Model Calibration: opt.md
- Running an Experiment: runepic.md
- API: api.md