Files
TinyTorch/modules/sidebar.yml
Vijay Janapa Reddi 82defeafd3 Refactor notebook generation to use separate files for better architecture
- Restored tools/py_to_notebook.py as a focused, standalone tool
- Updated tito notebooks command to use subprocess to call the separate tool
- Maintains clean separation of concerns: tito.py for CLI orchestration, py_to_notebook.py for conversion logic
- Updated documentation to use 'tito notebooks' command instead of direct tool calls
- Benefits: easier debugging, better maintainability, focused single-responsibility modules
2025-07-10 21:57:09 -04:00

10 lines
187 B
YAML

website:
sidebar:
contents:
- section: layers
contents:
- layers/layers_dev.ipynb
- section: setup
contents:
- setup/setup_dev.ipynb