✨ Live site: compass.jupyterbook.org.
📚 Source files: docs/
This site is built with the MyST Document Engine. To build it locally:
-
Install MyST from PyPI:
pip install mystmd
-
Clone the repository and change into the
docs/
folder:git clone https://github.com/jupyter-book/team-compass cd team-compass/docs
-
Start the MyST server:
myst start
For more information on building sites with MyST, see the MyST Guide.