[PR #1680] [MERGED] cleanup(vol2): lowercase 'fleet stack' / 'energy wall' in body prose #34488

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

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1680
Author: @profvjreddi
Created: 5/5/2026
Status: Merged
Merged: 5/5/2026
Merged by: @profvjreddi

Base: devHead: cleanup/fleet-stack-lowercase


📝 Commits (1)

  • 354c76b fix(vol2): lowercase 'fleet stack' / 'energy wall' in body prose (36 sites)

📊 Changes

13 files changed (+36 additions, -36 deletions)

View changed files

📝 book/quarto/contents/vol2/collective_communication/collective_communication.qmd (+1 -1)
📝 book/quarto/contents/vol2/conclusion/conclusion.qmd (+11 -11)
📝 book/quarto/contents/vol2/data_storage/data_storage.qmd (+1 -1)
📝 book/quarto/contents/vol2/edge_intelligence/edge_intelligence.qmd (+1 -1)
📝 book/quarto/contents/vol2/fleet_orchestration/fleet_orchestration.qmd (+2 -2)
📝 book/quarto/contents/vol2/inference/inference.qmd (+3 -3)
📝 book/quarto/contents/vol2/introduction/introduction.qmd (+5 -5)
📝 book/quarto/contents/vol2/ops_scale/ops_scale.qmd (+3 -3)
📝 book/quarto/contents/vol2/parts/fleet_principles.qmd (+1 -1)
📝 book/quarto/contents/vol2/performance_engineering/performance_engineering.qmd (+1 -1)
📝 book/quarto/contents/vol2/robust_ai/robust_ai.qmd (+2 -2)
📝 book/quarto/contents/vol2/security_privacy/security_privacy.qmd (+2 -2)
📝 book/quarto/contents/vol2/sustainable_ai/sustainable_ai.qmd (+3 -3)

📄 Description

Summary

Vol1 already lowercases its central organizing frameworks in body prose (iron law, memory wall, data wall, etc.) per book-prose.md §10.3. Vol2's Fleet Stack and Energy Wall were inconsistent: capitalized throughout. This sweep brings vol2 into alignment with vol1.

36 sites changed across 13 files.

Preserved (per §10.3 exceptions):

  • bold first definitions: **Fleet Stack**, **Energy Wall**
  • \index{Fleet Stack} / \index{Energy Wall} entries
  • callout title="..." attributes
  • H1/H2 section headers
  • Part-name proper nouns ("The Fleet", "Part I: The Fleet")
  • Code blocks, math spans, \ref{}, @sec-, etc.

Diff scope: body prose, italic spans, fig-cap/fig-alt, callout body content, footnote definitions.

Test plan

  • Pre-commit hooks pass (verified locally)
  • PDF + HTML render cleanly
  • Index entries unchanged (still title case per index.md)

🔄 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/1680 **Author:** [@profvjreddi](https://github.com/profvjreddi) **Created:** 5/5/2026 **Status:** ✅ Merged **Merged:** 5/5/2026 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `cleanup/fleet-stack-lowercase` --- ### 📝 Commits (1) - [`354c76b`](https://github.com/harvard-edge/cs249r_book/commit/354c76be4ee7b907ea8cc4808d9c24f718f54f8d) fix(vol2): lowercase 'fleet stack' / 'energy wall' in body prose (36 sites) ### 📊 Changes **13 files changed** (+36 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `book/quarto/contents/vol2/collective_communication/collective_communication.qmd` (+1 -1) 📝 `book/quarto/contents/vol2/conclusion/conclusion.qmd` (+11 -11) 📝 `book/quarto/contents/vol2/data_storage/data_storage.qmd` (+1 -1) 📝 `book/quarto/contents/vol2/edge_intelligence/edge_intelligence.qmd` (+1 -1) 📝 `book/quarto/contents/vol2/fleet_orchestration/fleet_orchestration.qmd` (+2 -2) 📝 `book/quarto/contents/vol2/inference/inference.qmd` (+3 -3) 📝 `book/quarto/contents/vol2/introduction/introduction.qmd` (+5 -5) 📝 `book/quarto/contents/vol2/ops_scale/ops_scale.qmd` (+3 -3) 📝 `book/quarto/contents/vol2/parts/fleet_principles.qmd` (+1 -1) 📝 `book/quarto/contents/vol2/performance_engineering/performance_engineering.qmd` (+1 -1) 📝 `book/quarto/contents/vol2/robust_ai/robust_ai.qmd` (+2 -2) 📝 `book/quarto/contents/vol2/security_privacy/security_privacy.qmd` (+2 -2) 📝 `book/quarto/contents/vol2/sustainable_ai/sustainable_ai.qmd` (+3 -3) </details> ### 📄 Description ## Summary Vol1 already lowercases its central organizing frameworks in body prose (`iron law`, `memory wall`, `data wall`, etc.) per book-prose.md §10.3. Vol2's `Fleet Stack` and `Energy Wall` were inconsistent: capitalized throughout. This sweep brings vol2 into alignment with vol1. 36 sites changed across 13 files. **Preserved (per §10.3 exceptions):** - bold first definitions: `**Fleet Stack**`, `**Energy Wall**` - `\index{Fleet Stack}` / `\index{Energy Wall}` entries - callout `title="..."` attributes - H1/H2 section headers - Part-name proper nouns ("The Fleet", "Part I: The Fleet") - Code blocks, math spans, `\ref{}`, `@sec-`, etc. **Diff scope:** body prose, italic spans, fig-cap/fig-alt, callout body content, footnote definitions. ## Test plan - [ ] Pre-commit hooks pass (verified locally) - [ ] PDF + HTML render cleanly - [ ] Index entries unchanged (still title case per index.md) --- <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-07-14 19:14: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#34488