Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.07 KB

Readme.md

File metadata and controls

22 lines (19 loc) · 1.07 KB

Pangeo Tutorial Gallery

This repository stores a gallery repo for the Pangeo Gallery. The content in this repo is the pangeo-tutorial notebooks. It is configured to automatically build itself using binderbot. It is linked, via a git submodule, the the gallery website repo. Whenever the notebooks are updated in this, repository dispatch is used to trigger a gallery rebuild. This keeps gallery.pangeo.io always in sync with this repo.

The repo contains the following elements:

  • A set of jupyter notebooks, numbered in the order that we want them to appear on the gallery website.
  • A configuration file, binder-gallery.yaml, which provides important configuration parameters (see pangeo gallery documentation).
  • A thumbnail image (thumbnail.png), a 200 x 200 px image which represents the gallery content.
  • Github workflows, which make the magic happen! (Don't touch these.)