-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (28 loc) · 1.09 KB
/
mkdocs.yml
File metadata and controls
29 lines (28 loc) · 1.09 KB
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
site_name: CalSim 3 Documentation
nav:
- Home: index.md
- Hello CalSim: hellocalsim.md
- Post-Processing: hellopostpro.md
- Model Setup: modelsetup.md
- Lookup Tables: lookuptables.md
- Common CalSim 3 Variables: common_cs3vars.md
- Common CalSim 2 Variables (Legacy): common_cs2vars.md
- Glossary: glossary.md
- FAQ: faq.md
- CalSim User Group: csug.md
- CalSim Training (2025):
- Training Overview: calsim-training/training-overview.md
- Session 0 - Tech Setup: calsim-training/session0.md
- Session 1 - Intro: calsim-training/session1.md
- Session 2 - Upper Watersheds and Delta Hydrology: calsim-training/session2.md
- Session 3 - Hydrology Part 1: calsim-training/session3.md
- Session 4 - Modeling for Change and Access to Water: calsim-training/session4.md
- Session 5 - Regulations and Operations I: calsim-training/session5.md
- Session 6 - Regulations and Operations II: calsim-training/session6.md
extra_css:
- stylesheets/extra.css
theme: readthedocs
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences