Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changes/3724.doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Fix broken redirect for zarr.codecs.numcodecs API reference documentation.

The API reference page for `zarr.codecs.numcodecs` was incorrectly configured to redirect to the deprecated creation module. This fix removes the broken redirect entry from mkdocs.yml, allowing users to access the current API documentation for numcodecs codecs.
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ plugins:
'developers/index.html.md': 'contributing.md'
'developers/roadmap.html.md': 'https://zarr.readthedocs.io/en/v3.0.8/developers/roadmap.html'
'api/zarr/creation.md': 'api/zarr/deprecated/creation.md'
'api/zarr/codecs/numcodecs.md': 'api/zarr/deprecated/creation.md'
'api.md': 'api/zarr/index.md'
'api/zarr/metadata/migrate_v3.md': 'api/zarr/metadata.md'

Expand Down