zarr-developers / zarr-python

An implementation of chunked, compressed, N-dimensional arrays for Python.
http://zarr.readthedocs.io/
MIT License
1.41k stars 267 forks source link

Finish v3 API reference docs #1993

Open dstansby opened 2 weeks ago

dstansby commented 2 weeks ago

In https://github.com/zarr-developers/zarr-python/pull/1918 I added structure for generating API docs, but only added the zarr namespace. We should add the other namespaces that need documenting too.

Does someone more involved in v3 have a list of which sub-modules should be added to the API docs?

d-v-b commented 2 weeks ago

If we are auto-generating content, then I would say we add everything to start, and then remove things later as needed.