forked from matthewholman/assist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
55 lines (53 loc) · 1.3 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
site_name: ASSIST
repo_url: https://github.com/matthewholman/assist
repo_name: matthewholman/assist
edit_uri: ""
nav:
- index.md
- installation.md
- forces.md
- "C Examples":
- c_examples/ephemeris.md
- c_examples/asteroid.md
- c_examples/interpolation.md
- "Python Examples":
- jupyter_examples/GettingStarted.ipynb
- jupyter_examples/VariationalEquations.ipynb
- jupyter_examples/Apophis.ipynb
- jupyter_examples/5303_Ceres.ipynb
theme:
name: material
logo: img/rebound.png
favicon: img/favicon.ico
features:
#- navigation.tabs
- toc.integrate
markdown_extensions:
- admonition
- def_list
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- wikilinks
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/matthewholman/assist
plugins:
- search
- mkdocs-simple-hooks:
hooks:
on_pre_build: "docs.c_examples.generate_c_examples:run"
- mkdocs-jupyter
- mkdocs-video:
css_style:
width: "48vw"
height: "27vw"