Files
cs249r_book/book/tools/scripts/utilities
Vijay Janapa Reddi e3cc9f7af3 refactor: rename ml_ml_workflow files, consolidate CLI, and clean up scripts
Remove redundant ml_ prefix from ml_workflow chapter files and update all
Quarto config references. Consolidate custom scripts into native binder
subcommands and archive obsolete tooling.
2026-02-13 11:06:28 -05:00
..

Utility Scripts

General-purpose utility scripts for validation and checking.

Scripts

  • check_sources.py - Comprehensive source file validation
  • check_ascii.py - Check for non-ASCII characters
  • check_images.py - Validate image files and references
  • fix_titles.py - Fix title formatting
  • analyze_footnotes.sh - Analyze footnotes
  • count_footnotes.sh - Count footnotes

Quick Usage

# Validate source files
python check_sources.py

# Check for encoding issues
python check_ascii.py

# Validate images
python check_images.py