From 5e1fcfffc99c7a6eb96f3725369e5b1cc3d6b8c3 Mon Sep 17 00:00:00 2001 From: Connor Tsui Date: Wed, 13 Nov 2024 18:46:47 -0500 Subject: [PATCH 1/3] update for week --- _data/site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/site.json b/_data/site.json index e849714..9dda156 100644 --- a/_data/site.json +++ b/_data/site.json @@ -317,7 +317,7 @@ "hw_writeup": "/hw/iterlab/doc/iterlab/index.html", "hw_released": false, "details_released": true, - "slides_released": false, + "slides_released": true, "extras": [] }, { From 8cb9ff3f06f954965f15a0cc454d001fe5651b13 Mon Sep 17 00:00:00 2001 From: Connor Tsui Date: Sat, 16 Nov 2024 10:56:24 -0500 Subject: [PATCH 2/3] update urls --- _data/site.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/site.json b/_data/site.json index 9dda156..149c9a3 100644 --- a/_data/site.json +++ b/_data/site.json @@ -309,10 +309,10 @@ { "title": "Futures", "sub": [] }, { "title": "Polling", "sub": [] } ], - "slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week12/light.html", - "slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/light.pdf", - "slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week12/dark.html", - "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/dark.pdf", + "slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week11/light.html", + "slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week11/light.pdf", + "slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week11/dark.html", + "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week11/dark.pdf", "hw_handout": "/hw/iterlab/iterlab.zip", "hw_writeup": "/hw/iterlab/doc/iterlab/index.html", "hw_released": false, From f477de4cd9b40f56472fc6f14f7c97a4f7362893 Mon Sep 17 00:00:00 2001 From: Connor Tsui Date: Sat, 16 Nov 2024 10:59:22 -0500 Subject: [PATCH 3/3] cleanup --- _data/site.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/_data/site.json b/_data/site.json index 149c9a3..d9defcf 100644 --- a/_data/site.json +++ b/_data/site.json @@ -245,8 +245,8 @@ "slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week8/light.pdf", "slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week8/dark.html", "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week8/dark.pdf", - "hw_handout": "/hw/iterlab/iterlab.zip", - "hw_writeup": "/hw/iterlab/doc/iterlab/index.html", + "hw_handout": "", + "hw_writeup": "", "hw_released": false, "details_released": true, "slides_released": true, @@ -264,7 +264,7 @@ { "title": "The `Deref` Trait", "sub": [] }, { "title": "Deref Coercion", "sub": [] }, { "title": "The `Drop` Trait and `std::mem::drop`", "sub": [] }, - { "title": "Trait Objects", "sub": [ + { "title": "Trait Objects", "sub": [ { "title": "Dynamic dispatch with `dyn`", "sub": [] } ] }, { "title": "Dynamically Sized Types", "sub": [] }, @@ -275,8 +275,8 @@ "slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week9/light.pdf", "slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week9/dark.html", "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week9/dark.pdf", - "hw_handout": "/hw/iterlab/iterlab.zip", - "hw_writeup": "/hw/iterlab/doc/iterlab/index.html", + "hw_handout": "", + "hw_writeup": "", "hw_released": false, "details_released": true, "slides_released": true, @@ -313,8 +313,8 @@ "slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week11/light.pdf", "slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week11/dark.html", "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week11/dark.pdf", - "hw_handout": "/hw/iterlab/iterlab.zip", - "hw_writeup": "/hw/iterlab/doc/iterlab/index.html", + "hw_handout": "", + "hw_writeup": "", "hw_released": false, "details_released": true, "slides_released": true, @@ -328,12 +328,12 @@ { "title": "Raw Pointers", "sub": [] }, { "title": "FFI", "sub": [] } ], - "slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week10/light.html", - "slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week10/light.pdf", - "slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week10/dark.html", - "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week10/dark.pdf", - "hw_handout": "/hw/iterlab/iterlab.zip", - "hw_writeup": "/hw/iterlab/doc/iterlab/index.html", + "slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week12/light.html", + "slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/light.pdf", + "slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week12/dark.html", + "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/dark.pdf", + "hw_handout": "", + "hw_writeup": "", "hw_released": false, "details_released": true, "slides_released": false,