generated from ProjectPythia/cookbook-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmyst.yml
More file actions
47 lines (46 loc) · 1.54 KB
/
myst.yml
File metadata and controls
47 lines (46 loc) · 1.54 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
version: 1
extends:
- https://raw.githubusercontent.com/projectpythia/pythia-config/main/pythia.yml
project:
title: Dask Cookbook
authors:
- name: Negin Sobhani
- name: Brian Vanderwende
- name: Deepak Cherian
- name: Ben Kirk
copyright: '2024'
github: https://github.com/projectpythia/dask-cookbook
error_rules:
- rule: link-resolves
severity: ignore
keys:
- 'https://doi.org/**'
- 'https://zenodo.org/**'
- 'https://www.ncdc.noaa.gov/cdo-web/search?datasetid=GHCND'
- 'https://www.ncei.noaa.gov/pub/data/ghcn/daily/ghcnd-stations.txt'
- 'https://www.ncei.noaa.gov/products/land-based-station/global-historical-climatology-network-daily'
- 'https://www.ncei.noaa.gov/pub/data/ghcn/daily/readme.txt'
- 'https://journals.ametsoc.org/view/journals/atot/29/7/jtech-d-11-00103_1.xml'
- rule: doi-link-valid
severity: ignore
keys:
- 'https://zenodo.org/**' # also suppress the DOI validation error
toc:
- file: README.md
- title: Preamble
children:
- file: notebooks/how-to-cite.md
- title: Introductions to Dask
children:
- file: notebooks/00-dask-overview.ipynb
- file: notebooks/01-dask-array.ipynb
- file: notebooks/02-dask-dataframe.ipynb
- title: Dask Schedulers
children:
- file: notebooks/04-dask-cluster.ipynb
- title: Dask and Xarray
children:
- file: notebooks/03-dask-xarray.ipynb
jupyter:
binder:
repo: projectpythia/dask-cookbook