Skip to content

Commit 864d80a

Browse files
committed
doco
1 parent 6edd945 commit 864d80a

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Zarr
22
====
33

4-
* Documentation: http://zarr.readthedocs.io/
5-
* Source: https://github.com/alimanfoo/zarr
6-
* Download: https://pypi.python.org/pypi/zarr
7-
* Release notes: https://github.com/alimanfoo/zarr/releases
4+
Zarr is a Python package providing an implementation of compressed,
5+
chunked, N-dimensional arrays, designed for use in parallel
6+
computing. See the `documentation <http://zarr.readthedocs.io/>`_ for
7+
more information.
88

99
.. image:: https://travis-ci.org/alimanfoo/zarr.svg?branch=master
1010
:target: https://travis-ci.org/alimanfoo/zarr

docs/index.rst

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

7-
Zarr is a Python package providing a minimal implementation of
8-
chunked, compressed, N-dimensional arrays.
9-
10-
* Source: https://github.com/alimanfoo/zarr
11-
* Documentation: http://zarr.readthedocs.io/
12-
* Download: https://pypi.python.org/pypi/zarr
13-
* Release notes: https://github.com/alimanfoo/zarr/releases
7+
Zarr is a Python package providing an implementation of chunked,
8+
compressed, N-dimensional arrays.
149

1510
Highlights
1611
----------

0 commit comments

Comments
 (0)