-
Notifications
You must be signed in to change notification settings - Fork 49
/
mkdocs.yml
37 lines (37 loc) · 1.13 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
site_name: HYDRAFloods Documentation
nav:
- Overview: index.md
- Installation: installation.md
- Getting Started: getting-started.md
- Using the Dataset class: using-datasets.md
- Algorithms: algorithms.md
- Workflow Example: workflow-example.md
- Command Line Interface: cli.md
- API Reference:
- corrections module: corrections.md
- datasets module: datasets.md
- depths module: depths.md
- decorators module: decorators.md
- fetch module: fetch.md
- floods module: floods.md
- filtering module: filtering.md
- fuzzy module: fuzzy.md
- geeutils module: geeutils.md
- indices module: indices.md
- ml module: ml.md
- thresholding module: thresholding.md
- timeseries module: timeseries.md
- utils module: utils.md
- workflows.dswfp module: dswfp.md
theme:
name: material
logo: 'img/hydrafloods_logo.png'
favicon: 'img/favicon.ico'
extra_css:
- stylesheets/extra.css
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
plugins:
- search
- mkdocstrings