-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
70 lines (68 loc) · 1.59 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
site_name: psiflow
theme:
favicon: icon.svg
name:
material
#font:
# text: overpass
palette:
primary: teal
accent: yellow
scheme: default
logo: icon.svg
features:
- content.code.copy
- navigation.instant
- navigation.tracking
#- navigation.tabs
#- navigation.tabs.sticky
- navigation.indexes
- navigation.sections
- navigation.expand
- toc.integrate
- toc.follow
nav:
- overview: index.md
- atomic geometries: data.md
- hamiltonians: hamiltonian.md
- sampling: sampling.md
- QM calculations: reference.md
- ML potentials: models.md
- online learning: learning.md
- free energy calculations: free_energy.md
- setup & configuration: configuration.md
plugins:
- mkdocstrings:
python:
docstring_style: google
repo_url: https://github.com/molmod/psiflow
markdown_extensions:
- tables
- md_in_html
- admonition
- footnotes
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.arithmatex:
generic: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
#extra_javascript:
# - javascripts/mathjax.js
# - https://polyfill.io/v3/polyfill.min.js?features=es6
# - https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
#
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js