mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-05 10:15:52 -05:00
✅ Remove unnecessary nesting: book/tinytorch-course/ → book/ ✅ Update all path references in scripts and workflows ✅ Cleaner development experience with shorter paths ✅ Book builds successfully with simplified structure Changes: - Move all book files up one directory level - Update convert_modules.py paths - Update GitHub Actions workflow paths - Update book configuration paths - Test confirms everything works correctly
12 lines
419 B
HTML
12 lines
419 B
HTML
<!--
|
|
All these macros are auto-generated and must **NOT** be edited by hand.
|
|
See the webpack.config.js file, to learn more about how this is generated.
|
|
-->
|
|
{% macro head_pre_bootstrap() %}
|
|
<link href="{{ pathto('_static/styles/sphinx-book-theme.css', 1) }}" rel="stylesheet">
|
|
{% endmacro %}
|
|
|
|
{% macro body_post() %}
|
|
<script src="{{ pathto('_static/scripts/sphinx-book-theme.js', 1) }}"></script>
|
|
{% endmacro %}
|