Files
Vijay Janapa Reddi 50326e1673 fix(mlsysim-docs): repoint solver API links core.solver → engine.solver after taxonomy refactor
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.
2026-05-29 22:25:58 -04:00
..