Skip to content

Commit 7c163e8

Browse files
authored
docs: add new top level about page (#2592)
* docs: add new top level about page * fixup * fixup * fixup
1 parent eb8d9bf commit 7c163e8

File tree

3 files changed

+25
-18
lines changed

3 files changed

+25
-18
lines changed

docs/about.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
Projects using Zarr
12+
-------------------
13+
14+
If you are using Zarr-Python, we would `love to hear about it
15+
<https://github.com/zarr-developers/community/issues/19>`_.
16+
17+
Funding
18+
-------
19+
The project is fiscally sponsored by `NumFOCUS <https://numfocus.org/>`_, a US
20+
501(c)(3) public charity, and development is supported by the
21+
`MRC Centre for Genomics and Global Health <https://www.cggh.org>`_
22+
and the `Chan Zuckerberg Initiative <https://chanzuckerberg.com/>`_.
23+
24+
.. _NumCodecs: https://numcodecs.readthedocs.io/

docs/getting_started.rst

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
Getting Started
22
===============
33

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-
The project is fiscally sponsored by `NumFOCUS <https://numfocus.org/>`_, a US
9-
501(c)(3) public charity, and development is supported by the
10-
`MRC Centre for Genomics and Global Health <https://www.cggh.org>`_
11-
and the `Chan Zuckerberg Initiative <https://chanzuckerberg.com/>`_.
12-
13-
These documents describe the Zarr Python implementation. More information
14-
about the Zarr format can be found on the `main website <https://zarr.dev>`_.
15-
164
Highlights
175
----------
186

@@ -31,12 +19,6 @@ Feedback and bug reports are very welcome, please get in touch via
3119
the `GitHub issue tracker <https://github.com/zarr-developers/zarr-python/issues>`_. See
3220
:doc:`contributing` for further information about contributing to Zarr.
3321

34-
Projects using Zarr
35-
-------------------
36-
37-
If you are using Zarr, we would `love to hear about it
38-
<https://github.com/zarr-developers/community/issues/19>`_.
39-
4022
.. toctree::
4123
:caption: Getting Started
4224
:hidden:

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)