[PR #876] [MERGED] Enhances book structure for backmatter #985

Closed
opened 2026-03-22 15:57:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/876
Author: @profvjreddi
Created: 6/23/2025
Status: Merged
Merged: 6/23/2025
Merged by: @profvjreddi

Base: devHead: backmatter-setup


📝 Commits (4)

  • 50215b9 Adds quiz generation and management tool
  • 8d6fd63 Removes _quarto_original.yml file
  • 11f130d Moves appendix and references to backmatter
  • c1aa590 Moves resources to backmatter

📊 Changes

5 files changed (+113 additions, -406 deletions)

View changed files

📝 _quarto.yml (+3 -3)
_quarto_original.yml (+0 -403)
📝 contents/backmatter/references.qmd (+0 -0)
📝 contents/backmatter/resources/phd_survival_guide.qmd (+0 -0)
📝 scripts/genai/quizzes.py (+110 -0)

📄 Description

Refactors the book's structure for better organization.

  • Moves appendix and references to a backmatter directory.
  • Introduces a quiz generation and management tool.
  • Improves content organization and adds interactive learning elements.

🔄 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/876 **Author:** [@profvjreddi](https://github.com/profvjreddi) **Created:** 6/23/2025 **Status:** ✅ Merged **Merged:** 6/23/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `backmatter-setup` --- ### 📝 Commits (4) - [`50215b9`](https://github.com/harvard-edge/cs249r_book/commit/50215b95136d2ed11df8c278ef31836f6f9700a2) Adds quiz generation and management tool - [`8d6fd63`](https://github.com/harvard-edge/cs249r_book/commit/8d6fd63b2d64f6eae2d98bada81df2ace400deaa) Removes `_quarto_original.yml` file - [`11f130d`](https://github.com/harvard-edge/cs249r_book/commit/11f130d7a42056b8e645e1f6fe0d494f78dac56f) Moves appendix and references to backmatter - [`c1aa590`](https://github.com/harvard-edge/cs249r_book/commit/c1aa590bdcc12f4c6f3668ac7bf38f607c5423f8) Moves resources to backmatter ### 📊 Changes **5 files changed** (+113 additions, -406 deletions) <details> <summary>View changed files</summary> 📝 `_quarto.yml` (+3 -3) ➖ `_quarto_original.yml` (+0 -403) 📝 `contents/backmatter/references.qmd` (+0 -0) 📝 `contents/backmatter/resources/phd_survival_guide.qmd` (+0 -0) 📝 `scripts/genai/quizzes.py` (+110 -0) </details> ### 📄 Description Refactors the book's structure for better organization. - Moves appendix and references to a `backmatter` directory. - Introduces a quiz generation and management tool. - Improves content organization and adds interactive learning elements. --- <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-03-22 15:57:07 -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#985