@@ -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