Files
cs249r_book/tools/scripts/content
Vijay Janapa Reddi 2d73027a79 Update content and configuration files
- Update multiple core content chapters (qmd files)
- Update quiz files across multiple chapters
- Update Quarto configuration files (epub, html, pdf)
- Update CLI commands and main module
- Update robust_ai content
- Add comprehensive notes for v0.4.1
- Update lab content for Arduino Nicla Vision
- Update part summaries and scripts
- Fix duplicate labels and section references
- Fix footnote issues
- Clean up duplicate section IDs in frontiers.qmd
- Add references to unreferenced figures and tables
2025-10-05 11:59:39 -04:00
..

Content Management Scripts

Tools for managing, editing, and validating book content.

Key Scripts

  • manage_section_ids.py - Manage section IDs and cross-references
  • improve_figure_captions.py - Enhance figure captions using AI
  • find_unreferenced_labels.py - Find unused labels and references
  • find_duplicate_labels.py - Detect duplicate labels
  • fix_bibliography.py - Fix bibliography formatting

Common Usage

# Improve figure captions
python improve_figure_captions.py

# Find content issues
python find_unreferenced_labels.py
python find_duplicate_labels.py

# Clean up formatting
python collapse_blank_lines.py