[PR #890] [MERGED] Fix: Ensure full insertion of quizzes into rendered output #3616

Closed
opened 2026-04-16 01:53:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 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-insertedHead: 885-quizzes-not-being-fully-inserted


📝 Commits (10+)

  • c89b916 Fix: quiz answers now inserted before part block if needed
  • 85e9b16 Fix: quiz answers now inserted before part block if needed
  • efa4a06 Update _quarto.yml
  • 72c4f36 Update quarto-build.yml
  • f44a0d9 Update quarto-build.yml
  • e3f8de6 Update quarto-build.yml
  • 6809b85 Update quarto-build-lite.yml
  • 41ccaf1 Update quarto-build-lite.yml
  • 3de25cb Update quarto-build-lite.yml
  • eeef526 Removes 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.

  • The text has been proofread for grammar and spelling errors.
  • All images, figures, and tables render properly without any glitches.
  • All images have a source or they are properly linked to external sites.
  • The chapter's formatting is consistent with the rest of the book.
  • The chapter has been locally built and tested using Quarto.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/890 **Author:** [@hzeljko](https://github.com/hzeljko) **Created:** 7/11/2025 **Status:** ✅ Merged **Merged:** 7/11/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `885-quizzes-not-being-fully-inserted` ← **Head:** `885-quizzes-not-being-fully-inserted` --- ### 📝 Commits (10+) - [`c89b916`](https://github.com/harvard-edge/cs249r_book/commit/c89b9162cc4efa3822059a7f8aca6ad115293c5f) Fix: quiz answers now inserted before part block if needed - [`85e9b16`](https://github.com/harvard-edge/cs249r_book/commit/85e9b1643d1cfb7745085ebd147bd0a55ff7254e) Fix: quiz answers now inserted before part block if needed - [`efa4a06`](https://github.com/harvard-edge/cs249r_book/commit/efa4a06d2993349cf25a3d2e7a12b909cb5e79ab) Update _quarto.yml - [`72c4f36`](https://github.com/harvard-edge/cs249r_book/commit/72c4f36dcb406c0f7abef4e6fb0548a455456c52) Update quarto-build.yml - [`f44a0d9`](https://github.com/harvard-edge/cs249r_book/commit/f44a0d95dca83dc39bab1daa59768fdb4b8176ab) Update quarto-build.yml - [`e3f8de6`](https://github.com/harvard-edge/cs249r_book/commit/e3f8de64a21ab4ed8fdcc7af32aca72b4fc3fbbf) Update quarto-build.yml - [`6809b85`](https://github.com/harvard-edge/cs249r_book/commit/6809b850af2a92b725f00e26a13a281af35632e2) Update quarto-build-lite.yml - [`41ccaf1`](https://github.com/harvard-edge/cs249r_book/commit/41ccaf120ee1c14d0bb6a5cf5c94e8b98e41df71) Update quarto-build-lite.yml - [`3de25cb`](https://github.com/harvard-edge/cs249r_book/commit/3de25cbfc6a68891eaa0deeb717d7c460c0fa20c) Update quarto-build-lite.yml - [`eeef526`](https://github.com/harvard-edge/cs249r_book/commit/eeef52649a652d1b5169d382e24986b2967194bf) Removes resources sections from chapters ### 📊 Changes **45 files changed** (+221 additions, -601 deletions) <details> <summary>View changed files</summary> 📝 `_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_ </details> ### 📄 Description This PR resolves issue #885 by fixing the logic for inserting quizzes completely during document rendering. - [x] The text has been proofread for grammar and spelling errors. - [x] All images, figures, and tables render properly without any glitches. - [x] All images have a source or they are properly linked to external sites. - [x] The chapter's formatting is consistent with the rest of the book. - [x] The chapter has been locally built and tested using Quarto. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 01:53:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#3616