Skip to content

Commit

Permalink
Clean up release notes in preparation for v3 (zarr-developers#2634)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby authored Jan 8, 2025
1 parent bc26199 commit 22ebded
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 2,339 deletions.
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

0 comments on commit 22ebded

Please sign in to comment.