项目作者: zarr-developers

项目描述 :
Zarr core protocol for storage and retrieval of N-dimensional typed arrays
高级语言:
项目地址: git://github.com/zarr-developers/zarr-specs.git
创建时间: 2019-01-15T17:50:03Z
项目社区:https://github.com/zarr-developers/zarr-specs

开源协议:Other

下载


Zarr Specification

Zarr core protocol for storage and retrieval of N-dimensional typed arrays

drawing

For the v1 and v2 specs, please see
https://github.com/zarr-developers/zarr-python/tree/main/docs/spec.

The rendered docs of the main branch are available at https://zarr-specs.readthedocs.io

Usage

The following steps install the necessary packages to render the specs with
automatic updating and reloading of changes:

  1. ## optionally setup an venv
  2. # python3 -m venv .venv
  3. # . .venv/bin/activate
  4. pip install -r docs/requirements.txt
  5. pip install sphinx-autobuild
  6. sphinx-autobuild -a docs docs/_build/html