refactor(tinytorch): clean up orphaned docs and reset package for student use

- Remove orphaned markdown files not used in site build:
  - site/chapters/, site/usage-paths/, site/instructor/
  - site/development/, site/nbgrader/, site/_static/demos/
  - site/tito/quick-reference.md
- Fix broken documentation links in README.md
- Reset tinytorch/tinytorch/ package to minimal state (only __init__.py)
  - nbdev will populate package as students complete modules
  - Milestones import from tinytorch.core.* which gets created on export
This commit is contained in:
Vijay Janapa Reddi
2025-12-15 18:41:35 -05:00
parent 51077ba7a8
commit f8c305a4a8
20 changed files with 3 additions and 6285 deletions

View File

@@ -156,9 +156,9 @@ model.fit(X, y) # Magic happens
| Audience | Resources |
|----------|-----------|
| **Students** | [Course Website](https://mlsysbook.ai/tinytorch) ・ [Quick Start](site/STUDENT_QUICKSTART.md) ・ [FAQ](site/faq.md) |
| **Instructors** | [Instructor Guide](INSTRUCTOR.md) ・ [NBGrader Setup](site/nbgrader/) ・ [TA Guide](TA_GUIDE.md) |
| **Contributors** | [Contributing Guide](CONTRIBUTING.md) ・ [Module Development](site/development/module-rules.md) |
| **Students** | [Course Website](https://mlsysbook.ai/tinytorch) ・ [Getting Started](site/getting-started.md) |
| **Instructors** | [Instructor Guide](INSTRUCTOR.md) |
| **Contributors** | [Contributing Guide](CONTRIBUTING.md) |
---