mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-06 07:53:29 -05:00
Decision: Keep emojis in section headers for better student experience Rationale: - 📊 🎯 🧠 📚 emojis provide visual scanning and semantic meaning - More engaging and approachable for students - Clear information architecture (Info, Objectives, Concepts, Implementation) - 13/14 modules already used this pattern - now 14/14 consistent - Maintains TOC navigation (vs hidden admonition boxes) Changes: - Fixed 01_setup: Added 🎯 Learning Objectives, 🧠 Overview, 📚 What You'll Build - Fixed 11_compression: Added 📊 Module Info, 🎯 Learning Objectives, 🧠 Overview - Reverted 06_cnn: Back to ## headers (from admonition boxes) for TOC visibility - All modules now follow: 📊 Module Info → 🎯 Learning Objectives → 🧠 Build/Overview → 📚 What You'll Build Result: Consistent, student-friendly visual hierarchy across all 14 modules