Skip to content

Commit

Permalink
merged toc
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethshsu committed Sep 28, 2022
1 parent e147d82 commit 390cbe8
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,35 @@
# Learn more at https://jupyterbook.org/customize/toc.html

format: jb-book
root: intro
root: intro.md

parts:
- caption: START HERE
chapters:
- file: tutorials/demo_lite
- file: library/install
- file: tutorials/index
- file: examples_toc
- file: tutorials/demo_lite.ipynb
- file: library/install.rst
- file: tutorials/tutorials_intro.rst
sections:
- file: tutorials/triangle-tutorial.ipynb
- file: tutorials/development-tutorial.ipynb
- file: tutorials/tail-tutorial.ipynb
- file: tutorials/deterministic-tutorial.ipynb
- file: tutorials/stochastic-tutorial.ipynb
- file: tutorials/data-tutorial.ipynb
- file: examples_toc.md


- caption: User Guide
chapters:
- file: triangle
- file: development
- file: tails
- file: methods
- file: adjustments
- file: workflow
- file: utilities
- file: guides/triangle.ipynb
- file: guides/development.ipynb
- file: guides/tails.ipynb
- file: guides/methods.ipynb
- file: guides/adjustments.ipynb
- file: guides/workflow.ipynb
- file: guides/utilities.ipynb

- caption: Library Reference
- caption: References
chapters:
- file: modules/api
- file: library/releases
Expand Down

0 comments on commit 390cbe8

Please sign in to comment.