Skip to content

Commit a791e31

Browse files
committed
docs: add new top level about page
1 parent 01bc352 commit a791e31

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

docs/about.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
About
2+
=====
3+
4+
Zarr is a format for the storage of chunked, compressed, N-dimensional arrays
5+
inspired by `HDF5 <https://www.hdfgroup.org/HDF5/>`_, `h5py
6+
<https://www.h5py.org/>`_ and `bcolz <https://bcolz.readthedocs.io/>`_.
7+
8+
These documents describe the Zarr Python implementation. More information
9+
about the Zarr format can be found on the `main website <https://zarr.dev>`_.
10+
11+
If you are using Zarr, we would `love to hear about it
12+
<https://github.com/zarr-developers/community/issues/19>`_.
13+
14+
Funding
15+
-------
16+
The project is fiscally sponsored by `NumFOCUS <https://numfocus.org/>`_, a US
17+
501(c)(3) public charity, and development is supported by the
18+
`MRC Centre for Genomics and Global Health <https://www.cggh.org>`_
19+
and the `Chan Zuckerberg Initiative <https://chanzuckerberg.com/>`_.
20+
21+
22+
.. _NumCodecs: https://numcodecs.readthedocs.io/

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Zarr-Python
99
:hidden:
1010

1111
getting_started
12+
about
1213
user-guide/index
1314
api/index
1415
release

0 commit comments

Comments
 (0)