mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 10:08:50 -05:00
[PR #890] [MERGED] Fix: Ensure full insertion of quizzes into rendered output #4863
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/890
Author: @hzeljko
Created: 7/11/2025
Status: ✅ Merged
Merged: 7/11/2025
Merged by: @profvjreddi
Base:
885-quizzes-not-being-fully-inserted← Head:885-quizzes-not-being-fully-inserted📝 Commits (10+)
c89b916Fix: quiz answers now inserted before part block if needed85e9b16Fix: quiz answers now inserted before part block if neededefa4a06Update _quarto.yml72c4f36Update quarto-build.ymlf44a0d9Update quarto-build.ymle3f8de6Update quarto-build.yml6809b85Update quarto-build-lite.yml41ccaf1Update quarto-build-lite.yml3de25cbUpdate quarto-build-lite.ymleeef526Removes resources sections from chapters📊 Changes
45 files changed (+221 additions, -601 deletions)
View changed files
📝
_quarto.yml(+0 -4)📝
contents/backmatter/references.qmd(+2 -1)📝
contents/backmatter/resources/phd_survival_guide.qmd(+8 -1)📝
contents/core/ai_for_good/ai_for_good.qmd(+0 -19)📝
contents/core/benchmarking/benchmarking.qmd(+2 -18)➕
contents/core/benchmarking/benchmarking_files/figure-html/fig-imagenet-challenge-1.png(+0 -0)➕
contents/core/benchmarking/benchmarking_files/figure-html/fig-imagenet-gpus-1.png(+0 -0)➕
contents/core/benchmarking/benchmarking_files/figure-html/fig-label-1.png(+0 -0)➕
contents/core/benchmarking/benchmarking_files/figure-html/fig-power-differentials-1.png(+0 -0)📝
contents/core/conclusion/conclusion.qmd(+12 -0)📝
contents/core/data_engineering/data_engineering.qmd(+0 -38)📝
contents/core/dl_primer/dl_primer.qmd(+0 -40)📝
contents/core/dnn_architectures/dnn_architectures.qmd(+2 -17)📝
contents/core/efficient_ai/efficient_ai.qmd(+0 -20)➕
contents/core/efficient_ai/efficient_ai_files/figure-html/fig-datacenter-energy-usage-1.png(+0 -0)📝
contents/core/frameworks/frameworks.qmd(+0 -20)📝
contents/core/hw_acceleration/hw_acceleration.qmd(+0 -18)➕
contents/core/hw_acceleration/hw_acceleration_files/figure-html/fig-compute-memory-imbalance-1.png(+0 -0)➕
contents/core/hw_acceleration/hw_acceleration_files/figure-html/fig-memory-wall-1.png(+0 -0)➕
contents/core/hw_acceleration/hw_acceleration_files/figure-html/fig-processor-trends-1.png(+0 -0)...and 25 more files
📄 Description
This PR resolves issue #885 by fixing the logic for inserting quizzes completely during document rendering.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.