-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathmkdocs.yml
67 lines (59 loc) · 1.98 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
site_name: TDEP
repo_url: https://github.com/tdep-developers/tdep
copyright: 'Copyright © 2023 Olle Hellman, Florian Knoop'
theme:
name: 'material'
palette:
primary: white
accent: cyan
logo: 'media/matematico_favicon.png'
favicon: 'media/matematico_favicon.png'
include_search_page: false
features:
- navigation.tabs
- navigation.sticky
- navigation.instant
- navigation.indexes
font:
text: Inter
code: 'Droid Sans Mono'
nav:
- Home: README.md
# - Tutorial:
# - Overview: manual/index.md
- Programs:
- program/README.md
- Generate structure: program/generate_structure.md
- Canonical configuration: program/canonical_configuration.md
- Extract forceconstants: program/extract_forceconstants.md
- Phonon dispersion relations: program/phonon_dispersion_relations.md
- Thermal conductivity 2023: program/thermal_conductivity_2023.md
- Thermal conductivity: program/thermal_conductivity.md
- Lineshape: program/lineshape.md
- Anharmonic free energy: program/anharmonic_free_energy.md
- Atomic distribution: program/atomic_distribution.md
- Pack simulation: program/pack_simulation.md
- Samples from MD: program/samples_from_md.md
- Dump dynamical matrices: program/dump_dynamical_matrices.md
- Crystal structure info: program/crystal_structure_info.md
- Refine structure: program/refine_structure.md
- Phase space: program/phasespace_surface.md
- Files: files.md
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- 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