@@ -48,7 +48,7 @@ pages = [
4848 " 4: Package development, unit tests & CI" => " lecture_04/lecture.md" ,
4949 " 5: Performance benchmarking" => " lecture_05/lecture.md" ,
5050 " 6: Language introspection" => " lecture_06/lecture.md" ,
51- " 7: Macros" => " lecture_07/lecture.md"
51+ " 7: Macros" => " lecture_07/lecture.md" ,
5252 " 8: Automatic differentiation 1" => " lecture_08/lecture.md"
5353 ]),
5454 " Labs" => add_prefix (" ./lectures" , [
@@ -58,7 +58,7 @@ pages = [
5858 " 4: Package development, unit tests & CI" => " lecture_04/lab.md" ,
5959 " 5: Performance benchmarking" => " lecture_05/lab.md" ,
6060 " 6: Language introspection" => " lecture_06/lab.md" ,
61- " 7: Macros" => " lecture_07/lab.md"
61+ " 7: Macros" => " lecture_07/lab.md" ,
6262 " 8: Automatic differentiation 1" => " lecture_08/lab.md"
6363 ]),
6464 " Homeworks" => add_prefix (" ./lectures" , [
@@ -68,7 +68,7 @@ pages = [
6868 " 4: Package development, unit tests & CI" => " lecture_04/hw.md" ,
6969 " 5: Performance benchmarking" => " lecture_05/hw.md" ,
7070 " 6: Language introspection" => " lecture_06/hw.md" ,
71- " 7: Macros" => " lecture_07/hw.md"
71+ " 7: Macros" => " lecture_07/hw.md" ,
7272 " 8: Automatic differentiation 1" => " lecture_08/hw.md"
7373 ]),
7474
0 commit comments