mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-06 21:52:25 -05:00
Problem: Grid cards were showing raw HTML code instead of rendering properly Root cause: README converter was adding new grid cards while preserving original ones, creating duplicate/conflicting grid sections Solution: - Modified book/convert_readmes.py to remove existing grid cards from source READMEs before adding new interactive elements - Added regex patterns to clean up grid-related markup - Regenerated all 14 book chapters with fixed converter - Grid cards now render properly as interactive buttons Result: All chapters now have clean, properly formatted grid cards that render correctly in Jupyter Book
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,
|
|
}; |