3 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
525c0b70e9 refactor(mlsysim/docs): make tutorial qmds thin includes of canonical .md sources 2026-05-25 13:10:58 -04:00
Vijay Janapa Reddi
216e5a0695 Resolve Vol1 notation constant consistency 2026-05-22 22:38:22 -04:00
Farhan Asghar
361752e7d9 fix(mlsysim/docs): resolve 404s on Self-Paced Tutorial sidebar links (#1746)
The three Self-Paced Tutorial sidebar entries pointed at .md files
that were either outside the docs/ Quarto project (../tutorial/*.md)
or had a .md href Quarto won't serve as a page (laws-explained.md).

Bring all three under docs/ as .qmd so Quarto renders them:
- copy tutorial/{exercises,cheatsheet}.md -> docs/tutorial/{...}.qmd
- rename docs/laws-explained.md -> docs/laws-explained.qmd
- update sidebar hrefs in config/_quarto-html.yml
2026-05-16 10:30:59 -04:00