-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
35 lines (35 loc) · 1.25 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
site_name: autofig
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- python
repo_name: GitHub
repo_url: https://github.com/kecnry/autofig/
edit_uri: blob/master/docs/
extra_css: [extra.css]
nav:
- Installation & Setup: index.md
- Tutorials:
- basics: tutorials/basics.md
- limits: tutorials/limits.md
- size modes: tutorials/size_modes.md
- subplot/axes positioning: tutorials/subplot_positioning.md
- meshes: tutorials/mesh.md
- 3D: tutorials/3d.md
- objects: tutorials/objects.md
- mpl objects & custom commands: tutorials/matplotlib_objects.md
- Gallery:
- Gallery: gallery.md
- Color and Size-Scaling with Z-Order: gallery/color_size_zorder.md
- Sliding Limits: gallery/spiral_sliding_limits.md
- Looping Independent Variable: gallery/looping_indep.md
- 3D Animation: gallery/3d_animation.md
- Meshes: gallery/phoebe_meshes.md
- 3D Meshes: gallery/phoebe_meshes_3d.md
- Selecting on Independent Variable: gallery/selecting_indep.md
- API:
- autofig: api.md
- autofig.figure: api/autofig.figure.md
- autofig.axes: api/autofig.axes.md
- autofig.call: api/autofig.call.md