From db49b26b0ca5eb87208edd0fae4e703a2309cb46 Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Tue, 15 Jul 2025 18:48:17 -0400 Subject: [PATCH] Add consistent short title for Setup module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ 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 --- book/_toc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/book/_toc.yml b/book/_toc.yml index c905b7bf..f34d0511 100644 --- a/book/_toc.yml +++ b/book/_toc.yml @@ -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