File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ main :
2
+ - title : " Tutorial"
3
+ url : https://zarr.readthedocs.io/en/stable/tutorial.html
4
+
5
+ sidebar :
6
+ - title : About
7
+ children :
8
+ - title : " Applications"
9
+ url : ' #applications'
10
+ - title : " Features"
11
+ url : ' #features'
12
+ - title : " Sponsorship"
13
+ url : " #sponsorship"
14
+ - title : " Community Meetings"
15
+ url : ' #community-meetings'
16
+ - title : Other sites
17
+ children :
18
+ - title : " Specification"
19
+ url : https://zarr-specs.readthedocs.io/en/core-protocol-v3.0-dev/
20
+ - title : " Implementations"
21
+ url : https://github.com/zarr-developers/zarr_implementations
Original file line number Diff line number Diff line change @@ -28,10 +28,14 @@ Zarr data can be stored in any storage system that can be represented as a key-v
28
28
* Read and write arrays concurrently from multiple threads or processes.
29
29
* Organize arrays into hierarchies via annotatable groups.
30
30
31
+ ## Sponsorship
32
+
31
33
Zarr is a Sponsored Project of NumFOCUS, a US 501(c)(3) public charity.
32
34
33
35
NumFOCUS Sponsored Projects rely on the generous support of corporate sponsors, institutional partners, and individual donors.
34
36
37
+ ## Videos
38
+
35
39
<iframe allowfullscreen =" allowfullscreen " src =" https://www.youtube.com/embed/qyJXBlrdzBs?color=white&theme=light " > </iframe >
36
40
37
41
## Community meetings
You can’t perform that action at this time.
0 commit comments