mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-11 20:45:02 -05:00
Update documentation for site/ migration and restructuring
Documentation updates across the codebase: Root documentation: - README.md: Updated references from book/ to site/ - CONTRIBUTING.md: Updated build and workflow instructions - .shared-ai-rules.md: Updated AI assistant rules for new structure GitHub configuration: - Issue templates updated for new module locations - Workflow references updated from book/ to site/ docs/ updates: - STUDENT_QUICKSTART.md: New paths and structure - module-rules.md: Updated module development guidelines - NBGrader documentation: Updated for module restructuring - Archive documentation: Updated references Module documentation: - modules/17_memoization/README.md: Updated after reordering All documentation now correctly references: - site/ instead of book/ - modules/XX_name/ instead of modules/source/
This commit is contained in:
@@ -27,7 +27,7 @@ exports_to: "tinytorch.core.{module_name}"
|
||||
|
||||
# File Structure
|
||||
files:
|
||||
dev_file: "{module_name}_dev.py"
|
||||
dev_file: "{module_name}.py"
|
||||
test_file: "tests/test_{module_name}.py"
|
||||
readme: "README.md"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user