mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 09:38:38 -05:00
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:
@@ -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) |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user