generated from ProjectPythia/cookbook-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmyst.yml
More file actions
47 lines (47 loc) · 1.93 KB
/
myst.yml
File metadata and controls
47 lines (47 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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: '2025'
toc:
- file: README.md
- title: Preamble
children:
- file: notebooks/how-to-cite.md
- title: Foundations
children:
- file: notebooks/01-foundations/unstructured-grids.ipynb
- file: notebooks/01-foundations/plotting-libs.ipynb
- file: notebooks/01-foundations/rendering-techniques.ipynb
- title: Introduction to UXarray
children:
- file: notebooks/02-intro-to-uxarray/overview.ipynb
- file: notebooks/02-intro-to-uxarray/grid.ipynb
- file: notebooks/02-intro-to-uxarray/uxds-uxda.ipynb
- file: notebooks/02-intro-to-uxarray/selection.ipynb
- title: Plotting with UXarray
children:
- file: notebooks/03-plotting-with-uxarray/grid-viz.ipynb
- file: notebooks/03-plotting-with-uxarray/data-viz.ipynb
- file: notebooks/03-plotting-with-uxarray/geo.ipynb
- file: notebooks/03-plotting-with-uxarray/customization.ipynb
- file: notebooks/03-plotting-with-uxarray/high-res.ipynb
- file: notebooks/03-plotting-with-uxarray/compare-xarray.ipynb
- title: Visualization Recipes
children:
- file: notebooks/04-recipes/mpas-atmo.ipynb
- file: notebooks/04-recipes/mpas-ocean.ipynb
# - file: notebooks/04-recipes/mpas-regional.ipynb
- file: notebooks/04-recipes/e3sm.ipynb
# - title: Compatibility with Visualization Packages
# children:
# - file: notebooks/05-viz-packages/matplotlib.ipynb
# - file: notebooks/05-viz-packages/datashader.ipynb
# - file: notebooks/05-viz-packages/lonboard.ipynb
jupyter:
binder:
repo: projectpythia/unstructured-grid-viz-cookbook