-
Notifications
You must be signed in to change notification settings - Fork 15
/
mkdocs.yml
30 lines (30 loc) · 1010 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
site_name: FUSE manual
repo_url: https://github.com/naddor/fuse
docs_dir: docs
theme:
name: readthedocs
nav_style: dark
nav:
- Home: index.md
- Installation and test cases:
- Installation: 'install/install_fuse.md'
- Test data: 'install/test_data.md'
- Test cases: 'install/test_cases.md'
- Execution:
- Overview: 'modes/overview.md'
- Model structure: 'modes/structure.md'
- Parameter modes: 'modes/execution_modes.md'
- Spatial modes: 'modes/spatial_modes.md'
- Numerical methods: 'modes/numerical_methods.md'
- Files:
- File manager: 'files/file_manager.md'
- Input files: 'files/input_files.md'
- Settings files: 'files/settings_files.md'
- Output files: 'files/output_files.md'
- Modules:
- Precipitation: 'modules/1_precip.md'
- Extras:
- MPI: 'extras/mpi.md'
- mizuRoute for FUSE: 'extras/mizuRoute.md'
- Tools for FUSE: 'extras/tofu.md'
- CAMELS for FUSE: 'extras/camels_for_fuse.md'