[PR #781] [MERGED] Find unreferenced labels #2869

Closed
opened 2026-04-13 13:17:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/781
Author: @profvjreddi
Created: 3/28/2025
Status: Merged
Merged: 3/28/2025
Merged by: @profvjreddi

Base: devHead: find_unreferenced_labels


📝 Commits (3)

  • a17140e Script produces links to unreferenced places
  • 3ab3467 Script to find any missing references
  • 331352d Merge branch 'dev' into find_unreferenced_labels

📊 Changes

11 files changed (+149 additions, -34 deletions)

View changed files

📝 .pre-commit-config.yaml (+18 -18)
📝 contents/core/ai_for_good/ai_for_good.qmd (+1 -1)
📝 contents/core/benchmarking/benchmarking.qmd (+1 -1)
📝 contents/core/dl_primer/dl_primer.qmd (+2 -2)
📝 contents/core/dnn_architectures/dnn_architectures.qmd (+1 -1)
📝 contents/core/ml_systems/ml_systems.qmd (+1 -1)
📝 contents/core/ondevice_learning/ondevice_learning.qmd (+1 -1)
📝 contents/core/ops/ops.qmd (+1 -1)
📝 contents/core/robust_ai/robust_ai.qmd (+8 -6)
📝 contents/core/sustainable_ai/sustainable_ai.qmd (+2 -2)
scripts/find_unreferenced_labels.py (+113 -0)

📄 Description

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/781 **Author:** [@profvjreddi](https://github.com/profvjreddi) **Created:** 3/28/2025 **Status:** ✅ Merged **Merged:** 3/28/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `find_unreferenced_labels` --- ### 📝 Commits (3) - [`a17140e`](https://github.com/harvard-edge/cs249r_book/commit/a17140e54949df25bff6eed4a8f8490c2bbfe181) Script produces links to unreferenced places - [`3ab3467`](https://github.com/harvard-edge/cs249r_book/commit/3ab346758b1cf2b156e5650c7dff12746ba4bf2f) Script to find any missing references - [`331352d`](https://github.com/harvard-edge/cs249r_book/commit/331352d6d1c1b3ea2fe03e5766db096a0066f70c) Merge branch 'dev' into find_unreferenced_labels ### 📊 Changes **11 files changed** (+149 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `.pre-commit-config.yaml` (+18 -18) 📝 `contents/core/ai_for_good/ai_for_good.qmd` (+1 -1) 📝 `contents/core/benchmarking/benchmarking.qmd` (+1 -1) 📝 `contents/core/dl_primer/dl_primer.qmd` (+2 -2) 📝 `contents/core/dnn_architectures/dnn_architectures.qmd` (+1 -1) 📝 `contents/core/ml_systems/ml_systems.qmd` (+1 -1) 📝 `contents/core/ondevice_learning/ondevice_learning.qmd` (+1 -1) 📝 `contents/core/ops/ops.qmd` (+1 -1) 📝 `contents/core/robust_ai/robust_ai.qmd` (+8 -6) 📝 `contents/core/sustainable_ai/sustainable_ai.qmd` (+2 -2) ➕ `scripts/find_unreferenced_labels.py` (+113 -0) </details> ### 📄 Description 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. --- <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:17:55 -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#2869