Skip to content

Commit ac2899b

Browse files
committed
Update make.jl
1 parent 374eece commit ac2899b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/make.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ lecture_10 = [
9797
"Lab" => "./lecture_10/lab.md"
9898
"Homework" => "./lecture_10/hw.md"
9999
]
100+
lecture_12 = [
101+
"Lecture" => "./lecture_12/lecture.md"
102+
"Lab" => "./lecture_12/lab.md"
103+
"Homework" => "./lecture_12/hw.md"
104+
]
100105

101106

102107
makedocs(;
@@ -125,6 +130,7 @@ makedocs(;
125130
"8: Automatic differentiation" => lecture_08,
126131
"9: Intermediate representation" => lecture_09,
127132
"10: Parallel programming" => lecture_10,
133+
"12: Uncertainty propagation in ODE" => lecture_12
128134
],
129135
)
130136

0 commit comments

Comments
 (0)