Skip to content

Commit 87c3d2c

Browse files
author
pevnak
committed
testing layout
1 parent c829df5 commit 87c3d2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ pages = [
5151
"5: Performance benchmarking" => "lecture_05/lecture.md"
5252
]),
5353
"Labs" => add_prefix("./lectures", [
54-
"1: Introduction" => "lecture_01/lab.md"
54+
"1: Introduction" => "lecture_01/lab.md",
5555
"2: The power of type system & multiple dispatch" => "lecture_02/lab.md",
5656
"3: Design patterns" => "lecture_03/lab.md",
5757
"4: Package development, unit tests & CI" => "lecture_04/lab.md",
5858
"5: Performance benchmarking" => "lecture_05/lab.md"
5959
]),
6060
"Labs" => add_prefix("./lectures", [
61-
"1: Introduction" => "lecture_01/hw.md"
61+
"1: Introduction" => "lecture_01/hw.md",
6262
"2: The power of type system & multiple dispatch" => "lecture_02/hw.md",
6363
"3: Design patterns" => "lecture_03/hw.md",
6464
"4: Package development, unit tests & CI" => "lecture_04/hw.md",

0 commit comments

Comments
 (0)