forked from ProjectPythia/advanced-viz-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyst.yml
35 lines (35 loc) · 1.09 KB
/
myst.yml
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
version: 1
extends:
- https://raw.githubusercontent.com/projectpythia-mystmd/pythia-config/main/pythia.yml
project:
title: Advanced Visualization Cookbook
github: https://github.com/projectpythia-mystmd/advanced-viz-cookbook
authors:
- name: The Project Pythia Community
copyright: '2024'
toc:
- file: README.md
- title: Preamble
children:
- file: notebooks/how-to-cite.md
- title: Basics of Geoscience Visualization
children:
- file: notebooks/1-comparison.ipynb
- file: notebooks/2-good-viz.ipynb
- file: notebooks/3-plot-elements.ipynb
- title: Specialty Plots
children:
- file: notebooks/4-taylor-diagrams.ipynb
- file: notebooks/5-skewt.ipynb
- title: Visualization of Structured Grids
children:
- file: notebooks/6-spaghetti.ipynb
- title: Animation
children:
- file: notebooks/7-animation.ipynb
- title: Interactivity
children:
- file: notebooks/8-interactive-holoviz-mpas.ipynb
jupyter:
binder:
repo: projectpythia-mystmd/advanced-viz-cookbook