-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyst.yml
More file actions
70 lines (70 loc) · 2.32 KB
/
Copy pathmyst.yml
File metadata and controls
70 lines (70 loc) · 2.32 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# MyST configuration for the manywidgets docs site.
# See https://mystmd.org/guide/frontmatter
version: 1
project:
title: manywidgets
description: >-
Composable anywidget-based widgets for data analysis and geospatial work in
notebooks — works well with lonboard, and renders statically (no kernel) via
the myst-anywidget-static-export plugin.
github: https://github.com/developmentseed/manywidgets
keywords:
- anywidget
- jupyter
- widgets
- lonboard
- mystmd
- static-export
# The static-export plugin is referenced by release URL only — manywidgets has
# NO code dependency on it. (CI may pre-download this to docs/plugin.mjs and
# reference it locally; see .github/workflows/deploy.yml.)
plugins:
- https://github.com/developmentseed/myst-anywidget-static-export/releases/download/v0.3.1/plugin.mjs
toc:
- file: index.md
- title: Widgets
children:
- file: widgets/chart.ipynb
- file: widgets/slider.ipynb
- file: widgets/range_slider.ipynb
- file: widgets/dropdown.ipynb
- file: widgets/toggle.ipynb
- file: widgets/button.ipynb
- file: widgets/number_input.ipynb
- file: widgets/stat.ipynb
- file: widgets/number_display.ipynb
- file: widgets/text.ipynb
- file: widgets/legend.ipynb
- file: widgets/binder.ipynb
- title: Layout
children:
- file: widgets/row.ipynb
- file: widgets/column.ipynb
- file: widgets/grid.ipynb
- title: Lonboard
children:
- file: widgets/layer_toggle.ipynb
- file: widgets/filter_binder.ipynb
- file: widgets/layer_filter.ipynb
- file: widgets/map_flyer.ipynb
- file: widgets/map_compare.ipynb
- title: Guides
children:
- file: guides/linking.md
- file: guides/create-your-own-widget.md
- file: guides/static-export.md
- file: guides/lonboard.md
- title: Examples
children:
- file: examples/demo.ipynb
- file: examples/layout.ipynb
- file: examples/lonboard-map.ipynb
- file: examples/map-compare.ipynb
site:
template: book-theme
nav:
- title: GitHub
url: https://github.com/developmentseed/manywidgets
actions:
- title: GitHub
url: https://github.com/developmentseed/manywidgets