-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
60 lines (55 loc) · 1.96 KB
/
mkdocs.yml
File metadata and controls
60 lines (55 loc) · 1.96 KB
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
site_name: specfab documentation
nav:
- 📖 About: index.md
- 📦 Install: install.md
- '💎 CPO representation':
- Representation: cpo-representation.md
- Structure tensors: cpo-structuretensors.md
- State space: cpo-statespace.md
- '⚙️ CPO Dynamics':
- Matrix model: fabdyn-matrix-model.md
- Lattice rotation: fabdyn-LROT.md
- Discontinous DRX: fabdyn-DDRX.md
- Continous DRX: fabdyn-CDRX.md
- Regularization: fabdyn-REG.md
- '🌀 Viscosity':
- Strain-rate enhancement: enhancements-strainrate.md
- Glacier ice: enhancements-strainrate-ice.md
- Olivine: enhancements-strainrate-olivine.md
- '🌊 Wave propagation':
- Elastic: waveprop-elastic.md
- Electromagnetic: waveprop-electromagnetic.md
- '🖼️ Application Gallery':
- Lagrangian CPO parcel: gallery-Lagrangian-CPO-parcel.md
- Eulerian CPO field: gallery-Eulerian-CPO-field.md
- Inferring CPO from radar: gallery-CPO-from-radar.md
- Coupling CPO and flow: gallery-CPO-flow-coupling.md
- '🧩 Miscellaneous':
- Deformation kinematics: deformation-kinematics.md
- Plot CPO: cpo-plot.md
- Rotate CPO: cpo-rotation.md
- Viscoplastic constitutive eqns.: constitutive-viscoplastic.md
- Elastic constitutive eqns.: constitutive-elastic.md
theme:
name: 'readthedocs'
#name: 'material'
features:
- content.code.copy
markdown_extensions:
- attr_list
- admonition
- pymdownx.details
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.blocks.html
# - pymdownx.superfences
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
#extra_css:
# - css/custom.css