mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-04-27 23:07:32 -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
22 lines
330 B
YAML
22 lines
330 B
YAML
project:
|
|
type: website
|
|
|
|
format:
|
|
html:
|
|
theme: cosmo
|
|
css: styles.css
|
|
toc: true
|
|
keep-md: true
|
|
commonmark: default
|
|
|
|
website:
|
|
twitter-card: true
|
|
open-graph: true
|
|
repo-actions: [issue]
|
|
navbar:
|
|
background: primary
|
|
search: true
|
|
sidebar:
|
|
style: floating
|
|
|
|
metadata-files: [nbdev.yml, sidebar.yml] |