Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Example sites

Two example courses — derived from the “Write Less Code” lesson arc — are built and deployed alongside this book on GitHub Pages. Each is a fully runnable browser site: learners edit code in the browser, submit, and get instant AI feedback with no install required.

R example site (webR)

Python example site (Pyodide)

How they are built

The Docs CI workflow (.github/workflows/docs.yml) runs blendtutor build for each example course after assembling the mdBook + rustdoc artifact, nesting the output under /examples/{r,python}/ so a single Pages deploy serves the book, the API reference, and both example sites. scripts/check-docs.sh mirrors this locally and asserts the required files are present.