mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-07-18 04:17:32 -05:00
Improved three key student-facing commands with Rich formatting: 1. tito module status - Visual progress bar (███░░░) - Clean table with status icons (✅🚀⏳🔒) - Smart list collapsing for readability - Milestone readiness indicators - Clear "Next Action" guidance 2. tito module complete - 3-step visual workflow (Test → Export → Track) - Celebratory completion message - Shows what students can now do - Progress percentage tracking - Suggests next module 3. tito module start - Prerequisite checking (enforces sequential learning) - Beautiful locked/unlocked module displays - Shows missing prerequisites in table - Milestone progress preview - Clear step-by-step instructions Design principles: - Progressive disclosure (show relevant info only) - Clear visual hierarchy (panels, tables, separators) - Pedagogical guidance (always show next action) - Consistent iconography (✅🚀⏳🔒🏆💡) Ready for demo GIF recording! 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
TinyTorch Documentation
This directory contains essential documentation for TinyTorch development and usage.
📚 User Documentation
STUDENT_QUICKSTART.md- Getting started guide for studentsINSTRUCTOR_GUIDE.md- Setup and grading guide for instructorscifar10-training-guide.md- Complete guide to achieving the north star goal (75% CIFAR-10 accuracy)
🔧 Development Documentation
tinytorch-assumptions.md- CRITICAL: TinyTorch complexity framework and implementation guidelines
Development Standards
development/module-rules.md- Module development standards and patterns
NBGrader Integration
nbgrader/NBGrader_Quick_Reference.md- Daily use commands and workflownbgrader/NBGRADER_STYLE_GUIDE.md- Style guide for NBGrader cellsnbgrader/NBGrader_Text_Response_Technical_Implementation.md- Technical implementation details
Start here:
- Students: Read
STUDENT_QUICKSTART.md - Instructors: Read
INSTRUCTOR_GUIDE.md - Developers: Read
tinytorch-assumptions.mdFIRST, thendevelopment/module-rules.md