-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
41 lines (41 loc) · 1.05 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
site_name: Tomviz Documentation
theme:
name: material
logo: img/tomviz_logo.png
favicon: img/tomviz_favicon.png
markdown_extensions:
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- codehilite
copyright: '<font color=#666>Content is available under </font><a href="https://creativecommons.org/licenses/by/4.0/" title="CC-BY 4.0">CC-BY 4.0</a></font>'
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
extra_css:
- 'stylesheets/extra.css'
nav:
- 'index.md'
- 'data.md'
- 'visualization.md'
- 'analysis.md'
- 'alignment.md'
- 'reconstruction.md'
- 'templates.md'
- Operators:
- 'operators_catalog.md'
- 'operators_development.md'
- Advanced:
- 'pipelines.md'
- 'acquisition.md'
- 'interactive.md'
- 'time_series.md'