forked from sxs-collaboration/sxs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
70 lines (63 loc) · 1.58 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
site_name: sxs
repo_url: https://github.com/sxs-collaboration/sxs
plugins:
- search
- mkdocs-jupyter
- mkdocstrings:
default_handler: python
handlers:
python:
options:
docstring_style: numpy
show_source: true
nav:
- Home: "index.md"
- Tutorials:
- "tutorials/00-Introduction.ipynb"
- "tutorials/02-Catalog.ipynb"
- "tutorials/01-Metadata.ipynb"
- "tutorials/03-Horizons.ipynb"
- "tutorials/04-Waveforms.ipynb"
- API:
- "Catalog": "api/catalog.md"
- "Metadata": "api/metadata.md"
- "Time Series": "api/time_series.md"
- "Horizons": "api/horizons.md"
- "Waveforms": "api/waveforms.md"
- "Calling from Mathematica": "mathematica.md"
theme:
name: "material" # "readthedocs", "mkdocs", "material"
#custom_dir: "docs/html"
highlightjs: true
hljs_languages:
- python
- julia
- mathematica
palette:
scheme: sxs
favicon: images/favicon.ico
icon:
logo: material/library
#logo: images/sxs_logo.png
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tracking
# - navigation.tabs
# - navigation.tabs.sticky
# - navigation.sections
# - toc.integrate
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascript/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js
markdown_extensions:
- toc:
permalink: "#"
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences