[PR #1098] [CLOSED] dynamic gen #3742

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

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1098
Author: @Dhyan761
Created: 1/2/2026
Status: Closed

Base: devHead: dev


📝 Commits (1)

📊 Changes

15 files changed (+1745 additions, -58 deletions)

View changed files

book/quarto/CONFIGURATION_REFACTORING.md (+219 -0)
book/quarto/QUICK_START.md (+86 -0)
📝 book/quarto/_quarto.yml (+15 -0)
book/quarto/config/_quarto-epub-overrides.yml (+171 -0)
book/quarto/config/_quarto-html-overrides.yml (+288 -0)
book/quarto/config/_quarto-pdf-overrides.yml (+145 -0)
book/quarto/config/shared/README.md (+56 -0)
book/quarto/config/shared/bibliography.yml (+31 -0)
book/quarto/config/shared/book-metadata.yml (+52 -0)
book/quarto/config/shared/chapters.yml (+55 -0)
book/quarto/config/shared/crossref.yml (+16 -0)
book/quarto/config/shared/diagram.yml (+69 -0)
book/quarto/config/shared/filter-metadata.yml (+110 -0)
📝 book/quarto/scripts/README.md (+167 -58)
book/quarto/scripts/generate_config.py (+265 -0)

📄 Description

No description provided


🔄 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/1098 **Author:** [@Dhyan761](https://github.com/Dhyan761) **Created:** 1/2/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`cda0076`](https://github.com/harvard-edge/cs249r_book/commit/cda0076ec33eb48cc3b8d0ee8b94711a2d4dcffa) dynamic gen ### 📊 Changes **15 files changed** (+1745 additions, -58 deletions) <details> <summary>View changed files</summary> ➕ `book/quarto/CONFIGURATION_REFACTORING.md` (+219 -0) ➕ `book/quarto/QUICK_START.md` (+86 -0) 📝 `book/quarto/_quarto.yml` (+15 -0) ➕ `book/quarto/config/_quarto-epub-overrides.yml` (+171 -0) ➕ `book/quarto/config/_quarto-html-overrides.yml` (+288 -0) ➕ `book/quarto/config/_quarto-pdf-overrides.yml` (+145 -0) ➕ `book/quarto/config/shared/README.md` (+56 -0) ➕ `book/quarto/config/shared/bibliography.yml` (+31 -0) ➕ `book/quarto/config/shared/book-metadata.yml` (+52 -0) ➕ `book/quarto/config/shared/chapters.yml` (+55 -0) ➕ `book/quarto/config/shared/crossref.yml` (+16 -0) ➕ `book/quarto/config/shared/diagram.yml` (+69 -0) ➕ `book/quarto/config/shared/filter-metadata.yml` (+110 -0) 📝 `book/quarto/scripts/README.md` (+167 -58) ➕ `book/quarto/scripts/generate_config.py` (+265 -0) </details> ### 📄 Description _No description provided_ --- <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:56:04 -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#3742