Files
TinyTorch/site/_toc.yml
Vijay Janapa Reddi 8e55d72aaa Restructure website navigation for release
## Navigation Improvements
- Consolidated Getting Started: 6 separate pages → 1 comprehensive guide
- Implemented collapsible sidebar sections for all tiers
- Removed redundant role-based pages (student/instructor/TA separation)
- Professional, release-ready navigation structure

## New Files
- site/getting-started.md - Comprehensive guide covering all roles

## Updated Files
- site/_toc.yml - Restructured with collapsible sections
- site/_config.yml - Added sidebar collapse configuration
- site/intro.md - Fixed landing page links
- site/chapters/00-introduction.md - Updated cross-references
- site/community.md - Updated educator resources links

## Benefits
- Reduced cognitive load (cleaner sidebar)
- Eliminated duplication
- Better organization with collapsible tiers
- Single source of truth for getting started

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 13:16:53 -05:00

118 lines
3.2 KiB
YAML

# TinyTorch: Build ML Systems from Scratch
# Table of Contents Structure
format: jb-book
root: intro
title: "TinyTorch Course"
parts:
# Getting Started - Consolidated single entry point
- caption: 🚀 Getting Started
chapters:
- file: getting-started
title: "Complete Guide"
# Foundation Tier - Collapsible section
- caption: 🏗 Foundation Tier (01-07)
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_autograd_ABOUT
title: "05. Autograd"
- file: modules/06_optimizers_ABOUT
title: "06. Optimizers"
- file: modules/07_training_ABOUT
title: "07. Training"
# Architecture Tier - Collapsible section
- caption: 🏛️ Architecture Tier (08-13)
chapters:
- file: tiers/architecture
title: "📖 Tier Overview"
- file: modules/08_dataloader_ABOUT
title: "08. DataLoader"
- file: modules/09_spatial_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_memoization_ABOUT
title: "17. Memoization"
- file: modules/18_acceleration_ABOUT
title: "18. Acceleration"
- 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"
# Course Orientation - Collapsible section
- caption: 🧭 Course Orientation
chapters:
- file: chapters/00-introduction
title: "Course Structure"
- file: prerequisites
title: "Prerequisites & Resources"
- file: chapters/learning-journey
title: "Learning Journey"
- file: chapters/milestones
title: "Historical Milestones"
- file: faq
title: "FAQ"
# 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/troubleshooting
title: "Troubleshooting"
- file: datasets
title: "Datasets Guide"
# Community - Collapsible section
- caption: 🤝 Community
chapters:
- file: community
title: "Ecosystem"
- file: resources
title: "Learning Resources"
- file: credits
title: "Credits & Acknowledgments"