Skip to content

Myst Infrastructure Update #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Jun 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/nightly-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
build:
if: ${{ github.repository_owner == 'ProjectPythia' }}
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
environment_name: cookbook-dev

deploy:
needs: build
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main

link-check:
if: ${{ github.repository_owner == 'ProjectPythia' }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ on:
jobs:
build:
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
use_cached_environment: false
environment_name: unstructured-grid-viz-cookbook-dev

deploy:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-book-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
build:
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
environment_name: cookbook-dev
artifact_name: book-zip-${{ github.event.number }}
base_url: '/${{ github.event.repository.name }}/_preview/${{ github.event.number }}'
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml
2 changes: 0 additions & 2 deletions .isort.cfg

This file was deleted.

51 changes: 0 additions & 51 deletions .pre-commit-config.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Unstructured Grid Visualization Cookbook

<p align="center">
<img style="float: right;" src="https://raijin.ucar.edu/_static/images/logos/ProjectRaijin_Logo.png" width="225" />
<img style="float: right;" src="https://raw.githubusercontent.com/ProjectPythia/unstructured-grid-viz-cookbook/main/notebooks/images/logos/SEATSLogoTransparent.png" width="250" />
</p>

# Unstructured Grid Visualization Cookbook

[![nightly-build](https://github.com/ProjectPythia/unstructured-grid-viz-cookbook/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythia/unstructured-grid-viz-cookbook/actions/workflows/nightly-build.yaml)
[![Binder](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/ProjectPythia/unstructured-grid-viz-cookbook.git/main?labpath=notebooks)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10403389.svg)](https://doi.org/10.5281/zenodo.10403389)
Expand Down
84 changes: 0 additions & 84 deletions _config.yml

This file was deleted.

6 changes: 0 additions & 6 deletions _static/custom.css

This file was deleted.

Binary file removed _static/footer-logo-nsf.png
Binary file not shown.
27 changes: 0 additions & 27 deletions _templates/footer-extra.html

This file was deleted.

40 changes: 0 additions & 40 deletions _toc.yml

This file was deleted.

2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ dependencies:
- jupyter-book
- jupyterlab
- matplotlib-base
- mystmd
- nodejs
- netcdf4
- numba
- numpy
Expand Down
35 changes: 35 additions & 0 deletions myst.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
version: 1
extends:
- https://raw.githubusercontent.com/projectpythia/pythia-config/main/pythia.yml
project:
title: Unstructured Grids Visualization Cookbook
github: https://github.com/projectpythia/unstructured-grid-viz-cookbook
authors:
- name: The Project Pythia Community
copyright: '2024'
toc:
- file: README.md
- title: Preamble
children:
- file: notebooks/how-to-cite.md
- title: Introduction to UXarray & Unstructured Grids
children:
- file: notebooks/01-intro/01-unstructured-grid-overview.ipynb
- file: notebooks/01-intro/02-data-structures.ipynb
- file: notebooks/01-intro/03-data-mapping.ipynb
- title: Methods & Libraries for Unstructured Grid Visualization
children:
- file: notebooks/02-methods/01-plotting-libraries.ipynb
- file: notebooks/02-methods/02-rendering-techniques.ipynb
- title: UXarray Visualization
children:
- file: notebooks/03-uxarray-vis/01-plot-api.ipynb
- file: notebooks/03-uxarray-vis/002-xarray-to-uxarray.ipynb
- file: notebooks/03-uxarray-vis/02-grid-topology.ipynb
- file: notebooks/03-uxarray-vis/03-polygons.ipynb
- file: notebooks/03-uxarray-vis/04-points.ipynb
- file: notebooks/03-uxarray-vis/07-animations.ipynb
- file: notebooks/03-uxarray-vis/06-performance.ipynb
jupyter:
binder:
repo: projectpythia/unstructured-grid-viz-cookbook