diff --git a/docs/src/common_links.inc b/docs/src/common_links.inc index b0263dafb6..eb1ea60b7a 100644 --- a/docs/src/common_links.inc +++ b/docs/src/common_links.inc @@ -65,4 +65,5 @@ .. _@stephenworsley: https://github.com/stephenworsley .. _@tkknight: https://github.com/tkknight .. _@trexfeathers: https://github.com/trexfeathers +.. _@wjbenfold: https://github.com/wjbenfold .. _@zklaus: https://github.com/zklaus diff --git a/docs/src/userguide/interpolation_and_regridding.rst b/docs/src/userguide/interpolation_and_regridding.rst index 2295bdd589..5573c4aa8e 100644 --- a/docs/src/userguide/interpolation_and_regridding.rst +++ b/docs/src/userguide/interpolation_and_regridding.rst @@ -43,7 +43,7 @@ Interpolating a cube is achieved with the :meth:`~iris.cube.Cube.interpolate` method. This method expects two arguments: #. the sample points to interpolate, and - #. the second argument being the interpolation scheme to use. + #. the interpolation scheme to use. The result is a new cube, interpolated at the sample points. diff --git a/docs/src/whatsnew/latest.rst b/docs/src/whatsnew/latest.rst index 8c7ddfc8a7..4e6c581392 100644 --- a/docs/src/whatsnew/latest.rst +++ b/docs/src/whatsnew/latest.rst @@ -25,7 +25,8 @@ This document explains the changes made to Iris for this release 📢 Announcements ================ -#. N/A +#. Welcome to `@wjbenfold`_ who has made their first contribution to Iris, + the first of many we hope! ✨ Features @@ -70,6 +71,9 @@ This document explains the changes made to Iris for this release #. `@trexfeathers`_ included `Iris GitHub Discussions`_ in :ref:`get involved `. (:pull:`4307`) +#. `@wjbenfold`_ improved readability in :ref:`userguide interpolation + section `. (:pull:`4314`) + 💼 Internal ===========