File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -192,3 +192,6 @@ cython_debug/
192192
193193# PyPI configuration file
194194.pypirc
195+
196+ # MyST build outputs
197+ _build
Original file line number Diff line number Diff line change 1+ # See docs at: https://mystmd.org/guide/frontmatter
2+ version : 1
3+ project :
4+ id : 9db2473e-461d-4266-86fa-a2a0ea3eb2c9
5+ title : executable-tutorials
6+ description : Executable tutorials for Scientific Python
7+ keywords : []
8+ authors : [Scientific Python Developers]
9+ github : https://github.com/scientific-python/executable-tutorials
10+ # To autogenerate a Table of Contents, run "myst init --write-toc"
11+ toc :
12+ # Auto-generated by `myst init --write-toc`
13+ - file : index.md
14+ - title : Tutorials
15+ children :
16+ - title : Executable
17+ children :
18+ - file : tutorials/executable/basics.md
19+ - title : Matplotlib
20+ children :
21+ - file : tutorials/matplotlib/interactive_mpl.md
22+ - file : tutorials/matplotlib/static_mpl.md
23+ - title : Static
24+ children :
25+ - file : tutorials/static/static.md
26+ - file : contributing.md
27+ - file : maintainers.md
28+
29+ site :
30+ template : book-theme
31+ # options:
32+ # favicon: favicon.ico
33+ # logo: site_logo.png
You can’t perform that action at this time.
0 commit comments