-
Notifications
You must be signed in to change notification settings - Fork 72
/
mkdocs.yml
55 lines (49 loc) · 1.49 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
site_name: Dolo
theme:
name: readthedocs
# titles_only: true
# name: material
nav:
- Home: index.md
- Install: installation.md
- Modeling:
- The Dolo Language: modeling_language.md
- Model API: model_api.md
- Model Specification: model_specification.md
- Processes: processes.md
# - API: mkapi/api/dolo
- Local Solution Algorithms:
- Steady-State: steady_state.md
- Perturbation: perturbation.md
- Perfect Foresight Algorithm:
- Perfect Foresight: perfect_foresight.md
- Global Solution Algorithms:
- Parameterized Expectations: parameterized_expectations.md
- Time Iteration: time_iteration.md
- Value Iteration: value_iteration.md
- Post Processing:
- Inspecting the Solution: inspect.md
- Simulation: simulation.md
- Misc:
- Finite Horizon Time Iteration: finite_iteration.md
plugins:
- search # necessary for search to work
- mkapi
markdown_extensions:
- mdx_math
- markdown.extensions.admonition
- pymdownx.details
- pymdownx.arithmatex
- pymdownx.snippets
- pymdownx.highlight:
use_pygments: true
extend_pygments_lang: [yaml]
- pymdownx.superfences
extra_css:
- css/extra.css
extra_javascript:
# other extra java script
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
- https://cdn.jsdelivr.net/npm/vega@5
- https://cdn.jsdelivr.net/npm/vega-lite@3
- https://cdn.jsdelivr.net/npm/vega-embed@5