forked from aquacropos/aquacrop
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
39 lines (32 loc) · 983 Bytes
/
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
site_name: AquaCrop-OSPy
theme:
name: material
repo_url: https://github.com/aquacropos/aquacrop
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [.]
options:
show_root_heading: true
heading_level: 2
- mkdocs-jupyter:
include_source: True
ignore_h1_titles: True
nav:
- Home: index.md
- Notebooks:
- Getting Started: notebooks/AquaCrop_OSPy_Notebook_1.ipynb
- Estimating Irrigation Demand: notebooks/AquaCrop_OSPy_Notebook_2.ipynb
- Optimizing Irrigation: notebooks/AquaCrop_OSPy_Notebook_3.ipynb
- Climate Change Impacts: notebooks/AquaCrop_OSPy_Notebook_4.ipynb
- Comparison with AquaCrop Windows: notebooks/05_comparison.ipynb
- API:
- Core: core.md
- Entities: entities.md
- Initialize: initialize.md
- Solution: solution.md
- Timestep: timestep.md
- Utils: utils.md
# - Lars: lars.md