From b4cae6d59e1957732859175dad632d5dc5944ef8 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Thu, 28 Jan 2021 22:35:25 +0000 Subject: [PATCH 1/3] add release highlights dropdown to latest and template --- docs/iris/src/whatsnew/latest.rst | 17 +++++++++++++++++ docs/iris/src/whatsnew/latest.rst.template | 22 +++++++++++++++++++++- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/docs/iris/src/whatsnew/latest.rst b/docs/iris/src/whatsnew/latest.rst index 5809b3cf2e..f33e546dc3 100644 --- a/docs/iris/src/whatsnew/latest.rst +++ b/docs/iris/src/whatsnew/latest.rst @@ -7,6 +7,21 @@ This document explains the changes made to Iris for this release (:doc:`View all changes `.) +.. dropdown:: :opticon:`report` Release Highlights + :container: + shadow + :title: text-primary text-center font-weight-bold + :body: bg-light + :animate: fade-in + :open: + + The highlights for this major/minor release of Iris include: + + * N/A + + And finally, get in touch with us on `GitHub`_ if you have any issues or + feature requests for improving Iris. Enjoy! + + 📢 Announcements ================ @@ -65,6 +80,8 @@ This document explains the changes made to Iris for this release #. `@rcomer`_ removed an old unused test file. (:pull:`3913`) + +.. _GitHub: https://github.com/SciTools/iris/issues/new/choose .. _@pelson: https://github.com/pelson .. _@trexfeathers: https://github.com/trexfeathers .. _@gcaria: https://github.com/gcaria diff --git a/docs/iris/src/whatsnew/latest.rst.template b/docs/iris/src/whatsnew/latest.rst.template index 06c04f264f..ee3f80813d 100644 --- a/docs/iris/src/whatsnew/latest.rst.template +++ b/docs/iris/src/whatsnew/latest.rst.template @@ -7,6 +7,21 @@ This document explains the changes made to Iris for this release (:doc:`View all changes `.) +.. dropdown:: :opticon:`report` Release Highlights + :container: + shadow + :title: text-primary text-center font-weight-bold + :body: bg-light + :animate: fade-in + :open: + + The highlights for this major/minor release of Iris include: + + * N/A + + And finally, get in touch with us on `GitHub`_ if you have any issues or + feature requests for improving Iris. Enjoy! + + 📢 Announcements ================ @@ -52,4 +67,9 @@ This document explains the changes made to Iris for this release 💼 Internal =========== -#. N/A +* N/A + + + + +.. _GitHub: https://github.com/SciTools/iris/issues/new/choose From 53821ab3f85e0ba756bcbac5ee818974d1e9aab6 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Thu, 28 Jan 2021 22:46:01 +0000 Subject: [PATCH 2/3] add the patches dropdown to latest template --- docs/iris/src/whatsnew/latest.rst.template | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/iris/src/whatsnew/latest.rst.template b/docs/iris/src/whatsnew/latest.rst.template index ee3f80813d..eb50afd786 100644 --- a/docs/iris/src/whatsnew/latest.rst.template +++ b/docs/iris/src/whatsnew/latest.rst.template @@ -7,6 +7,18 @@ This document explains the changes made to Iris for this release (:doc:`View all changes `.) +.. dropdown:: :opticon:`alert` v3.0.1 Patches + :container: + shadow + :title: text-primary text-center font-weight-bold + :body: bg-light + :animate: fade-in + :open: + + The patches in this release of Iris include: + + #. N/A + + .. dropdown:: :opticon:`report` Release Highlights :container: + shadow :title: text-primary text-center font-weight-bold From cf07aa40889202c28e75727bfe591d54846c52d1 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Sat, 30 Jan 2021 22:05:17 +0000 Subject: [PATCH 3/3] make the patch release pulldown v3 generic --- docs/iris/src/whatsnew/latest.rst.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/iris/src/whatsnew/latest.rst.template b/docs/iris/src/whatsnew/latest.rst.template index eb50afd786..0dd7cc788b 100644 --- a/docs/iris/src/whatsnew/latest.rst.template +++ b/docs/iris/src/whatsnew/latest.rst.template @@ -7,7 +7,7 @@ This document explains the changes made to Iris for this release (:doc:`View all changes `.) -.. dropdown:: :opticon:`alert` v3.0.1 Patches +.. dropdown:: :opticon:`alert` v3.X.X Patches :container: + shadow :title: text-primary text-center font-weight-bold :body: bg-light