Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 2 additions & 3 deletions docs/src/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
{% if on_rtd and rtd_version == 'latest' %}
<div id="slim-red-box-banner">
You are viewing the <b>latest</b> unreleased documentation
<b>v{{ version }}</b>. You may prefer a
<a href="https://scitools-iris.readthedocs.io/en/stable/">stable</a>
version.
<b>v{{ version }}</b>. You can switch to a <b>stable</b> version
via the flyout menu in the bottom-right of the screen.
</div>
<p></p>
{%- endif %}
Expand Down
6 changes: 6 additions & 0 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,16 @@ This document explains the changes made to Iris for this release

#. `@ESadek-MO`_, `@TTV-Intrepid`_ and `@trexfeathers`_ added a gallery example for zonal
means plotted parallel to a cartographic plot. (:pull:`4871`)

#. `@Esadek-MO`_ added a key-terms :ref:`glossary` page into the user guide. (:pull:`4902`)

#. `@pp-mo`_ added a :ref:`code example <ORCA_example>`
for converting ORCA-gridded data to an unstructured cube. (:pull:`5013`)

#. `@trexfeathers`_ changed the warning header for the **latest** documentation
to reference Read the Docs' built-in version switcher, instead of generating
its own independent links. (:pull:`5055`)


💼 Internal
===========
Expand Down