forked from andreagrisafi/SALTED
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yaml
57 lines (50 loc) · 1.47 KB
/
mkdocs.yaml
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
site_name: "SALTED: Symmetry-Adapted Learning of Three-dimensional Electron Densities"
theme:
name: readthedocs
highlightjs: true
# logo: assets/SALTED_icon_vanilla_long.png
# favicon: assets/SALTED_icon_vanilla_long.png
site_url: https://github.com/andreagrisafi/SALTED
nav:
- Home: index.md
- Installation: installation.md
- Theory: theory.md
- Workflow: workflow.md
- Input: input.md
- Tutorial:
- Part 1 - Dataset: tutorial/dataset.md
- Part 2 - Training: tutorial/training.md
# - Part 3 - Predict Properties: tutorial/predict.md
# - Examples:
# - Example 1 - Water & PySCF: examples/water_pyscf.md
# - Example 2 - Water & FHI-aims: examples/water_aims.md
# - Example 3 - Au slab & CP2K: examples/au_cp2k.md
- API: api.md
plugins:
- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
options:
docstring_style: google
show_root_heading: true
show_source: false
markdown_extensions:
- markdown_include.include:
base_path: .
- admonition
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences
- attr_list
- footnotes
- md_in_html
- pymdownx.details
- pymdownx.snippets
extra_javascript:
- javascripts/mathjax.js # mathjax support
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/extra.css