mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-28 16:48:30 -05:00
- Add separate counting for footnote definitions and references - Update display to show FnDef and FnRef columns - Add emoji labels for better footnote statistics visibility
Build Scripts
Scripts for building, cleaning, and development workflows.
Scripts
clean.sh- Comprehensive cleanup script (build artifacts, caches, temp files)standardize_sources.sh- Standardize source file formattinggenerate_stats.py- Generate statistics about the Quarto project
Quick Usage
# Clean all build artifacts
./clean.sh
# Deep clean including caches and virtual environments
./clean.sh --deep
# Preview what would be cleaned
./clean.sh --dry-run
# Generate project statistics
python generate_stats.py