Files
cs249r_book/instructors/_quarto.yml
farhan 32ad20d842 fix(instructors): repair broken TinyTorch Instructor Guide link
The sidebar entry pointed to https://mlsysbook.ai/tinytorch/INSTRUCTOR.html
which 404s — INSTRUCTOR.md lives in tinytorch/ but is not part of the
TinyTorch Quarto project (tinytorch/quarto/), so it never gets rendered
or published.

Point at the canonical GitHub source instead until the TinyTorch site
is updated to publish the instructor guide as a real page.
2026-05-03 09:13:38 +05:00

127 lines
3.7 KiB
YAML

# =============================================================================
# THE BLUEPRINT — COURSE IN A BOX
# =============================================================================
# Everything an instructor needs to teach AI Engineering.
# Part of the MLSysBook ecosystem: mlsysbook.ai/instructors/
# =============================================================================
project:
type: website
output-dir: _build
website:
title: "The Blueprint - Machine Learning Systems"
description: "Course-in-a-box for teaching AI Engineering — syllabi, schedules, labs, and assessment."
site-url: https://mlsysbook.ai/instructors/
favicon: assets/images/logo.png
page-navigation: true
reader-mode: false
back-to-top-navigation: true
bread-crumbs: true
# Shared navbar from navbar-common.yml; site-local dropdown merged by Quarto.
navbar:
logo: assets/images/logo.png
search: true
title: "Machine Learning Systems"
left:
- text: "The Blueprint"
menu:
- icon: map
text: "Blueprint Hub"
href: ./index.qmd
- text: "Getting Started"
href: getting-started.qmd
- text: "---"
- text: "Foundations Syllabus"
href: foundations-syllabus.qmd
- text: "Scale Syllabus"
href: scale-syllabus.qmd
- text: "TinyML Syllabus"
href: tinyml-syllabus.qmd
- text: "---"
- text: "Pedagogy"
href: pedagogy.qmd
- text: "Assessment & Grading"
href: assessment.qmd
- text: "TA Guide"
href: ta-guide.qmd
- text: "---"
- text: "Course Map"
href: course-map.qmd
- text: "Customization"
href: customization.qmd
- text: "FAQ"
href: faq.qmd
sidebar:
style: "floating"
search: true
collapse-level: 2
contents:
- section: "Start Here"
contents:
- text: "The Blueprint"
href: index.qmd
- getting-started.qmd
- course-map.qmd
- section: "Syllabi"
contents:
- foundations-syllabus.qmd
- scale-syllabus.qmd
- tinyml-syllabus.qmd
- customization.qmd
- section: "Teaching & Assessment"
contents:
- pedagogy.qmd
- assessment.qmd
- ta-guide.qmd
- section: "Resources"
contents:
- faq.qmd
- text: "TinyTorch Instructor Guide"
href: https://github.com/harvard-edge/cs249r_book/blob/dev/tinytorch/INSTRUCTOR.md
# Footer — ecosystem pattern
page-footer:
left: |
© 2024-2026 Harvard University. Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC-BY-NC-SA 4.0</a>
center: |
Part of the <a href="https://mlsysbook.ai">Machine Learning Systems</a> textbook
right:
- icon: github
href: https://github.com/harvard-edge/cs249r_book
aria-label: "View source on GitHub"
border: true
metadata-files:
- ../shared/config/navbar-common.yml
- config/announcement.yml
format:
html:
theme:
light:
- default
- assets/styles/style.scss
dark:
- default
- assets/styles/style.scss
- assets/styles/dark-mode.scss
respect-user-color-scheme: true
toc: true
toc-depth: 3
code-copy: true
anchor-sections: true
include-in-header:
- file: ../shared/config/site-head.html
- text: |
<!-- Release identity (rendered into the footer pill below). -->
<meta name="release-manifest" content="/instructors/release-manifest.json">
include-after-body:
- file: ../shared/release/release-pill.html
execute:
freeze: auto