✨ Live site: compass.jupyterbook.org.
📚 Source files: docs/
This site is built with the MyST Document Engine.
If you have Nox installed:
# Start a live preview server
nox -s docs-live
# Or build the static HTML
nox -s docs
# Clean build artifacts
nox -s cleanTo build it manually:
-
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.
The live site is hosted in the Jupyter Book Netlify account.