diff --git a/docs/about.rst b/docs/about.rst new file mode 100644 index 0000000000..7a0af998c0 --- /dev/null +++ b/docs/about.rst @@ -0,0 +1,24 @@ +About +===== + +Zarr is a format for the storage of chunked, compressed, N-dimensional arrays +inspired by `HDF5 `_, `h5py +`_ and `bcolz `_. + +These documents describe the Zarr-Python implementation. More information +about the Zarr format can be found on the `main website `_. + +Projects using Zarr +------------------- + +If you are using Zarr-Python, we would `love to hear about it +`_. + +Funding +------- +The project is fiscally sponsored by `NumFOCUS `_, a US +501(c)(3) public charity, and development is supported by the +`MRC Centre for Genomics and Global Health `_ +and the `Chan Zuckerberg Initiative `_. + +.. _NumCodecs: https://numcodecs.readthedocs.io/ diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 77d45325e4..5950e2ae44 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -1,18 +1,6 @@ Getting Started =============== -Zarr is a format for the storage of chunked, compressed, N-dimensional arrays -inspired by `HDF5 `_, `h5py -`_ and `bcolz `_. - -The project is fiscally sponsored by `NumFOCUS `_, a US -501(c)(3) public charity, and development is supported by the -`MRC Centre for Genomics and Global Health `_ -and the `Chan Zuckerberg Initiative `_. - -These documents describe the Zarr Python implementation. More information -about the Zarr format can be found on the `main website `_. - Highlights ---------- @@ -31,12 +19,6 @@ Feedback and bug reports are very welcome, please get in touch via the `GitHub issue tracker `_. See :doc:`contributing` for further information about contributing to Zarr. -Projects using Zarr -------------------- - -If you are using Zarr, we would `love to hear about it -`_. - .. toctree:: :caption: Getting Started :hidden: diff --git a/docs/index.rst b/docs/index.rst index 05e326ed69..d5cc8a603d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,6 +9,7 @@ Zarr-Python :hidden: getting_started + about user-guide/index api/index release