We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 473576f + e01eca8 commit dc5e9faCopy full SHA for dc5e9fa
docs/index.rst
@@ -4,8 +4,8 @@
4
Zarr
5
====
6
7
-Zarr is a Python package providing an implementation of chunked,
8
-compressed, N-dimensional arrays.
+Zarr is a format for the storage of chunked, compressed, N-dimensional arrays.
+These documents describe the Zarr format and its Python implementation.
9
10
Highlights
11
----------
@@ -40,8 +40,8 @@ Install Zarr from PyPI::
40
Alternatively, install Zarr via conda::
41
42
$ conda install -c conda-forge zarr
43
-
44
-To install the latest development version of Zarr, you can use pip with the
+
+To install the latest development version of Zarr, you can use pip with the
45
latest GitHub master::
46
47
$ pip install git+https://github.com/zarr-developers/zarr-python.git
0 commit comments