@@ -52,6 +52,7 @@ pages = [
5252 " 8: Automatic differentiation 1" => " lecture_08/lecture.md" ,
5353 " 9: Automatic differentiation 2" => " lecture_09/lecture_v2.md" ,
5454 " X: Manipulating Intermediate Represenation (IR)" => " lecture_09/lecture_v1.md"
55+ " 10: Uncertainty propagation" => " lecture_10/lecture.md"
5556 ]),
5657 " Labs" => add_prefix(" ./lectures" , [
5758 " 1: Introduction" => " lecture_01/lab.md" ,
@@ -63,6 +64,7 @@ pages = [
6364 " 7: Macros" => " lecture_07/lab.md" ,
6465 " 8: Automatic differentiation 1" => " lecture_08/lab.md" ,
6566 " 9: Custom Rules For Differentiation" => " lecture_09/lab.md"
67+ " 10: Uncertainty propagation" => " lecture_12/lab.md"
6668 ]),
6769 " Homeworks" => add_prefix(" ./lectures" , [
6870 " 1: Introduction" => " lecture_01/hw.md" ,
@@ -73,6 +75,7 @@ pages = [
7375 " 6: Language introspection" => " lecture_06/hw.md" ,
7476 " 7: Macros" => " lecture_07/hw.md" ,
7577 " 8: Automatic differentiation 1" => " lecture_08/hw.md"
78+ " 10: Uncertainty propagation" => " lecture_12/hw.md"
7679 ]),
7780
7881 " Projects" => add_prefix(" ./projects" , [
0 commit comments