Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ def skip_submodules(
"license": "https://github.com/zarr-developers/zarr-python/blob/main/LICENSE.txt",
"tutorial": "user-guide",
"getting-started": "quickstart",
"release": "developers/release.html",
"roadmap": "developers/roadmap.html",
"installation": "user-guide/installation.html",
"api": "api/zarr/index"
"api": "api/zarr/index",
"release": "release-notes"
}

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ and functions are included in the API documentation, under the ``docs/api`` fold
using the `autodoc <https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html>`_
extension to sphinx. Any new features or important usage information should be included in the
user-guide (``docs/user-guide``). Any changes should also be included in the release
notes (``docs/developers/release.rst``).
notes (``docs/release-notes.rst``).

The documentation can be built locally by running::

Expand Down
1 change: 0 additions & 1 deletion docs/developers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ Developer's Guide
:maxdepth: 1

contributing
release
roadmap
Loading
Loading