mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-17 08:28:07 -05:00
[GH-ISSUE #1794] [Bug] MLSysBook Vol. I HTML Figure/table references #18068
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @asgalon on GitHub (May 22, 2026).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/1794
Area
Book — Volume I
Location
Data Engineering
Description
On the live HTML page for Data Engineering, just above Definition 1.1 , figure/table references are not resolved correctly. I was just looking where I had left off the last time, so I think this is new.
Expected Behavior
There should probably be links to tthe figures
Environment (TinyTorch bugs only)
No response
@asgalon commented on GitHub (May 22, 2026):
Same effect is visible on other pages, such as ML Workflow just under ML Workflow Lifecycle:
"ML systems are composed of the three interacting elements shown in ?@fig-ai-triad: Data,"
The browser is the current Firefox on OSX. Same in Chrome.
@profvjreddi commented on GitHub (May 22, 2026):
Thans for catching these, I did resolve them in the
devbranch, and will push an update to the live site soon!@profvjreddi commented on GitHub (May 25, 2026):
The three cross-references (
@sec-ml-workflow,@fig-ds-time,@tbl-dam-taxonomy) are all valid and exist within vol1. The broken rendering on the live site is a stale-build artifact — ourresolve_cross_references.pypost-render script handles cross-chapter refs, and a clean rebuild + deploy will resolve them. Leaving open until confirmed on the live site after next deploy.