-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
137 lines (129 loc) · 4.21 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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
site_name: Terarium help
site_author: Uncharted Software Inc.
copyright: Copyright © 2024 Uncharted Software Inc.
theme:
name: material
custom_dir: overrides
features:
- search.suggest
- search.highlight
- navigation.instant
- navigation.indexes
- navigation.top
- navigation.instant
- navigation.footer
- content.code.copy
- content.tabs.link
logo_dark_mode: img/terarium-logo-dark.svg
logo_light_mode: img/terarium-logo-light.svg
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: terarium
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
favicon: img/terarium-icon.png
font:
text: Figtree
language: custom
plugins:
- search: {}
- glightbox: {}
- macros: {}
- redirects:
redirect_maps:
# 'old.md': 'new.md'
# 'old/file.md': 'new/file.md'
# 'some_file.md': 'http://external.url.com/foobar'
- privacy
- print-site:
enumerate_headings: false
add_cover_page: true
add_to_navigation: true
add_print_site_banner: true
print_site_banner_template: "docs/assets/custom_banner.tpl"
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/DARPA-ASKEM/Terarium
name: Terarium on GitHub
product_name: Terarium
build: core
markdown_extensions:
admonition: {}
attr_list: {}
def_list: {}
md_in_html: {}
pymdownx.details: {}
pymdownx.superfences: {}
pymdownx.tabbed:
alternate_style: true
pymdownx.keys: {}
pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
pymdownx.arithmatex:
generic: true
tables:
toc:
permalink: true
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascript/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
nav:
- Home:
- index.md
- Get started:
- Using Terarium: get-started/using-terarium.md
- "Tutorial: Recreate, modify, and simulate a model": get-started/example-workflow.md
- Gather modeling resources: gather-resources/index.md
- Build a workflow graph: workflows/index.md
- Review and transform data:
- datasets/index.md
- Review and enrich a dataset: datasets/review-and-enrich-dataset.md
- Transform dataset: datasets/transform-dataset.md
- Compare datasets: datasets/compare-datasets.md
- Modeling:
- modeling/index.md
- Review and enrich a model: modeling/review-and-enrich-model.md
- Create a model from equations: modeling/create-model-from-equations.md
- Edit a model: modeling/edit-model.md
- Stratify a model: modeling/stratify-model.md
- Compare models: modeling/compare-models.md
- Configuration and intervention:
- config-and-intervention/index.md
- Configure a model: config-and-intervention/configure-model.md
- Validate a model configuration: config-and-intervention/validate-model-configuration.md
- Create an intervention policy: config-and-intervention/create-intervention-policy.md
- Optimize an intervention policy: config-and-intervention/optimize-intervention-policy.md
- Simulate an intervention policy: config-and-intervention/simulate-intervention-policy.md
- Simulation:
- simulation/index.md
- Simulate a model: simulation/simulate-model.md
- Sensitivity analysis: simulation/sensitivity-analysis.md
- Calibrate a model: simulation/calibrate-model.md
- Simulate ensemble: simulation/simulate-ensemble.md
- Calibrate ensemble: simulation/calibrate-ensemble.md
- Annotate your work: notes/index.md
- Integrated subsystems:
- subsystems/index.md
- TDS: subsystems/TDS.md
- AMR: subsystems/AMR.md
- Knowledge extraction: subsystems/knowledge-extraction.md
- Modeling: subsystems/modeling.md
- Simulation: subsystems/simulation.md
- Beaker: subsystems/beaker.md
- Glossary:
- glossary/index.md