[PR #895] [MERGED] Improve styling of reference and chapter connection blocks in html; Add new Tikz figures in ch1 and ch2 #2940

Closed
opened 2026-04-13 13:19:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/895
Author: @hzeljko
Created: 7/18/2025
Status: Merged
Merged: 7/18/2025
Merged by: @profvjreddi

Base: devHead: 893-make-new-margin-note-box


📝 Commits (1)

  • adaf8b7 Improve styling of reference and chapter connection blocks

📊 Changes

8 files changed (+1080 additions, -108 deletions)

View changed files

📝 _extensions/custom-numbered-blocks/style/foldbox.css (+75 -4)
📝 _quarto.yml (+2 -3)
📝 contents/core/introduction/images/png/alphafold.png (+0 -0)
📝 contents/core/introduction/introduction.qmd (+760 -25)
contents/core/ml_systems/images/png/op_perf_char.png (+0 -0)
📝 contents/core/ml_systems/ml_systems.qmd (+225 -73)
📝 lua/margin-connections.lua (+5 -2)
📝 style.scss (+13 -1)

📄 Description

  • Placed references in HTML output into a grey box for better visual distinction
  • Harmonized color scheme of the "Chapter Connection" callout block to match the reference box style
  • Added new TikZ-based figures in Chapter 1 and Chapter 2

Before submitting your Pull Request, please review and complete the items on this checklist.

  • 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/895 **Author:** [@hzeljko](https://github.com/hzeljko) **Created:** 7/18/2025 **Status:** ✅ Merged **Merged:** 7/18/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `893-make-new-margin-note-box` --- ### 📝 Commits (1) - [`adaf8b7`](https://github.com/harvard-edge/cs249r_book/commit/adaf8b71a7d51238157c6213bc45b14d09da4e23) Improve styling of reference and chapter connection blocks ### 📊 Changes **8 files changed** (+1080 additions, -108 deletions) <details> <summary>View changed files</summary> 📝 `_extensions/custom-numbered-blocks/style/foldbox.css` (+75 -4) 📝 `_quarto.yml` (+2 -3) 📝 `contents/core/introduction/images/png/alphafold.png` (+0 -0) 📝 `contents/core/introduction/introduction.qmd` (+760 -25) ➕ `contents/core/ml_systems/images/png/op_perf_char.png` (+0 -0) 📝 `contents/core/ml_systems/ml_systems.qmd` (+225 -73) 📝 `lua/margin-connections.lua` (+5 -2) 📝 `style.scss` (+13 -1) </details> ### 📄 Description - Placed references in HTML output into a grey box for better visual distinction - Harmonized color scheme of the "Chapter Connection" callout block to match the reference box style - Added new TikZ-based figures in Chapter 1 and Chapter 2 Before submitting your Pull Request, please review and complete the items on this checklist. - [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-13 13:19:14 -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#2940