This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
/
mkdocs.yml
87 lines (82 loc) · 3.21 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
site_name: "Materials Project Documentation"
site_description: Documentation for The Materials Project, an open database of computed materials properties to accelerate materials discovery and design.
copyright: Built by The Materials Project
site_url: https://docs.materialsproject.org
repo_name: "materialsproject/docs"
repo_url: "https://github.com/materialsproject/docs"
nav:
- Home: "index.md"
#- Foundation: "foundation.md"
- Methodology:
- "Total energies": "methodology/total-energies.md"
- "Electronic structure": "methodology/electronic-structure.md"
- "Pseudopotentials": "methodology/pseudopotentials.md"
- "GGA+U": "methodology/gga-plus-u.md"
- "Elasticity": "methodology/elasticity.md"
- "Elasticity prediction": "methodology/elasticity-prediction.md"
- "Piezoelectricity": "methodology/piezoelectricity.md"
- "Dielectricity": "methodology/dielectricity.md"
- "Equations of State": "methodology/equations-of-state.md"
- "Phonons": "methodology/phonons.md"
- "Volume Change Error": methodology/volume-change-error.md
- User Reference:
- "Crystal Toolkit": "user-guide/crystal-toolkit.md"
- "Materials Explorer": "user-guide/materials-explorer.md"
- "Battery Explorer": "user-guide/batteries-explorer.md"
- "Molecules Explorer": "user-guide/molecules-explorer.md"
- "Structure Predictor": "user-guide/structure-predictor.md"
- "Pourbaix Diagram": "user-guide/pourbaix-tool.md"
- "Phase Diagram": "user-guide/phase-diagram.md"
- "XAS Spectra": user-guide/xray-absorption-spectra.md
- "XAS Matcher": "user-guide/xas-matcher.md"
- "Reaction Calculator": "user-guide/reaction-calculator.md"
- "Glossary": "user-guide/glossary-of-terms.md"
- "Materials API (MAPI)": "open-apis/the-materials-api.md"
- "Nanoporous Explorer": "user-guide/nanoporous-explorer.md"
- "Deprecations": "user-guide/deprecations.md"
- "Developer Area": "user-guide/developers-area.md"
- "Interface Reactions": user-guide/interface-reactions.md
- "Molecular Terms": user-guide/molecular_terms.md
- "MPComplete": user-guide/mpcomplete.md
- "RFB Dashboard": user-guide/rfb_dashboard.md
- "Share your story": user-guide/share-your-story.md
- "Structure Similarity": user-guide/structure-similarity.md
- Database Updates: "database-updates.md"
- Contribution:
- "Newsfeed": "contrib/spec/newsfeed.md"
theme:
name: "material"
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- toc.integrate
- search.suggest
- search.highlight
- search.share
markdown_extensions:
- admonition
- footnotes
- pymdownx.arithmatex:
generic: true
- pymdownx.inlinehilite
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.caret
- pymdownx.tilde
- pymdownx.betterem:
smart_enable: all
- toc:
permalink: true
plugins:
- search
- bibtex:
bib_dir: "refs"
cite_style: "pandoc"
extra_javascript:
- static/js/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js