mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-02 18:50:17 -05:00
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.
Utility Scripts
General-purpose utility scripts for validation and checking.
Scripts
check_sources.py- Comprehensive source file validationcheck_ascii.py- Check for non-ASCII characterscheck_images.py- Validate image files and referencesfix_titles.py- Fix title formattinganalyze_footnotes.sh- Analyze footnotescount_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