Skip to content

Commit dc5e9fa

Browse files
authored
Merge pull request #561 from rabernat/top-level-description
modify top level description of zarr
2 parents 473576f + e01eca8 commit dc5e9fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Zarr
55
====
66

7-
Zarr is a Python package providing an implementation of chunked,
8-
compressed, N-dimensional arrays.
7+
Zarr is a format for the storage of chunked, compressed, N-dimensional arrays.
8+
These documents describe the Zarr format and its Python implementation.
99

1010
Highlights
1111
----------
@@ -40,8 +40,8 @@ Install Zarr from PyPI::
4040
Alternatively, install Zarr via conda::
4141

4242
$ conda install -c conda-forge zarr
43-
44-
To install the latest development version of Zarr, you can use pip with the
43+
44+
To install the latest development version of Zarr, you can use pip with the
4545
latest GitHub master::
4646

4747
$ pip install git+https://github.com/zarr-developers/zarr-python.git

0 commit comments

Comments
 (0)