-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathmkdocs.yml
More file actions
58 lines (49 loc) · 1.16 KB
/
mkdocs.yml
File metadata and controls
58 lines (49 loc) · 1.16 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
site_name: PYPSSE
theme:
name: "material"
extra_css:
- css/mkdocsoad.css
plugins:
- search
- autorefs
- table-reader
- mkdocs-video
- neoteroi.mkdocsoad:
use_pymdownx: false
- mkdocstrings:
handlers:
python:
options:
show_symbol_type_heading: true
- glightbox
- termynal:
title: anaconda prompt
buttons: windows
nav:
- Home : index.md
- Getting Started :
CLI interface: code/cli.md
API interface: code/api.md
- Tutorials : tutorials.md
- Co-design and co-simulation :
HELICS: code/helics_interface.md
OpenMDAO: code/mdao.md
- Reference manual:
Data models : code/models.md
Enumerations : code/enumerations.md
PyPSSE package: code/reference.md
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- mkdocs-click
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
hooks:
- docs/code/enumerations.py
- docs/code/endantic.py