Skip to content

MyST Infrastructure Update #35

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

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
70d234a
new config and action
kafitzgerald Jun 13, 2024
f25d5ec
fix typo
kafitzgerald Jun 13, 2024
7ccdb95
Update myst.yml
kafitzgerald Jun 13, 2024
eabc7e5
Update environment.yml
kafitzgerald Jun 13, 2024
7bc9a83
Update myst.yml
kafitzgerald Jun 13, 2024
36ebcef
Delete .github/workflows/deploy.yml
jukent Jun 17, 2025
506c599
Update myst.yml
jukent Jun 17, 2025
04b146a
Delete _toc.yml
jukent Jun 17, 2025
54eab69
Delete _config.yml
jukent Jun 17, 2025
643a6d6
Add files via upload
jukent Jun 17, 2025
d6c72cf
Rename .github/nightly-build.yaml to .github/workflows/nightly-build.…
jukent Jun 17, 2025
8339003
Rename .github/publish-book.yaml to .github/workflows/publish-book.yaml
jukent Jun 17, 2025
244c4a5
Rename .github/trigger-book-build.yaml to .github/workflows/trigger-b…
jukent Jun 17, 2025
44f8d0e
Rename .github/trigger-delete-preview.yaml to .github/workflows/trigg…
jukent Jun 17, 2025
3242b59
Rename .github/trigger-link-check.yaml to .github/workflows/trigger-l…
jukent Jun 17, 2025
d99b466
Rename .github/trigger-preview.yaml to .github/workflows/trigger-prev…
jukent Jun 17, 2025
a091cc3
Rename .github/trigger-replace-links.yaml to .github/workflows/trigge…
jukent Jun 17, 2025
e9191ea
Delete _static directory
jukent Jun 17, 2025
12f5682
Delete _templates directory
jukent Jun 17, 2025
6a5e4ec
Update nightly-build.yaml
jukent Jun 17, 2025
88b4e24
Update publish-book.yaml
jukent Jun 17, 2025
292652f
Update trigger-book-build.yaml
jukent Jun 17, 2025
c5979d3
Update trigger-delete-preview.yaml
jukent Jun 17, 2025
8cf4aac
Delete .isort.cfg
jukent Jun 17, 2025
3e4d058
Delete .pre-commit-config.yaml
jukent Jun 17, 2025
11106f4
Update README.md
jukent Jun 17, 2025
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.

52 changes: 0 additions & 52 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.

26 changes: 0 additions & 26 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