Files
cs249r_book/tools/scripts/build
Vijay Janapa Reddi c65db01970 feat: enhance stats script to track footnote definitions vs references
- Add separate counting for footnote definitions and references
- Update display to show FnDef and FnRef columns
- Add emoji labels for better footnote statistics visibility
2025-09-06 23:42:25 -04:00
..

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 formatting
  • generate_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