Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Organize each chapter as a Markdown file in chapters/ using the ch-NN-slug.md naming pattern. Add it to the toc in myst.yml, and MyST will include it in the book navigation.

Write with MyST

MyST supports familiar Markdown plus roles and directives for technical publishing. For example, an equation can carry a reusable label:

E=mc2E = mc^2

You can refer back to (1) without manually maintaining its number.