-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmkdocs.yml
More file actions
74 lines (68 loc) · 1.89 KB
/
mkdocs.yml
File metadata and controls
74 lines (68 loc) · 1.89 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
69
70
71
72
73
74
site_name: Vessim
site_url: !ENV READTHEDOCS_CANONICAL_URL
repo_url: https://github.com/dos-group/vessim
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- javascripts/readthedocs.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- Overview: index.md
- Getting Started: getting_started.md
- Concepts:
- Signals and Datasets: concepts/signals.md
- Dispatchables and Dispatch Policies: concepts/dispatchables.md
- Controllers: concepts/controllers.md
- Software-in-the-Loop: concepts/sil.md
- API Reference:
- Environment: api_reference/environment.md
- Microgrid: api_reference/microgrid.md
- Actor: api_reference/actor.md
- Signal: api_reference/signal.md
- Dispatchable: api_reference/dispatchable.md
- Dispatch Policy: api_reference/dispatch_policy.md
- Controller: api_reference/controller.md
- CLI: api_reference/cli.md
- Publications: publications.md
- About: about.md
theme:
name: material
custom_dir: docs/overrides
logo: assets/logo_white.svg
favicon: assets/favicon.svg
features:
- content.code.copy
- content.code.annotate
palette:
- scheme: default
primary: teal
accent: teal
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_root_heading: true
show_root_full_path: false
show_signature: false
show_symbol_type_heading: true
show_labels: true
members_order: source
filters:
- "!^_"
markdown_extensions:
- admonition
- attr_list
- pymdownx.highlight:
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- md_in_html
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true