Skip to content

Commit 2aa32a4

Browse files
author
Claude Subagent
committed
docs: fix broken redirect for zarr.codecs.numcodecs API reference
Remove incorrect redirect mapping for 'api/zarr/codecs/numcodecs.md' that was redirecting to the deprecated creation module. The numcodecs module is a current API reference and should be accessible as a regular documentation page. Fixes zarr-developers#3724
1 parent b6d3ae2 commit 2aa32a4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

changes/3724.doc.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Fix broken redirect for zarr.codecs.numcodecs API reference documentation.
2+
3+
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.

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ plugins:
214214
'developers/index.html.md': 'contributing.md'
215215
'developers/roadmap.html.md': 'https://zarr.readthedocs.io/en/v3.0.8/developers/roadmap.html'
216216
'api/zarr/creation.md': 'api/zarr/deprecated/creation.md'
217-
'api/zarr/codecs/numcodecs.md': 'api/zarr/deprecated/creation.md'
218217
'api.md': 'api/zarr/index.md'
219218
'api/zarr/metadata/migrate_v3.md': 'api/zarr/metadata.md'
220219

0 commit comments

Comments
 (0)