-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
47 lines (42 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
site_name: specfab documentation
nav:
- About: index.md
- 'CPO representation':
- Representation: cpo-representation.md
- Structure tensors: cpo-structuretensors.md
- Idealized states: cpo-idealized.md
- Rotation: cpo-rotation.md
- 'CPO dynamics':
- Transversely isotropic grains: cpo-dynamics-tranisotropic.md
- Orthotropic grains: cpo-dynamics-orthotropic.md
- Plastic spin: plastic-spin.md
- 'Viscous anisotropy':
- Strain-rate enhancements: enhancements-strainrate.md
- Constitutive equations: constitutive-viscoplastic.md
- 'Elastic anisotropy':
- Wave propagation: wavepropagation-elastic.md
- Constitutive equations: constitutive-elastic.md
- 'Electromagnetic anisotropy':
- Wave propagation: wavepropagation-electromagnetic.md
- 'Miscellaneous':
- Plotting: plotting.md
- Deformation modes: deformation-modes.md
- 'Application gallery':
- Radar-derived physical properties: radar-derived-PP.md
- Steady-state CPO field: steady-cpo-solver.md
- Lagrangian parcel integrator: Lagrangian-parcel-integrator.md
- FEM integration: FEM-integration.md
theme:
name: 'readthedocs'
markdown_extensions:
- attr_list
- admonition
- pymdownx.details
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'