mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-06 01:28:35 -05:00
[PR #1604] [MERGED] fix(instructors): correct lab subtitles in foundations syllabus (labs 09-15) #9215
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1604
Author: @Shashank-Tripathi-07
Created: 4/30/2026
Status: ✅ Merged
Merged: 4/30/2026
Merged by: @profvjreddi
Base:
dev← Head:fix/instructors-lab-subtitle-mismatch📝 Commits (1)
d3fdf0efix(instructors): correct lab subtitles in foundations syllabus (labs 09-15)📊 Changes
1 file changed (+7 additions, -7 deletions)
View changed files
📝
instructors/foundations-syllabus.qmd(+7 -7)📄 Description
Summary
Lab subtitles in
foundations-syllabus.qmdwere shifted one position ahead of the actual lab content from Week 10 onward. The hyperlink URLs were correct -- clicking them would open the right lab -- but the displayed subtitle text described the next lab, misleading instructors about each week's content.The bug
All 7 subtitles from Lab 09 through Lab 15 were wrong:
lab_09_data_selectionlab_10_model_compresslab_11_hw_accellab_12_perf_benchlab_13_model_servinglab_14_ml_opslab_15_responsible_engrSubtitles verified against the opening title string in each lab source file (
labs/vol1/lab_NN_*.py).Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.