Files
cs249r_book/tinytorch/site/_toc.yml
Vijay Janapa Reddi 30a267a793 feat(site): add Team page and reorganize Community section
- Add new Team page featuring core staff and contributors
- Vijay Janapa Reddi (Nerdy Professor), Andrea Garavagno (Tech Lead),
  Kari Janapareddi (Chief of Staff), Kai Kleinbard (Web Wizard)
- Display community staff side-by-side with fun role titles
- Move Acknowledgments to separate page for MiniTorch/micrograd credits
- Add contributor generator script for future automation
- Update navigation: Team → Ecosystem → Acknowledgments
2026-02-03 13:41:10 -05:00

116 lines
3.0 KiB
YAML

# TinyTorch: Build ML Systems from Scratch
# Table of Contents Structure
format: jb-book
root: intro
title: "Don't import torch. Build it."
parts:
# Getting Started - Three essential pages
- caption: 🚀 Getting Started
chapters:
- file: preface
title: "Welcome"
- file: big-picture
title: "Big Picture"
- file: getting-started
title: "Quick Start"
# Foundation Tier - Collapsible section
- caption: 🏗 Foundation Tier (01-08)
chapters:
- file: tiers/foundation
title: "📖 Tier Overview"
- file: modules/01_tensor_ABOUT
title: "01. Tensor"
- file: modules/02_activations_ABOUT
title: "02. Activations"
- file: modules/03_layers_ABOUT
title: "03. Layers"
- file: modules/04_losses_ABOUT
title: "04. Losses"
- file: modules/05_dataloader_ABOUT
title: "05. DataLoader"
- file: modules/06_autograd_ABOUT
title: "06. Autograd"
- file: modules/07_optimizers_ABOUT
title: "07. Optimizers"
- file: modules/08_training_ABOUT
title: "08. Training"
# Architecture Tier - Collapsible section
- caption: 🏛️ Architecture Tier (09-13)
chapters:
- file: tiers/architecture
title: "📖 Tier Overview"
- file: modules/09_convolutions_ABOUT
title: "09. Convolutions"
- file: modules/10_tokenization_ABOUT
title: "10. Tokenization"
- file: modules/11_embeddings_ABOUT
title: "11. Embeddings"
- file: modules/12_attention_ABOUT
title: "12. Attention"
- file: modules/13_transformers_ABOUT
title: "13. Transformers"
# Optimization Tier - Collapsible section
- caption: ⏱️ Optimization Tier (14-19)
chapters:
- file: tiers/optimization
title: "📖 Tier Overview"
- file: modules/14_profiling_ABOUT
title: "14. Profiling"
- file: modules/15_quantization_ABOUT
title: "15. Quantization"
- file: modules/16_compression_ABOUT
title: "16. Compression"
- file: modules/17_acceleration_ABOUT
title: "17. Acceleration"
- file: modules/18_memoization_ABOUT
title: "18. Memoization"
- file: modules/19_benchmarking_ABOUT
title: "19. Benchmarking"
# Capstone Competition - Collapsible section
- caption: 🏅 Capstone Competition
chapters:
- file: tiers/olympics
title: "📖 Competition Overview"
- file: modules/20_capstone_ABOUT
title: "20. Torch Olympics"
# TITO CLI Reference - Collapsible section
- caption: 🛠️ TITO CLI Reference
chapters:
- file: tito/overview
title: "Command Overview"
- file: tito/modules
title: "Module Workflow"
- file: tito/milestones
title: "Milestone System"
- file: tito/data
title: "Progress & Data"
- file: tito/testing
title: "Developer Testing"
- file: tito/troubleshooting
title: "Troubleshooting"
# Reference - Collapsible section
- caption: 📚 Reference
chapters:
- file: datasets
title: "Datasets Guide"
- file: resources
title: "Learning Resources"
# Community - Collapsible section
- caption: 🤝 Community
chapters:
- file: team
title: "Team"
- file: community
title: "Ecosystem"
- file: credits
title: "Acknowledgments"