[PR #849] [MERGED] Grammar clean-up #6983

Closed
opened 2026-04-24 17:11:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: devHead: hypen-cleanup


📝 Commits (10+)

  • a7c546d Adds rule to discourage em dashes
  • 4a4058f Refines responsible AI principles and practices
  • c4548f6 Corrects minor grammatical and phrasing errors
  • 8eb6fb5 Refines language and clarity in scaling laws section
  • b5e8423 Refines content for clarity and consistency.
  • 73afca4 Refines AI for Good content for clarity
  • 752cbd7 Improves clarity and consistency
  • ae9adb8 Refines language for clarity and precision
  • d75e5cb Corrects minor grammatical and stylistic errors
  • b1a2dc8 Refines language for clarity and consistency

📊 Changes

21 files changed (+589 additions, -511 deletions)

View changed files

.vale/styles/textbook/Dashes.yml (+16 -0)
📝 contents/core/ai_for_good/ai_for_good.qmd (+9 -21)
📝 contents/core/benchmarking/benchmarking.qmd (+18 -18)
📝 contents/core/data_engineering/data_engineering.qmd (+6 -7)
📝 contents/core/dl_primer/dl_primer.qmd (+7 -13)
📝 contents/core/dnn_architectures/dnn_architectures.qmd (+3 -7)
📝 contents/core/efficient_ai/efficient_ai.qmd (+19 -19)
📝 contents/core/frameworks/frameworks.qmd (+2 -8)
📝 contents/core/hw_acceleration/hw_acceleration.qmd (+28 -39)
📝 contents/core/introduction/introduction.qmd (+6 -8)
📝 contents/core/ml_systems/ml_systems.qmd (+4 -5)
📝 contents/core/ondevice_learning/ondevice_learning.qmd (+59 -63)
📝 contents/core/ops/ops.qmd (+51 -55)
📝 contents/core/optimizations/optimizations.qmd (+22 -72)
📝 contents/core/privacy_security/privacy_security.qmd (+51 -54)
📝 contents/core/responsible_ai/responsible_ai.qmd (+47 -47)
📝 contents/core/robust_ai/robust_ai.qmd (+32 -29)
📝 contents/core/sustainable_ai/sustainable_ai.qmd (+25 -25)
📝 contents/core/training/training.qmd (+8 -8)
📝 contents/core/workflow/workflow.qmd (+6 -13)

...and 1 more files

📄 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/849 **Author:** [@profvjreddi](https://github.com/profvjreddi) **Created:** 6/5/2025 **Status:** ✅ Merged **Merged:** 6/5/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `hypen-cleanup` --- ### 📝 Commits (10+) - [`a7c546d`](https://github.com/harvard-edge/cs249r_book/commit/a7c546ddc3bfac31d07bfa78d4db0c8387fed9da) Adds rule to discourage em dashes - [`4a4058f`](https://github.com/harvard-edge/cs249r_book/commit/4a4058fee66779e2290abd2ecf4ae2c3543c4477) Refines responsible AI principles and practices - [`c4548f6`](https://github.com/harvard-edge/cs249r_book/commit/c4548f66dd96aca3c27b531f0d71dcc5bf0e34ea) Corrects minor grammatical and phrasing errors - [`8eb6fb5`](https://github.com/harvard-edge/cs249r_book/commit/8eb6fb52c8e5bdcbaf10fed3f1a00362c634a625) Refines language and clarity in scaling laws section - [`b5e8423`](https://github.com/harvard-edge/cs249r_book/commit/b5e842368f2a98df5fe65f72e98a34c981454a08) Refines content for clarity and consistency. - [`73afca4`](https://github.com/harvard-edge/cs249r_book/commit/73afca454192589407efe64e9c7668e3f83eef30) Refines AI for Good content for clarity - [`752cbd7`](https://github.com/harvard-edge/cs249r_book/commit/752cbd7f5714867fe5bf2b513e6fa5b844ac86f2) Improves clarity and consistency - [`ae9adb8`](https://github.com/harvard-edge/cs249r_book/commit/ae9adb8f2668eb7dee9383a732c474eeaeb81ed1) Refines language for clarity and precision - [`d75e5cb`](https://github.com/harvard-edge/cs249r_book/commit/d75e5cb9701d07dee745f90e07267ded4e5f545f) Corrects minor grammatical and stylistic errors - [`b1a2dc8`](https://github.com/harvard-edge/cs249r_book/commit/b1a2dc85ca183ff1de9fcb09d345fb5f73631c67) Refines language for clarity and consistency ### 📊 Changes **21 files changed** (+589 additions, -511 deletions) <details> <summary>View changed files</summary> ➕ `.vale/styles/textbook/Dashes.yml` (+16 -0) 📝 `contents/core/ai_for_good/ai_for_good.qmd` (+9 -21) 📝 `contents/core/benchmarking/benchmarking.qmd` (+18 -18) 📝 `contents/core/data_engineering/data_engineering.qmd` (+6 -7) 📝 `contents/core/dl_primer/dl_primer.qmd` (+7 -13) 📝 `contents/core/dnn_architectures/dnn_architectures.qmd` (+3 -7) 📝 `contents/core/efficient_ai/efficient_ai.qmd` (+19 -19) 📝 `contents/core/frameworks/frameworks.qmd` (+2 -8) 📝 `contents/core/hw_acceleration/hw_acceleration.qmd` (+28 -39) 📝 `contents/core/introduction/introduction.qmd` (+6 -8) 📝 `contents/core/ml_systems/ml_systems.qmd` (+4 -5) 📝 `contents/core/ondevice_learning/ondevice_learning.qmd` (+59 -63) 📝 `contents/core/ops/ops.qmd` (+51 -55) 📝 `contents/core/optimizations/optimizations.qmd` (+22 -72) 📝 `contents/core/privacy_security/privacy_security.qmd` (+51 -54) 📝 `contents/core/responsible_ai/responsible_ai.qmd` (+47 -47) 📝 `contents/core/robust_ai/robust_ai.qmd` (+32 -29) 📝 `contents/core/sustainable_ai/sustainable_ai.qmd` (+25 -25) 📝 `contents/core/training/training.qmd` (+8 -8) 📝 `contents/core/workflow/workflow.qmd` (+6 -13) _...and 1 more files_ </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-24 17:11: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#6983