@@ -6,6 +6,7 @@ site_description: An implementation of chunked, compressed, N-dimensional arrays
66site_author :Alistair Miles
77site_url :!ENV [READTHEDOCS_CANONICAL_URL, 'https://zarr.readthedocs.io/']
88docs_dir :docs
9+ use_directory_urls :true
910
1011nav :
1112 -" index.md"
4243 -api/config.md
4344 -api/codecs.md
4445 -api/errors.md
46+ -api/metadata.md
4547 -api/registry.md
4648 -api/storage.md
4749 -api/testing.md
@@ -130,6 +132,7 @@ plugins:
130132show_source :true
131133show_symbol_type_toc :true
132134signature_crossrefs :true
135+ show_if_no_docstring :true
133136extensions :
134137 -griffe_inherited_docstrings
135138
@@ -154,11 +157,77 @@ plugins:
154157' spec/v2.md ' :' https://zarr-specs.readthedocs.io/en/latest/v2/v2.0.html'
155158' spec/v3.md ' :' https://zarr-specs.readthedocs.io/en/latest/v3/core/v3.0.html'
156159' license.md ' :' https://github.com/zarr-developers/zarr-python/blob/main/LICENSE.txt'
160+ ' genindex.html.md ' :' index.md'
161+ ' py-modindex.html.md ' :' index.md'
162+ ' search.html.md ' :' index.md'
157163' tutorial.md ' :' user-guide/installation.md'
158164' getting-started.md ' :' quick-start.md'
159165' roadmap.md ' :' https://zarr.readthedocs.io/en/v3.0.8/developers/roadmap.html'
160166' installation.md ' :' user-guide/installation.md'
161167' release.md ' :' release-notes.md'
168+ ' about.html.md ' :' index.md'
169+ ' arrays.html.md ' :' user-guide/arrays.md'
170+ ' attributes.html.md ' :' user-guide/attributes.md'
171+ ' cli.html.md ' :' user-guide/cli.md'
172+ ' config.html.md ' :' user-guide/config.md'
173+ ' consolidated_metadata.html.md ' :' user-guide/consolidated_metadata.md'
174+ ' data_types.html.md ' :' user-guide/data_types.md'
175+ ' extending.html.md ' :' user-guide/extending.md'
176+ ' gpu.html.md ' :' user-guide/gpu.md'
177+ ' groups.html.md ' :' user-guide/groups.md'
178+ ' installation.html.md ' :' user-guide/installation.md'
179+ ' performance.html.md ' :' user-guide/performance.md'
180+ ' quickstart.html.md ' :' quick-start.md'
181+ ' release-notes.html.md ' :' release-notes.md'
182+ ' storage.html.md ' :' user-guide/storage.md'
183+ ' v3_migration.html.md ' :' user-guide/v3_migration.md'
184+ ' user-guide/arrays.html.md ' :' user-guide/arrays.md'
185+ ' user-guide/attributes.html.md ' :' user-guide/attributes.md'
186+ ' user-guide/cli.html.md ' :' user-guide/cli.md'
187+ ' user-guide/config.html.md ' :' user-guide/config.md'
188+ ' user-guide/consolidated_metadata.html.md ' :' user-guide/consolidated_metadata.md'
189+ ' user-guide/data_types.html.md ' :' user-guide/data_types.md'
190+ ' user-guide/extending.html.md ' :' user-guide/extending.md'
191+ ' user-guide/gpu.html.md ' :' user-guide/gpu.md'
192+ ' user-guide/groups.html.md ' :' user-guide/groups.md'
193+ ' user-guide/installation.html.md ' :' user-guide/installation.md'
194+ ' user-guide/performance.html.md ' :' user-guide/performance.md'
195+ ' user-guide/storage.html.md ' :' user-guide/storage.md'
196+ ' user-guide/v3_migration.html.md ' :' user-guide/v3_migration.md'
197+ ' developers/contributing.html.md ' :' contributing.md'
198+ ' developers/index.html.md ' :' contributing.md'
199+ ' developers/roadmap.html.md ' :' https://zarr.readthedocs.io/en/v3.0.8/developers/roadmap.html'
200+ ' api/zarr/index.html.md ' :' api/index.md'
201+ ' api/zarr/abc/index.html.md ' :' api/abc/buffer.md'
202+ ' api/zarr/abc/buffer/index.html.md ' :' api/abc/buffer.md'
203+ ' api/zarr/abc/codec/index.html.md ' :' api/abc/codec.md'
204+ ' api/zarr/abc/metadata/index.html.md ' :' api/abc/metadata.md'
205+ ' api/zarr/abc/numcodec/index.html.md ' :' api/abc/codec.md'
206+ ' api/zarr/abc/store/index.html.md ' :' api/abc/store.md'
207+ ' api/zarr/api/index.html.md ' :' api/index.md'
208+ ' api/zarr/api/asynchronous/index.html.md ' :' api/api_async.md'
209+ ' api/zarr/api/synchronous/index.html.md ' :' api/api_sync.md'
210+ ' api/zarr/buffer/index.html.md ' :' api/buffer.md'
211+ ' api/zarr/buffer/cpu/index.html.md ' :' api/buffer.md'
212+ ' api/zarr/buffer/gpu/index.html.md ' :' api/buffer.md'
213+ ' api/zarr/codecs/index.html.md ' :' api/codecs.md'
214+ ' api/zarr/codecs/numcodecs/index.html.md ' :' api/codecs.md'
215+ ' api/zarr/convenience/index.html.md ' :' api/convenience.md'
216+ ' api/zarr/creation/index.html.md ' :' api/deprecated/creation.md'
217+ ' api/zarr/dtype/index.html.md ' :' api/dtype.md'
218+ ' api/zarr/errors/index.html.md ' :' api/errors.md'
219+ ' api/zarr/metadata/index.html.md ' :' api/metadata.md'
220+ ' api/zarr/metadata/migrate_v3/index.html.md ' :' api/metadata.md'
221+ ' api/zarr/registry/index.html.md ' :' api/registry.md'
222+ ' api/zarr/storage/index.html.md ' :' api/storage.md'
223+ ' api/zarr/testing/index.html.md ' :' api/testing.md'
224+ ' api/zarr/testing/buffer/index.html.md ' :' api/testing.md'
225+ ' api/zarr/testing/conftest/index.html.md ' :' api/testing.md'
226+ ' api/zarr/testing/stateful/index.html.md ' :' api/testing.md'
227+ ' api/zarr/testing/store/index.html.md ' :' api/testing.md'
228+ ' api/zarr/testing/strategies/index.html.md ' :' api/testing.md'
229+ ' api/zarr/testing/utils/index.html.md ' :' api/testing.md'
230+
162231
163232# https://github.com/developmentseed/titiler/blob/50934c929cca2fa8d3c408d239015f8da429c6a8/docs/mkdocs.yml#L115-L140
164233markdown_extensions :