mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-02 01:30:56 -05:00
Add consistent short title for Setup module
✅ Complete dual-title system: short TOC titles + full page headers ✅ All 14 modules now have consistent numbered menu titles ✅ Clean sidebar navigation with descriptive page content Pattern: - TOC: '0. Setup' → Page: 'Setup - TinyTorch System Configuration' - TOC: '2. Activations' → Page: 'Activations - Nonlinearity in Neural Networks' - Provides scannable menu + descriptive content headers
This commit is contained in:
@@ -18,6 +18,7 @@ parts:
|
||||
- caption: Foundation
|
||||
chapters:
|
||||
- file: chapters/00-setup.md
|
||||
title: "0. Setup"
|
||||
- file: chapters/01-tensor.md
|
||||
title: "1. Tensors"
|
||||
- file: chapters/02-activations.md
|
||||
|
||||
Reference in New Issue
Block a user