Skip to content

Resources

This page collects public-facing source materials for the course.

Slides

Source Documents

Repository Sections

Documentation Source

The documentation site is built with MkDocs Material. To run it locally:

pip install -r docs/requirements.txt
mkdocs serve

To build the static site:

mkdocs build --strict