-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyst.yml
More file actions
45 lines (45 loc) · 1.24 KB
/
myst.yml
File metadata and controls
45 lines (45 loc) · 1.24 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
# See docs at: https://mystmd.org/guide/frontmatter
version: 1
project:
id: e5de535f-c26e-4585-bff1-c2c1fa91456e
title: Linked Indices
description: Custom xarray indexes for keeping multiple coordinates in sync
keywords:
- xarray
- index
- intervals
- time series
github: https://github.com/ianhi/xarray-linked-indexes
toc:
- file: index.md
- file: multi_interval_example.ipynb
title: IntervalIndex Example
- file: onset_duration_example.ipynb
title: Onset/Duration Example
- file: nd_index_demo.ipynb
title: ND Coordinates
- file: ndindex_performance.ipynb
title: NDIndex Performance
- title: Gallery
children:
- file: ndindex_slicing_gallery.ipynb
title: NDIndex Slicing
- file: cell_hierarchy_example.ipynb
title: Cell Hierarchy
- file: alternatives.md
title: Alternatives
children:
- file: alt-multiindex.ipynb
title: MultiIndex
- file: alt-direct-coords.ipynb
title: Direct Coords
site:
title: linked-indices
template: book-theme
options:
hide_toc: false
logo: logo-wide.png
favicon: logo.png
nav:
- title: GitHub
url: https://github.com/ianhi/xarray-linked-indexes