@@ -12,7 +12,7 @@ Highlights
1212
1313* Create N-dimensional arrays with any NumPy dtype.
1414* Chunk arrays along any dimension.
15- * Compress and/or filter chunks using any numcodecs _ codec.
15+ * Compress and/or filter chunks using any NumCodecs _ codec.
1616* Store arrays in memory, on disk, inside a Zip file, on S3, ...
1717* Read an array concurrently from multiple threads or processes.
1818* Write to an array concurrently from multiple threads or processes.
@@ -65,15 +65,19 @@ Contents
6565Acknowledgments
6666---------------
6767
68- The following people have contributed to the development of Zarr, by contributing code and/or
69- providing ideas, feedback and advice :
68+ The following people have contributed to the development of Zarr by contributing code,
69+ documentation, code reviews, comments and/or ideas :
7070
71- * `Francesc Alted <https://github.com/FrancescAlted >`_
72- * `Stephan Hoyer <https://github.com/shoyer >`_
73- * `John Kirkham <https://github.com/jakirkham >`_
74- * `Alistair Miles <https://github.com/alimanfoo >`_
75- * `Matthew Rocklin <https://github.com/mrocklin >`_
76- * `Vincent Schut <https://github.com/vincentschut >`_
71+ * :user: `Francesc Alted <FrancescAlted> `
72+ * :user: `Martin Durant <martindurant> `
73+ * :user: `Stephan Hoyer <shoyer> `
74+ * :user: `John Kirkham <jakirkham> `
75+ * :user: `Alistair Miles <alimanfoo> `
76+ * :user: `Mamy Ratsimbazafy <mratsim> `
77+ * :user: `Matthew Rocklin <mrocklin> `
78+ * :user: `Vincent Schut <vincentschut> `
79+ * :user: `Anthony Scopatz <scopatz> `
80+ * :user: `Prakhar Goel <newt0311> `
7781
7882Zarr is inspired by `HDF5 <https://www.hdfgroup.org/HDF5/ >`_, `h5py
7983<http://www.h5py.org/> `_ and `bcolz <http://bcolz.blosc.org/ >`_.
@@ -88,4 +92,4 @@ Indices and tables
8892* :ref: `modindex `
8993* :ref: `search `
9094
91- .. _ numcodecs : http://numcodecs.readthedocs.io/
95+ .. _ NumCodecs : http://numcodecs.readthedocs.io/
0 commit comments