You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zarr is a file storage format for chunked, compressed, N-dimensional arrays based on an open-source specification. Highlights include:
26
+
Zarr is a storage format for chunked, compressed, N-dimensional arrays based on an open-source specification. Highlights include:
28
27
29
28
* Create N-dimensional arrays with any NumPy dtype.
30
29
* Chunk arrays along any dimension.
@@ -45,7 +44,7 @@ Zarr-Python Documentation
45
44
Quick Start
46
45
^^^^^^^^^^^
47
46
48
-
New to Zarr? Check out the quick start guide. It contains an
47
+
New to Zarr? Check out the quick start guide. It contains a brief
49
48
introduction to Zarr's main concepts and links to additional tutorials.
50
49
51
50
+++
@@ -101,7 +100,9 @@ Zarr-Python Documentation
101
100
Contributor's Guide
102
101
^^^^^^^^^^^^^^^^^^^
103
102
104
-
Want to contribute to Zarr? We welcome contributions in the form of bug reports, bug fixes, documentation, enhancement proposals and more. The contributing guidelines will guide you through the process of improving Zarr.
103
+
Want to contribute to Zarr? We welcome contributions in the form of bug reports,
104
+
bug fixes, documentation, enhancement proposals and more. The contributing
105
+
guidelines will guide you through the process of improving Zarr.
0 commit comments