Skip to content

leap-stc/leap-stc.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LEAP Technical Documentation

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/.

Dashboard

Update Status Contributors Deployment Status Linting
GitHub last commit GitHub contributors pages-build-deployment pre-commit.ci status

Developers Guide

  • 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

Run linting locally

pre-commit install
pre-commit run --all-files