forked from DPotoyan/Chem324
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_toc.yml
108 lines (101 loc) · 2.37 KB
/
_toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Learn more at https://jupyterbook.org/customize/toc.html##
format: jb-book
root: index
options: # The options key will be applied to all chapters, but not sub-sections
numbered: True
parts:
- caption: Chapters
chapters:
- file: ch01/index
sections:
- file: ch01/note01
- file: ch01/note02
- file: ch01/note03
- file: ch01/note04
- file: ch01/note05
- file: ch01/BlackBody
- file: ch01/demo_complex_nums
- file: ch02/index
sections:
- file: ch02/note01
- file: ch02/note02
- file: ch02/waves
- file: ch02/demo_waves
- file: ch02/bonus_waves
- file: ch03/index
sections:
- file: ch03/note01
- file: ch03/note02
- file: ch03/note02A
- file: ch03/note02B
- file: ch03/note03
- file: ch03/note03A
- file: ch03/note04
- file: ch03/note05
- file: ch03/note06
- file: ch03/fourier_transform
- file: ch03/demo_PIB
- file: ch03/demo_quantum_waves
- file: ch03/bonus_quantum_waves
- file: ch04/index
sections:
- file: ch04/note01
- file: ch04/note02
- file: ch04/note03
- file: ch04/note03B
- file: ch04/note04
- file: ch04/note04B
- file: ch05/index
sections:
- file: ch05/note01
- file: ch05/note03
- file: ch05/note05
- file: ch05/hydrogen_wavefunctions
- file: ch05/bonus_H
- file: ch06/index
sections:
- file: ch06/note01
- file: ch06/note02
- file: ch06/lin_var
- file: ch06/demo_pert
- file: ch06/demo_lin_var
- file: ch07/index
sections:
- file: ch07/note01
- file: ch07/note02
- file: ch07/note03
- file: ch07/note04
- file: ch08/index
sections:
- file: ch08/note01
- file: ch08/note02
- file: ch08/note06
- file: ch08/note07
- file: ch08/note08
- file: ch08/note09
- file: ch08/demo_h2plus
- file: ch08/demo_benzene
- file: math/index
sections:
- file: math/note01
- file: math/note02
- file: math/note03
- file: math/note04
- file: math/note05
- file: math/note06
- file: math/note08
- file: math
- file: practice/index
sections:
- file: practice/note01
- caption: Extra stuff
chapters:
- file: overview
- file: demos/index
sections:
- file: demos/intro2py
- file: demos/intro2numpy
- file: demos/intro2viz
- file: demos/sympy
- file: cookbook
- file: scratch