Skip to content

jupyter-book/team-compass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Jupyter Book Team Compass

✨ Live site: compass.jupyterbook.org. 📚 Source files: docs/

Build the documentation locally

This site is built with the MyST Document Engine. To build it locally:

  1. Install MyST from PyPI:

    pip install mystmd
    
  2. Clone the repository and change into the docs/ folder:

    git clone https://github.com/jupyter-book/team-compass
    cd team-compass/docs
    
  3. Start the MyST server:

    myst start
    

For more information on building sites with MyST, see the MyST Guide.