[PR #1191] [CLOSED] Updated figures in training.qmd #1162

Closed
opened 2026-03-22 16:02:29 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1191
Author: @hzeljko
Created: 2/21/2026
Status: Closed

Base: devHead: feature/book-volumes


📝 Commits (10+)

  • 89df0af Replace LaTeX symbols with Unicode near inline Python
  • 93eb4e8 Enhance validate_inline_refs.py with rendering pattern checks
  • abb20ce Fix bullet list formatting in appendix files + add guide
  • 61ea188 Fix bullet list pattern: blank line before list, not between items
  • 6a343e8 Add blank line before bullet lists for proper PDF rendering
  • f94e551 Add bullet spacing check to pre-commit hooks
  • a85d513 Fix list spacing: add before, remove between items
  • 8578982 Update grid-to-pipe table converter with alignment support
  • a75e8b8 Update book chapters and clean up testing artifacts
  • 1268026 Fix LaTeX scientific notation rendering in QMD fractions

📊 Changes

1242 files changed (+182849 additions, -145592 deletions)

View changed files

📝 .codespell-ignore-words.txt (+11 -4)
.gemini (+1 -0)
📝 .github/workflows/book-build-container.yml (+230 -45)
📝 .github/workflows/book-publish-live.yml (+228 -35)
📝 .github/workflows/infra-link-check.yml (+2 -2)
📝 .gitignore (+17 -0)
📝 .pre-commit-config.yaml (+154 -52)
📝 README.md (+68 -20)
SEMINAL_PAPERS_CORPUS.md (+277 -0)
SEMINAL_PAPERS_V2.md (+82 -0)
_brand/base.scss (+0 -510)
_brand/scripts/subscribe-modal.js (+0 -587)
_brand/site.webmanifest (+0 -19)
_brand/tokens.scss (+0 -33)
📝 book/.pre-commit-config.yaml (+15 -1)
📝 book/README.md (+41 -19)
📝 book/cli/README.md (+2 -2)
book/cli/commands/bib.py (+397 -0)
📝 book/cli/commands/build.py (+548 -36)
📝 book/cli/commands/clean.py (+22 -0)

...and 80 more files

📄 Description

I updated the following figures in training.qmd: 8.3, 8.4, 8.5, 8.9, 8.10, 8.11, 8.12, 8.13, 8.16, 8.17, and 8.18. In the file diagram.yml I added the missing definition for the color VioletFill.


🔄 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/1191 **Author:** [@hzeljko](https://github.com/hzeljko) **Created:** 2/21/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `feature/book-volumes` --- ### 📝 Commits (10+) - [`89df0af`](https://github.com/harvard-edge/cs249r_book/commit/89df0affb43d5ae6c219fdcfe748b96fa1728f11) Replace LaTeX symbols with Unicode near inline Python - [`93eb4e8`](https://github.com/harvard-edge/cs249r_book/commit/93eb4e8a48118efda7a4223ef36ced289ea11049) Enhance validate_inline_refs.py with rendering pattern checks - [`abb20ce`](https://github.com/harvard-edge/cs249r_book/commit/abb20ce6d9591f3ffb11be0213311bdcfc2cac6a) Fix bullet list formatting in appendix files + add guide - [`61ea188`](https://github.com/harvard-edge/cs249r_book/commit/61ea1885bb0d9f8433723014c6aa15e9ee281137) Fix bullet list pattern: blank line before list, not between items - [`6a343e8`](https://github.com/harvard-edge/cs249r_book/commit/6a343e8767d1e45417498cfa33840c5b298ca885) Add blank line before bullet lists for proper PDF rendering - [`f94e551`](https://github.com/harvard-edge/cs249r_book/commit/f94e5514cf28d1099be7135d4958af4957e8a22d) Add bullet spacing check to pre-commit hooks - [`a85d513`](https://github.com/harvard-edge/cs249r_book/commit/a85d513cd1e4b364082df91be2f1886ea7c64703) Fix list spacing: add before, remove between items - [`8578982`](https://github.com/harvard-edge/cs249r_book/commit/8578982175588728c3f3d873ee7f2782e3e103c3) Update grid-to-pipe table converter with alignment support - [`a75e8b8`](https://github.com/harvard-edge/cs249r_book/commit/a75e8b80e5cde942bb026070fde252f6e088baa7) Update book chapters and clean up testing artifacts - [`1268026`](https://github.com/harvard-edge/cs249r_book/commit/1268026e34d60a98c557dd61def2db7188d8b322) Fix LaTeX scientific notation rendering in QMD fractions ### 📊 Changes **1242 files changed** (+182849 additions, -145592 deletions) <details> <summary>View changed files</summary> 📝 `.codespell-ignore-words.txt` (+11 -4) ➕ `.gemini` (+1 -0) 📝 `.github/workflows/book-build-container.yml` (+230 -45) 📝 `.github/workflows/book-publish-live.yml` (+228 -35) 📝 `.github/workflows/infra-link-check.yml` (+2 -2) 📝 `.gitignore` (+17 -0) 📝 `.pre-commit-config.yaml` (+154 -52) 📝 `README.md` (+68 -20) ➕ `SEMINAL_PAPERS_CORPUS.md` (+277 -0) ➕ `SEMINAL_PAPERS_V2.md` (+82 -0) ➖ `_brand/base.scss` (+0 -510) ➖ `_brand/scripts/subscribe-modal.js` (+0 -587) ➖ `_brand/site.webmanifest` (+0 -19) ➖ `_brand/tokens.scss` (+0 -33) 📝 `book/.pre-commit-config.yaml` (+15 -1) 📝 `book/README.md` (+41 -19) 📝 `book/cli/README.md` (+2 -2) ➕ `book/cli/commands/bib.py` (+397 -0) 📝 `book/cli/commands/build.py` (+548 -36) 📝 `book/cli/commands/clean.py` (+22 -0) _...and 80 more files_ </details> ### 📄 Description I updated the following figures in training.qmd: 8.3, 8.4, 8.5, 8.9, 8.10, 8.11, 8.12, 8.13, 8.16, 8.17, and 8.18. In the file diagram.yml I added the missing definition for the color VioletFill. --- <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 16:02:29 -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#1162