Files
TinyTorch/docs
Vijay Janapa Reddi 2cb887e9e4 Move py_to_notebook.py to bin/ directory for better organization
- Moved tools/py_to_notebook.py to bin/py_to_notebook.py
- Updated tito.py to reference the new location
- Made py_to_notebook.py executable for direct invocation
- Removed empty tools/ directory
- Updated documentation to reflect new location
- All tools now consolidated in bin/ directory for consistency

Benefits:
- Conventional organization (bin/ for executables)
- Can invoke tools directly: ./bin/py_to_notebook.py
- Cleaner project structure
- Consistent with other tools (tito.py, generate_student_notebooks.py)
2025-07-10 21:59:14 -04:00
..

📚 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