@@ -49,6 +49,7 @@ pages = [
4949 " 5: Performance benchmarking" => " lecture_05/lecture.md" ,
5050 " 6: Language introspection" => " lecture_06/lecture.md" ,
5151 " 7: Macros" => " lecture_07/lecture.md"
52+ " 8: Automatic differentiation 1" => " lecture_08/lecture.md"
5253 ]),
5354 " Labs" => add_prefix (" ./lectures" , [
5455 " 1: Introduction" => " lecture_01/lab.md" ,
@@ -58,6 +59,7 @@ pages = [
5859 " 5: Performance benchmarking" => " lecture_05/lab.md" ,
5960 " 6: Language introspection" => " lecture_06/lab.md" ,
6061 " 7: Macros" => " lecture_07/lab.md"
62+ " 8: Automatic differentiation 1" => " lecture_08/lab.md"
6163 ]),
6264 " Homeworks" => add_prefix (" ./lectures" , [
6365 " 1: Introduction" => " lecture_01/hw.md" ,
@@ -67,6 +69,7 @@ pages = [
6769 " 5: Performance benchmarking" => " lecture_05/hw.md" ,
6870 " 6: Language introspection" => " lecture_06/hw.md" ,
6971 " 7: Macros" => " lecture_07/hw.md"
72+ " 8: Automatic differentiation 1" => " lecture_08/hw.md"
7073 ]),
7174
7275 " Projects" => add_prefix (" ./projects" , [
0 commit comments