mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-04-27 16:38:21 -05:00
- 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
10 lines
262 B
YAML
10 lines
262 B
YAML
project:
|
|
output-dir: _docs
|
|
|
|
website:
|
|
title: "TinyTorch"
|
|
site-url: "https://tinytorch.github.io/TinyTorch/"
|
|
description: "Build ML Systems from Scratch - A hands-on systems course"
|
|
repo-branch: main
|
|
repo-url: "https://github.com/tinytorch/TinyTorch/"
|