Files
cs249r_book/docs/_quarto.yml
Vijay Janapa Reddi c56cb62c25 feat: implement mlsysim dashboard platform and initial interactive labs
- Implement universal 4-zone dashboard cockpit in mlsysim.viz.dashboard
- Add Lab 00: Flight School (Persona & Dashboard Onboarding)
- Add Lab 15: Sustainable AI (Grid-Interactive Scheduler Dashboard)
- Update Mission Plans for Systems, Data, and Orchestration with 3-act narrative
- Establish mlsysim at repo root as future-proof analytical engine
2026-03-01 18:39:13 -05:00

35 lines
813 B
YAML

project:
type: website
output-dir: _build
website:
title: "MLSysim Dev Guide"
navbar:
left:
- href: index.qmd
text: Home
- href: api/index.qmd
text: API Reference
quartodoc:
package: mlsysim
dir: api
title: API Reference
sections:
- title: Analytical Simulations
desc: Domain-specific solvers for ML systems.
contents:
- simulations.ResourceSimulation
- simulations.BaseSimulation
- title: Persona Archetypes
desc: Scaling factors and personas.
contents:
- personas.Persona
- personas.Personas
- title: Scoring & Ledgers
desc: The multi-dimensional result structures.
contents:
- ledger.SystemLedger
- ledger.PerformanceMetrics
- ledger.SustainabilityMetrics