File tree Expand file tree Collapse file tree 6 files changed +16
-10
lines changed Expand file tree Collapse file tree 6 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 11.. _contributing.documentation.codebase :
22
3- Contributing to the Code Base
4- =============================
3+ Working with the Code Base
4+ ==========================
55
66.. toctree ::
77 :maxdepth: 3
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ If you are new to using GitHub we recommend reading the
5959 :hidden:
6060
6161 ../generated/api/iris
62- ../whatsnew/index
62+ ../whatsnew/whatsnew
6363 ../techpapers/index
6464 ../copyright
6565 ../voted_issues
Original file line number Diff line number Diff line change @@ -221,6 +221,8 @@ Release Steps
221221
222222 * Use ``git `` to rename ``docs/src/whatsnew/latest.rst `` to the release
223223 version file ``v1.9.rst ``
224+ * Update ``docs/src/whatsnews/whatsnew.rst `` to rename ``latest.rst `` in the
225+ include statement and toctree.
224226 * Use ``git `` to delete the ``docs/src/whatsnew/latest.rst.template `` file
225227 * In ``v1.9.rst `` remove the ``[unreleased] `` caption from the page title.
226228 Note that, the Iris version and release date are updated automatically
@@ -255,6 +257,9 @@ Post Release Steps
255257 `Read The Docs `_ to ensure that the appropriate versions are ``Active ``
256258 and/or ``Hidden ``. To do this ``Edit `` the appropriate version e.g.,
257259 see `Editing v3.0.0rc0 `_ (must be logged into Read the Docs).
260+ #. Make a new ``latest.rst `` from ``latest.rst.template `` and update the include
261+ statement and the toctree in ``whatsnew.rst `` to point at the new
262+ ``latest.rst ``.
258263#. Merge back to ``main ``
259264
260265
Original file line number Diff line number Diff line change @@ -139,11 +139,11 @@ The legacy support resources:
139139
140140
141141.. toctree ::
142- :caption: Developers Guide
142+ :caption: What's New in Iris
143143 :maxdepth: 1
144144 :name: whats_new_index
145145 :hidden:
146146
147- whatsnew/index
147+ whatsnew/whatsnew
148148
149149.. todolist ::
Original file line number Diff line number Diff line change @@ -218,4 +218,4 @@ This document explains the changes made to Iris for this release
218218 Whatsnew resources in alphabetical order:
219219
220220 .. _Cell Boundaries : https://cfconventions.org/Data/cf-conventions/cf-conventions-1.9/cf-conventions.html#cell-boundaries
221- .. _PyData Sphinx Theme : https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html
221+ .. _PyData Sphinx Theme : https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html
Original file line number Diff line number Diff line change 1+ .. include :: ../common_links.inc
2+
13.. _iris_whatsnew :
24
35What's New in Iris
4- ******************
5-
6- These "What's new" pages describe the important changes between major
7- Iris versions.
6+ ------------------
87
8+ .. include :: latest.rst
99
1010.. toctree ::
1111 :maxdepth: 1
12+ :hidden:
1213
1314 latest.rst
1415 3.2.rst
You can’t perform that action at this time.
0 commit comments