Skip to content

Commit 5ac03ec

Browse files
committed
ENH: adding myst config and toc
1 parent 1b2473d commit 5ac03ec

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

myst.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
version: 1
2+
project:
3+
title: Numpy Tutorials
4+
# description:
5+
# keywords: []
6+
authors: Numpy Community
7+
github: https://github.com/numpy/numpy-tutorials
8+
toc:
9+
- file: site/index.md
10+
11+
- title: Applications
12+
children:
13+
- file: content/mooreslaw-tutorial.md
14+
- file: content/tutorial-deep-learning-on-mnist.md
15+
- file: content/tutorial-x-ray-image-processing.md
16+
- file: content/tutorial-static_equilibrium.md
17+
- file: content/tutorial-plotting-fractals.md
18+
- file: content/tutorial-air-quality-analysis.md
19+
20+
- title: Features
21+
children:
22+
- file: content/tutorial-svd.md
23+
- file: content/save-load-arrays.md
24+
- file: content/tutorial-ma.md
25+
- title: Contributing
26+
file: site/contributing.md
27+
children:
28+
- file: content/tutorial-style-guide.md
29+
30+
31+
site:
32+
template: book-theme
33+
options:
34+
favicon: site/_static/favicon.png
35+
logo: site/_static/numpylogo.svg

0 commit comments

Comments
 (0)