This website is the home for all technical documentation related to LEAP and LEAP-Pangeo.
The website is located at https://leap-stc.github.io/.
Update Status | Contributors | Deployment Status | Linting |
---|---|---|---|
- Clone this repository or your fork
- Install dependencies with
mamba env create -f environment.yml
- Build book with
jupyter-book build book/
- Inspect the book with e.g.
open book/_build/html/index.html
or start a small server by runningpython -m http.server
in thebook/_build/html
directory, and navigate tohttp://localhost:8000
in your webbrowser to see the webpage (this should show new changes upon refresh!).
pre-commit install
pre-commit run --all-files