An open API service indexing awesome lists of open source software.

https://github.com/jupyter-book/team-compass

A team compass for the Jupyter Book sub-project
https://github.com/jupyter-book/team-compass

jupyter jupyter-book myst

Last synced: 7 months ago
JSON representation

A team compass for the Jupyter Book sub-project

Awesome Lists containing this project

README

          

# The Jupyter Book Team Compass

✨ Live site: [compass.jupyterbook.org](https://jupyterbook.org).
📚 Source files: [`docs/`](docs/)

## Build the documentation locally

This site is built with [the MyST Document Engine](https://mystmd.org).
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](https://mystmd.org/guide).