|
| 1 | +# Table of Contents |
| 2 | +# |
| 3 | +# Myst will respect: |
| 4 | +# 1. New pages |
| 5 | +# - file: relative/path/to/page |
| 6 | +# 2. New sections without an associated page |
| 7 | +# - title: Folder Title |
| 8 | +# sections: ... |
| 9 | +# 3. New sections with an associated page |
| 10 | +# - file: relative/path/to/page |
| 11 | +# sections: ... |
| 12 | +# |
| 13 | +# Note: Titles defined on pages here are not recognized. |
| 14 | +# |
| 15 | +# This spec is based on the JupyterBook table of contents. |
| 16 | +# Learn more at https://jupyterbook.org/customize/toc.html |
| 17 | + |
| 18 | +format:jb-book |
| 19 | +root:README |
| 20 | +chapters: |
| 21 | + -title:Content |
| 22 | +sections: |
| 23 | + -file:content/pairing |
| 24 | + -file:content/tutorial-style-guide |
| 25 | + -title:Applications |
| 26 | +sections: |
| 27 | + -file:content/applications/index |
| 28 | + -file:content/applications/mooreslaw-tutorial |
| 29 | + -file:content/applications/tutorial-air-quality-analysis |
| 30 | + -file:content/applications/tutorial-deep-learning-on-mnist |
| 31 | + -file:content/applications/tutorial-plotting-fractals |
| 32 | + -file:content/applications/tutorial-static_equilibrium |
| 33 | + -file:content/applications/tutorial-x-ray-image-processing |
| 34 | + -title:Articles |
| 35 | +sections: |
| 36 | + -file:content/articles/index |
| 37 | + -file:>- |
| 38 | + content/articles/tutorial-deep-reinforcement-learning-with-pong-from-pixels |
| 39 | + -file:content/articles/tutorial-nlp-from-scratch |
| 40 | + -title:Tutorial Nlp From Scratch |
| 41 | +sections: |
| 42 | + -file:content/articles/tutorial-nlp-from-scratch/README |
| 43 | + -title:Features |
| 44 | +sections: |
| 45 | + -file:content/features/index |
| 46 | + -file:content/features/save-load-arrays |
| 47 | + -file:content/features/tutorial-ma |
| 48 | + -file:content/features/tutorial-svd |
| 49 | + -title:Site |
| 50 | +sections: |
| 51 | + -file:site/contributing |
| 52 | + -file:site/index |