-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathmkdocs.yml
More file actions
68 lines (59 loc) · 1.77 KB
/
mkdocs.yml
File metadata and controls
68 lines (59 loc) · 1.77 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
site_name: SIPNET Documentation
nav:
- Home: README.md
- Model Description:
- Parameters: parameters.md
- Model Specification: model-structure.md
- User Guide:
- Getting Started: user-guide/getting-started.md
- Running SIPNET: user-guide/running-sipnet.md
- Model Inputs: user-guide/model-inputs.md
- Model Outputs: user-guide/model-outputs.md
- Developer Guide:
- Code Structure: developer-guide/code-structure.md
- Adding New Command Line Options: developer-guide/cli-options.md
- Logging: developer-guide/logging.md
- Restart Checkpoint Spec: developer-guide/restart-checkpoint.md
- Testing: developer-guide/testing.md
- Contributing: CONTRIBUTING.md
- API Reference: api/index.html
- Releases: https://github.com/PecanProject/sipnet/releases
- Changelog: CHANGELOG.md
- Code of Conduct: CODE_OF_CONDUCT.md
theme:
name: material
features:
- content.action.edit
- content.code.copy
- navigation.expand
icon:
edit: material/pencil
palette:
- scheme: default
primary: green
accent: light green
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- attr_list
- toc:
permalink: true
- footnotes
- pymdownx.superfences
- pymdownx.magiclink:
repo_url_shorthand: true
user: PecanProject
repo: sipnet
extra_javascript:
- javascripts/mathjax-config.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra:
arithmatex:
inline_syntax: ['\\(', '\\)']
block_syntax: ['\\[', '\\]']
repo_url: https://github.com/PecanProject/sipnet
edit_uri: edit/master/docs/
# Use relative URLs so previews under subpaths work
use_directory_urls: true
# Avoid absolute site_url; let MkDocs generate relative asset paths
site_url: ""