-
Notifications
You must be signed in to change notification settings - Fork 105
/
mkdocs.yml
28 lines (28 loc) · 1.09 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
site_name: SUMMA
site_description: Structure for Unifying Multiple Modeling Alternatives
site_author: NCAR | SUMMA
repo_url: https://www.github.com/NCAR/summa
site_url: https://summa.readthedocs.org
docs_dir: docs
theme: readthedocs
nav:
- Home:
- SUMMA Overview: 'index.md'
- SUMMA Documentation: 'SUMMA_documentation.md'
- Installation:
- SUMMA Installation: 'installation/SUMMA_installation.md'
- SUMMA on OS X: 'installation/SUMMA_on_OS_X.md'
- SUMMA using Docker: 'installation/SUMMA_docker.md'
- SUMMA Test Cases: 'installation/SUMMA_test_cases.md'
- Configuration:
- SUMMA Configuration: 'configuration/SUMMA_configuration.md'
- SUMMA Model Decisions: 'configuration/SUMMA_model_decisions.md'
- Input/Output:
- SUMMA Input: 'input_output/SUMMA_input.md'
- SUMMA Output: 'input_output/SUMMA_output.md'
- Development:
- SUMMA Coding Conventions: 'development/SUMMA_coding_conventions.md'
- SUMMA and Git: 'development/SUMMA_and_git.md'
- SUMMA Git Workflow: 'development/SUMMA_git_workflow.md'
- References: 'references.md'
google_analytics: ['UA-108421993-5', 'summa.readthedocs.org']