mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-04-28 14:12:53 -05:00
- Replace hardcoded module names array with dynamic reading from module.yaml files - Add get_module_names() function to read actual module structure - Fix IndexError in get_prev_module_name() and get_next_module_name() functions - Update navigation logic to use actual module count instead of hardcoded assumptions - Successfully converts all 16 modules to chapters with proper navigation - Book build now completes without errors