Skip to content

Commit 020057d

Browse files
committed
doco
1 parent 51d8667 commit 020057d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

PERSISTENCE.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@ Configuration metadata
1414
----------------------
1515

1616
Within a root directory, a file called "__zmeta__" contains essential
17-
configuration metadata about the array. This comprises the shape of the
18-
array, chunk shape, data type (dtype), compression library,
19-
compression level, shuffle filter and default fill value for
20-
uninitialised portions of the array. The format of this file is JSON.
21-
22-
Mandatory fields and allowed values are as follows:
17+
configuration metadata about the array. The format of this file is
18+
JSON. Mandatory fields and allowed values are as follows:
2319

2420
* ``shape`` - list of integers - the size of each dimension of the array
2521
* ``chunks`` - list of integers - the size of each dimension of a chunk, i.e., the chunk shape

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ for Python.
66

77
* Source code: https://github.com/alimanfoo/zarr
88
* Download: https://pypi.python.org/pypi/zarr
9+
* Release notes: https://github.com/alimanfoo/zarr/releases
910

1011
.. image:: https://travis-ci.org/alimanfoo/zarr.svg?branch=master
1112
:target: https://travis-ci.org/alimanfoo/zarr
@@ -185,3 +186,4 @@ Acknowledgments
185186
``zarr`` uses `c-blosc <https://github.com/Blosc/c-blosc>`_ internally for
186187
compression and decompression and borrows code heavily from
187188
`bcolz <http://bcolz.blosc.org/>`_.
189+

0 commit comments

Comments
 (0)