Commit Graph

2 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
25d965e719 Fix inline Python rendering and add sci() base unit conversion
Key changes:
- sci() and sci_latex() now convert Pint quantities to base units
  (fixes 10^2 showing instead of 10^14 for TFLOPs values)
- Add md_frac(), md_sci(), md_math() helpers for LaTeX in Markdown()
- Update ml_systems.qmd with proper LaTeX fraction rendering
- Add freeze: false to _quarto.yml to prevent caching issues
- Update CLAUDE.md with QMD inline Python conventions
- Fix LATEX_ADJACENT issues across multiple QMD files (Unicode symbols)
2026-02-02 01:18:32 -05:00
Vijay Janapa Reddi
fb16e824d5 Organize scripts directory: move active scripts to subdirectories, remove stale files
- Move extract_figures.py to publish/, relocate_figures.py to content/
- Delete redundant extract_figures_vol1.py and stale extract_vol2_headers.py
- Remove orphaned shell scripts (check_keys, clean_build, convert_icons, etc.)
- Remove workflow docs and redundant README_TABLE_FORMATTER.md
- Rewrite README.md to reflect actual directory structure
2026-01-31 10:00:48 -05:00