mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-05 10:05:51 -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
14 lines
412 B
JavaScript
14 lines
412 B
JavaScript
var DOCUMENTATION_OPTIONS = {
|
|
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
|
|
VERSION: '',
|
|
LANGUAGE: 'en',
|
|
COLLAPSE_INDEX: false,
|
|
BUILDER: 'html',
|
|
FILE_SUFFIX: '.html',
|
|
LINK_SUFFIX: '.html',
|
|
HAS_SOURCE: true,
|
|
SOURCELINK_SUFFIX: '',
|
|
NAVIGATION_WITH_KEYS: false,
|
|
SHOW_SEARCH_SUMMARY: true,
|
|
ENABLE_SEARCH_SHORTCUTS: false,
|
|
}; |