Skip to content

Latest commit

 

History

History
105 lines (73 loc) · 2.57 KB

File metadata and controls

105 lines (73 loc) · 2.57 KB

Zarr-Python

.. toctree::
    :maxdepth: 1
    :hidden:

    getting_started
    tutorial
    api/index
    spec
    release
    license
    acknowledgments
    contributing

Version: |version|

Download documentation: PDF/Zipped HTML/EPUB

Useful links: Installation | Source Repository | Issue Tracker | Gitter

Zarr is a file storage format for chunked, compressed, N-dimensional arrays based on an open-source specification.

.. grid:: 2

    .. grid-item-card::
        :img-top: _static/index_getting_started.svg

        Getting Started
        ^^^^^^^^^^^^^^^

        New to Zarr? Check out the getting started guide. It contains an
        introduction to Zarr's main concepts and links to additional tutorials.

        +++

        .. button-ref:: getting_started
            :expand:
            :color: dark
            :click-parent:

            To the getting started guide

    .. grid-item-card::
        :img-top: _static/index_user_guide.svg

        Tutorial
        ^^^^^^^^

        The tutorial provides working examples of Zarr classes and functions.

        +++

        .. button-ref:: tutorial
            :ref-type: ref
            :expand:
            :color: dark
            :click-parent:

            To the Tutorial

    .. grid-item-card::
        :img-top: _static/index_api.svg

        API Reference
        ^^^^^^^^^^^^^

        The reference guide contains a detailed description of the functions,
        modules, and objects included in Zarr. The reference describes how the
        methods work and which parameters can be used. It assumes that you have an
        understanding of the key concepts.

        +++

        .. button-ref:: api/index
            :expand:
            :color: dark
            :click-parent:

            To the api reference guide

    .. grid-item-card::
        :img-top: _static/index_contribute.svg

        Contributor's Guide
        ^^^^^^^^^^^^^^^^^^^

        Want to contribute to Zarr? We welcome contributions in the form of bug reports, bug fixes, documentation, enhancement proposals and more. The contributing guidelines will guide you through the process of improving Zarr.

        +++

        .. button-ref:: contributing
            :expand:
            :color: dark
            :click-parent:

            To the contributor's guide