Files
TinyTorch/docs/README.md
Vijay Janapa Reddi 53ee9f17f3 📁 Reorganize documentation with modern naming
- Move all documentation to docs/ directory with clear organization
- Use lowercase-with-dashes naming convention (modern standard)
- Organize by audience: students/, development/, pedagogy/
- Create comprehensive docs/README.md index
- Clean up root directory (only README.md and quickstart.md remain)

Structure:
docs/
├── pedagogy/           # Educational philosophy
├── development/        # Module development guides
├── students/          # Student-facing documentation
└── README.md          # Documentation index

This makes the project more professional and easier to navigate.
2025-07-10 20:16:26 -04:00

2.1 KiB

📚 TinyTorch Documentation

Welcome to the TinyTorch documentation! This directory contains all the guides, principles, and references for building and using TinyTorch.

🎓 For Students

Start here if you're taking the ML Systems course:

🎯 Educational Philosophy

Understanding how TinyTorch is designed for learning:

🔧 For Module Developers

Building new modules or contributing to TinyTorch:

🗂️ Documentation Structure

docs/
├── pedagogy/           # Educational philosophy and principles
├── development/        # Module development guides
├── students/          # Student-facing documentation
└── README.md          # This file

🚀 Quick Navigation


All documentation follows the TinyTorch pedagogical principle: Build → Use → Understand → Repeat