From 61d664c88bdd10ad880184d2383cb03d1f59cf24 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Fri, 2 Oct 2020 11:19:41 +0100 Subject: [PATCH 1/2] reorder release highlights --- docs/iris/src/whatsnew/3.0.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/iris/src/whatsnew/3.0.rst b/docs/iris/src/whatsnew/3.0.rst index 41ea0f5a0b..edc7fe9500 100644 --- a/docs/iris/src/whatsnew/3.0.rst +++ b/docs/iris/src/whatsnew/3.0.rst @@ -17,20 +17,20 @@ This document explains the changes made to Iris for this release * We've finally dropped support for ``Python 2``, so welcome to ``Iris 3`` and ``Python 3``! - * Our :ref:`documentation ` has been refreshed, - restructured, revitalised and rehosted on `readthedocs`_, - * It's now easier than ever to :ref:`install Iris ` - as a user or a developer, and the newly revamped developers guide walks - you though how you can :ref:`get involved ` - and contribute to Iris, * We've extended our coverage of the `CF Conventions and Metadata`_ by introducting support for `CF Ancillary Data`_ and `Quality Flags`_, * Lazy regridding is now available for several regridding schemes, - * We've introduced a common metadata API to simplify and unify the - management of metadata across Iris, + * Managing and manipulating metadata within Iris is now easier and more + consistent thanks to the introduction of a new common metadata API, * Cube arithmetic has been significantly improved with regards to extended broadcasting, auto-transposition and a more lenient behaviour towards handling metadata and coordinates, + * Our :ref:`documentation ` has been refreshed, + restructured, revitalised and rehosted on `readthedocs`_, + * It's now easier than ever to :ref:`install Iris ` + as a user or a developer, and the newly revamped developers guide walks + you though how you can :ref:`get involved ` + and contribute to Iris, * Also, this is a major release of Iris, so please be aware of the :ref:`incompatible changes ` and :ref:`deprecations `. From aba1504be3b01c0e0e1245f534560c0b5538d8a0 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Fri, 2 Oct 2020 12:13:28 +0100 Subject: [PATCH 2/2] review actions --- docs/iris/src/whatsnew/3.0.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/iris/src/whatsnew/3.0.rst b/docs/iris/src/whatsnew/3.0.rst index edc7fe9500..f0098ee0b4 100644 --- a/docs/iris/src/whatsnew/3.0.rst +++ b/docs/iris/src/whatsnew/3.0.rst @@ -12,6 +12,7 @@ This document explains the changes made to Iris for this release :title: text-primary text-center font-weight-bold :body: bg-light :animate: fade-in + :open: The highlights for this major release of Iris include: @@ -22,9 +23,9 @@ This document explains the changes made to Iris for this release * Lazy regridding is now available for several regridding schemes, * Managing and manipulating metadata within Iris is now easier and more consistent thanks to the introduction of a new common metadata API, - * Cube arithmetic has been significantly improved with regards to extended - broadcasting, auto-transposition and a more lenient behaviour towards - handling metadata and coordinates, + * :ref:`Cube arithmetic ` has been significantly improved with + regards to extended broadcasting, auto-transposition and a more lenient + behaviour towards handling metadata and coordinates, * Our :ref:`documentation ` has been refreshed, restructured, revitalised and rehosted on `readthedocs`_, * It's now easier than ever to :ref:`install Iris `