-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
31 lines (30 loc) · 941 Bytes
/
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
site_name: MetaTag
site_url: https://robaina.github.io/MetaTag
repo_url: https://github.com/Robaina/MetaTag
site_author: Semidán Robaina
nav:
- Home: index.md
- Subcommands:
- Preprocess: subcommands/preprocess.md
- Database: subcommands/database.md
- Tree: subcommands/tree.md
- Place: subcommands/place.md
- Assign: subcommands/assign.md
- Count: subcommands/count.md
- Plot: subcommands/plot.md
- Relabel: subcommands/relabel.md
- References:
- API references: references/api.md
theme: readthedocs
plugins:
- mkdocs-jupyter:
# ignore: ["examples/example_api_colab.ipynb"]
- mkdocstrings
# Add MathJax support:
markdown_extensions:
- pymdownx.arithmatex:
generic: 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