Skip to content

Commit 22ebded

Browse files
authored
Clean up release notes in preparation for v3 (#2634)
1 parent bc26199 commit 22ebded

File tree

7 files changed

+22
-2339
lines changed

7 files changed

+22
-2339
lines changed

Diff for: docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ def skip_submodules(
105105
"license": "https://github.com/zarr-developers/zarr-python/blob/main/LICENSE.txt",
106106
"tutorial": "user-guide",
107107
"getting-started": "quickstart",
108-
"release": "developers/release.html",
109108
"roadmap": "developers/roadmap.html",
110109
"installation": "user-guide/installation.html",
111-
"api": "api/zarr/index"
110+
"api": "api/zarr/index",
111+
"release": "release-notes"
112112
}
113113

114114
# The language for content autogenerated by Sphinx. Refer to documentation

Diff for: docs/developers/contributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ and functions are included in the API documentation, under the ``docs/api`` fold
213213
using the `autodoc <https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html>`_
214214
extension to sphinx. Any new features or important usage information should be included in the
215215
user-guide (``docs/user-guide``). Any changes should also be included in the release
216-
notes (``docs/developers/release.rst``).
216+
notes (``docs/release-notes.rst``).
217217

218218
The documentation can be built locally by running::
219219

Diff for: docs/developers/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ Developer's Guide
66
:maxdepth: 1
77

88
contributing
9-
release
109
roadmap

0 commit comments

Comments
 (0)