Commit Graph

6 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
7af42694fb refactor: consolidate ABOUT.md files using symlinks
- Replace site/modules/*_ABOUT.md files with symlinks to src/*/ABOUT.md
- src/ is now the single source of truth for module documentation
- Sync cleaned-up versions (emoji removal) from site/ back to src/
- Remove sync target from Makefile since symlinks handle everything
- Jupyter Book works with symlinks, no build changes needed
2025-12-12 16:43:16 -05:00
Vijay Janapa Reddi
d8b7de6b8a fix: update TinyTorch site links and navigation for pre-release
- Fix GitHub URLs from harvard-edge to mlsysbook (7 links)
- Fix iframe path in community.md (community/ -> extra/community/)
- Fix privacy policy link in community.md
- Fix navigation links in all 20 module ABOUT files
- Standardize difficulty format in modules 04 and 17
- Update README.md references to correct file names
2025-12-10 08:22:03 -08:00
Vijay Janapa Reddi
ff37f3ec49 feat(pdf): enhance preface, add Unicode support, update downloads
- Add Welcome section and "What You Will Build" list to preface
- Add TinyTorch link (mlsysbook.ai/tinytorch) in preface
- Add Unicode character support for arrows, math symbols, Greek letters
- Remove number prefixes from module chapter headings (01. → just title)
- Update PDF TOC to use pdf_intro.md as root with Getting Started as part
- Update TinyTorch-Guide.pdf and TinyTorch-Paper.pdf in downloads
- Remove duplicate tinytorch-course.pdf from downloads
2025-12-07 19:16:34 -08:00
Vijay Janapa Reddi
cb595aeb9d feat(pdf): add neural network cover design and header branding
- Add asymmetric neural network decorations to cover page with diagonal flow
- Dense clusters on top-left and bottom-right, sparse on opposite corners
- Add tiny🔥TORCH branding centered above header rule
- Add flame icon to chapter titles (left-aligned)
- Replace LaTeX bigstar with bullet points for difficulty ratings
2025-12-07 14:07:06 -08:00
Vijay Janapa Reddi
826b8c64c6 fix(docs): replace LaTeX textcolor commands with Unicode symbols
- Replace \textcolor{green!70!black}{$\checkmark$} with ✓
- Replace \textcolor{red!70!black}{$\times$} with ✗
- Improves PDF rendering and cross-platform compatibility
2025-12-07 13:39:42 -08:00
Vijay Janapa Reddi
c602f97364 feat: integrate TinyTorch into MLSysBook repository
TinyTorch educational deep learning framework now lives at tinytorch/

Structure:
- tinytorch/src/         - Source modules (single source of truth)
- tinytorch/tito/        - CLI tool
- tinytorch/tests/       - Test suite
- tinytorch/site/        - Jupyter Book website
- tinytorch/milestones/  - Historical ML implementations
- tinytorch/datasets/    - Educational datasets (tinydigits, tinytalks)
- tinytorch/assignments/ - NBGrader assignments
- tinytorch/instructor/  - Teaching materials

Workflows (with tinytorch- prefix):
- tinytorch-ci.yml           - CI/CD pipeline
- tinytorch-publish-dev.yml  - Dev site deployment
- tinytorch-publish-live.yml - Live site deployment
- tinytorch-build-pdf.yml    - PDF generation
- tinytorch-release-check.yml - Release validation

Repository Variables added:
- TINYTORCH_ROOT  = tinytorch
- TINYTORCH_SRC   = tinytorch/src
- TINYTORCH_SITE  = tinytorch/site
- TINYTORCH_TESTS = tinytorch/tests

All workflows use \${{ vars.TINYTORCH_* }} for path configuration.

Note: tinytorch/site/_static/favicon.svg kept as SVG (valid for favicons)
2025-12-05 19:23:18 -08:00