forked from ICAMS/python-ace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (24 loc) · 704 Bytes
/
mkdocs.yml
File metadata and controls
29 lines (24 loc) · 704 Bytes
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
site_name: pacemaker
theme:
name: "material"
plugins:
- search
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- toc:
permalink: "#"
separator: "_"
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
nav:
- Installation: pacemaker/install.md
- Quick start: pacemaker/quickstart.md
- Pacemaker workflow: pacemaker/workflow.md
- Extrapolation grade and active learning: pacemaker/active_learning.md
- Input file: pacemaker/inputfile.md
- CLI: pacemaker/cli.md
- Utilities: pacemaker/utilities.md
- FAQs: pacemaker/faq.md