Skip to content

Commit b71eeeb

Browse files
authored
Merge pull request #92 from devitocodes/fix-book-setup
book: Migrate toc
2 parents 92c2c5c + b388678 commit b71eeeb

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

fdm-jupyter-book/_toc.yml

+13-16
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
1-
- file: index.md
2-
3-
- chapter: Vibration ODEs
4-
sections:
1+
format: jb-book
2+
root: index.md
3+
parts:
4+
- caption: Vibration ODEs
5+
chapters:
56
- file: notebooks/01_vib/vib_undamped.ipynb
67
- file: notebooks/01_vib/vib_placeholder.md
7-
8-
- chapter: Wave equations
9-
sections:
8+
- caption: Wave equations
9+
chapters:
1010
- file: notebooks/02_wave/wave1D_fd1.ipynb
1111
- file: notebooks/02_wave/wave1D_prog.ipynb
1212
- file: notebooks/02_wave/wave_placeholder.md
13-
14-
- chapter: Diffusion equations
15-
sections:
13+
- caption: Diffusion equations
14+
chapters:
1615
- file: notebooks/03_diffu/diffu_rw.ipynb
1716
- file: notebooks/03_diffu/diffu_placeholder.md
18-
19-
- chapter: Advection equations
20-
sections:
17+
- caption: Advection equations
18+
chapters:
2119
- file: notebooks/04_advec/advec.ipynb
22-
23-
- chapter: Nonlinear problems
24-
sections:
20+
- caption: Nonlinear problems
21+
chapters:
2522
- file: notebooks/05_nonlin/nonlin_placeholder.md

0 commit comments

Comments
 (0)