2 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
8362775cd3 Polish mlsysim 0.1.2 release 2026-05-17 19:32:35 -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