From fea187ab6f6fff84d86916589a0fb2a5f58e3272 Mon Sep 17 00:00:00 2001 From: Tremain Knight <2108488+tkknight@users.noreply.github.com> Date: Tue, 15 Sep 2020 22:03:05 +0100 Subject: [PATCH 1/2] Added whats new entry for pr3852 --- docs/iris/src/whatsnew/latest.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/iris/src/whatsnew/latest.rst b/docs/iris/src/whatsnew/latest.rst index 502e5f9381..3582756556 100644 --- a/docs/iris/src/whatsnew/latest.rst +++ b/docs/iris/src/whatsnew/latest.rst @@ -219,6 +219,11 @@ This document explains the changes made to Iris for this release user guide to clarify how ``Units`` are handled during cube arithmetic. (:pull:`3803`) +* `@tkknight `_ overhauled the + :ref:`developers_guide` including information on getting involved in + becoming a contributor and general structure of the guide. This resolves + :issue:`2170`, :issue:`2331`, :issue:`3453`. (:pull:`3852`) + 💼 Internal =========== From 6e1ad4a3e175d540211866dff214058af748e315 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Sun, 20 Sep 2020 03:24:14 +0100 Subject: [PATCH 2/2] Update docs/iris/src/whatsnew/latest.rst --- docs/iris/src/whatsnew/latest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/iris/src/whatsnew/latest.rst b/docs/iris/src/whatsnew/latest.rst index 3582756556..25e367048c 100644 --- a/docs/iris/src/whatsnew/latest.rst +++ b/docs/iris/src/whatsnew/latest.rst @@ -219,7 +219,7 @@ This document explains the changes made to Iris for this release user guide to clarify how ``Units`` are handled during cube arithmetic. (:pull:`3803`) -* `@tkknight `_ overhauled the +* `@tkknight`_ overhauled the :ref:`developers_guide` including information on getting involved in becoming a contributor and general structure of the guide. This resolves :issue:`2170`, :issue:`2331`, :issue:`3453`. (:pull:`3852`)