Skip to content

Commit bc30535

Browse files
author
pevnak
committed
adding lecture 12
1 parent bff7c7f commit bc30535

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/make.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pages = [
5151
"7: Macros" => "lecture_07/lecture.md",
5252
"8: Automatic differentiation 1" => "lecture_08/lecture.md",
5353
"9: Automatic differentiation 2" => "lecture_09/lecture_v2.md",
54-
"X: Manipulating Intermediate Represenation (IR)" => "lecture_09/lecture_v1.md"
54+
"X: Manipulating Intermediate Represenation (IR)" => "lecture_09/lecture_v1.md",
5555
"10: Uncertainty propagation" => "lecture_10/lecture.md"
5656
]),
5757
"Labs" => add_prefix("./lectures", [
@@ -63,7 +63,7 @@ pages = [
6363
"6: Language introspection" => "lecture_06/lab.md",
6464
"7: Macros" => "lecture_07/lab.md",
6565
"8: Automatic differentiation 1" => "lecture_08/lab.md",
66-
"9: Custom Rules For Differentiation" => "lecture_09/lab.md"
66+
"9: Custom Rules For Differentiation" => "lecture_09/lab.md",
6767
"10: Uncertainty propagation" => "lecture_12/lab.md"
6868
]),
6969
"Homeworks" => add_prefix("./lectures", [
@@ -74,7 +74,7 @@ pages = [
7474
"5: Performance benchmarking" => "lecture_05/hw.md",
7575
"6: Language introspection" => "lecture_06/hw.md",
7676
"7: Macros" => "lecture_07/hw.md",
77-
"8: Automatic differentiation 1" => "lecture_08/hw.md"
77+
"8: Automatic differentiation 1" => "lecture_08/hw.md",
7878
"10: Uncertainty propagation" => "lecture_12/hw.md"
7979
]),
8080

0 commit comments

Comments
 (0)