mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-23 14:31:14 -05:00
The MLSysIM taxonomy refactor moved the solver classes from core.solver to engine.solver and regenerated the quartodoc API stubs accordingly (api/engine.solver.*.qmd), but five hand-written doc pages still linked to the old api/core.solver.* paths, breaking 43 internal links (caught by check-internal-links). - solver-guide.qmd, models-and-solvers.qmd, math.qmd, zoo/infra.qmd, zoo/datasets.qmd: repoint every api/core.solver.<Model> link to the existing api/engine.solver.<Model> stub; table links that pointed at the bare module page now point at the specific model page matching their link text. - The generic "Solver API Reference" link → api/engine.qmd. - Stale GitHub source link mlsysim/core/solver.py → mlsysim/engine/solver.py.