generated from finsberg/lib-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_toc.yml
31 lines (30 loc) · 846 Bytes
/
_toc.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
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: README
parts:
- caption: Tutorials
chapters:
- file: "examples/lorentz.py"
- file: docs/cli
- file: "examples/run-python/main.py"
- file: "examples/run-python/main_numba.py"
- caption: How to guides
chapters:
- file: "examples/new-language/main.py"
- file: "docs/config"
- file: "examples/split-ode/main.py"
- file: "examples/compile-c-extension/main.py"
- file: "docs/vectorized_computations"
- file: "examples/lorentz_julia.py"
- caption: Explanation
chapters:
- file: "docs/about"
- file: "docs/grammar"
- file: "docs/history"
- caption: Reference
chapters:
- file: "docs/api.rst"
- file: "docs/roadmap"
- file: CONTRIBUTING
- file: CODE_OF_CONDUCT