[PR #660] [MERGED] 655 Fix .callout blocks titles #8616

Closed
opened 2026-05-03 00:44:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/660
Author: @profvjreddi
Created: 1/29/2025
Status: Merged
Merged: 1/29/2025
Merged by: @profvjreddi

Base: devHead: 655-fix-callout-blocks-titles


📝 Commits (10+)

  • 708bdcf Updated all callout ###* titles into title block format
  • 5ea6601 Merge branch 'dev' into 655-fix-callout-blocks-titles
  • dac79f9 Putting tikz package use outside of begin{..}
  • 5a0ec61 Cleanup of header files
  • e78d0e4 Merge branch 'dev' into 655-fix-callout-blocks-titles
  • 8176e6b Merge branch 'dev' into 655-fix-callout-blocks-titles
  • 1b771a0 Merge branch 'dev' into 655-fix-callout-blocks-titles
  • da3929a Update dependencies again
  • 4e39914 Trying to fix
  • 17adbb7 trying a different compiler

📊 Changes

23 files changed (+128 additions, -88 deletions)

View changed files

📝 .github/workflows/build_pages.yml (+20 -2)
📝 _quarto.yml (+6 -3)
📝 contents/core/ai_for_good/ai_for_good.qmd (+1 -3)
📝 contents/core/benchmarking/benchmarking.qmd (+1 -3)
📝 contents/core/data_engineering/data_engineering.qmd (+1 -3)
📝 contents/core/dl_primer/dl_primer.qmd (+1 -3)
📝 contents/core/dnn_architectures/dnn_architectures.qmd (+1 -3)
📝 contents/core/efficient_ai/efficient_ai.qmd (+1 -3)
📝 contents/core/frameworks/frameworks.qmd (+2 -0)
📝 contents/core/hw_acceleration/hw_acceleration.qmd (+1 -3)
📝 contents/core/introduction/introduction.qmd (+8 -16)
📝 contents/core/ml_systems/ml_systems.qmd (+6 -13)
📝 contents/core/ondevice_learning/ondevice_learning.qmd (+1 -3)
📝 contents/core/ops/ops.qmd (+1 -3)
📝 contents/core/optimizations/optimizations.qmd (+1 -3)
📝 contents/core/privacy_security/privacy_security.qmd (+1 -3)
📝 contents/core/responsible_ai/responsible_ai.qmd (+1 -3)
📝 contents/core/robust_ai/robust_ai.qmd (+1 -3)
📝 contents/core/sustainable_ai/sustainable_ai.qmd (+1 -3)
📝 contents/core/training/training.qmd (+2 -5)

...and 3 more files

📄 Description

https://github.com/harvard-edge/cs249r_book/issues/655


🔄 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/660 **Author:** [@profvjreddi](https://github.com/profvjreddi) **Created:** 1/29/2025 **Status:** ✅ Merged **Merged:** 1/29/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `655-fix-callout-blocks-titles` --- ### 📝 Commits (10+) - [`708bdcf`](https://github.com/harvard-edge/cs249r_book/commit/708bdcf99424ac91294ca0c7b30c2880a1d33c56) Updated all callout ###* titles into title block format - [`5ea6601`](https://github.com/harvard-edge/cs249r_book/commit/5ea6601475272fe5875fcda960fd01dcc6dd1a51) Merge branch 'dev' into 655-fix-callout-blocks-titles - [`dac79f9`](https://github.com/harvard-edge/cs249r_book/commit/dac79f9a168a4daecd444edc257df900c5a40712) Putting tikz package use outside of begin{..} - [`5a0ec61`](https://github.com/harvard-edge/cs249r_book/commit/5a0ec613f87a4230016bf4a4adec1b5055f31659) Cleanup of header files - [`e78d0e4`](https://github.com/harvard-edge/cs249r_book/commit/e78d0e424cfa4be91436fb0d150c54687c3c8634) Merge branch 'dev' into 655-fix-callout-blocks-titles - [`8176e6b`](https://github.com/harvard-edge/cs249r_book/commit/8176e6b350579f18420c88415139fc9d41c8f718) Merge branch 'dev' into 655-fix-callout-blocks-titles - [`1b771a0`](https://github.com/harvard-edge/cs249r_book/commit/1b771a06807e2ddd3e97601b21703df73345cbe7) Merge branch 'dev' into 655-fix-callout-blocks-titles - [`da3929a`](https://github.com/harvard-edge/cs249r_book/commit/da3929a605d5dcb027a047edd13de43f47bed9f5) Update dependencies again - [`4e39914`](https://github.com/harvard-edge/cs249r_book/commit/4e399140f2fac4e3a872b3751a20777428050414) Trying to fix - [`17adbb7`](https://github.com/harvard-edge/cs249r_book/commit/17adbb7e26facdf09a9cd20b53b5287a5569d019) trying a different compiler ### 📊 Changes **23 files changed** (+128 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build_pages.yml` (+20 -2) 📝 `_quarto.yml` (+6 -3) 📝 `contents/core/ai_for_good/ai_for_good.qmd` (+1 -3) 📝 `contents/core/benchmarking/benchmarking.qmd` (+1 -3) 📝 `contents/core/data_engineering/data_engineering.qmd` (+1 -3) 📝 `contents/core/dl_primer/dl_primer.qmd` (+1 -3) 📝 `contents/core/dnn_architectures/dnn_architectures.qmd` (+1 -3) 📝 `contents/core/efficient_ai/efficient_ai.qmd` (+1 -3) 📝 `contents/core/frameworks/frameworks.qmd` (+2 -0) 📝 `contents/core/hw_acceleration/hw_acceleration.qmd` (+1 -3) 📝 `contents/core/introduction/introduction.qmd` (+8 -16) 📝 `contents/core/ml_systems/ml_systems.qmd` (+6 -13) 📝 `contents/core/ondevice_learning/ondevice_learning.qmd` (+1 -3) 📝 `contents/core/ops/ops.qmd` (+1 -3) 📝 `contents/core/optimizations/optimizations.qmd` (+1 -3) 📝 `contents/core/privacy_security/privacy_security.qmd` (+1 -3) 📝 `contents/core/responsible_ai/responsible_ai.qmd` (+1 -3) 📝 `contents/core/robust_ai/robust_ai.qmd` (+1 -3) 📝 `contents/core/sustainable_ai/sustainable_ai.qmd` (+1 -3) 📝 `contents/core/training/training.qmd` (+2 -5) _...and 3 more files_ </details> ### 📄 Description https://github.com/harvard-edge/cs249r_book/issues/655 --- <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-05-03 00:44:42 -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#8616