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
1 change: 1 addition & 0 deletions docs/src/common_links.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/src/userguide/interpolation_and_regridding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 5 additions & 1 deletion docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -70,6 +71,9 @@ This document explains the changes made to Iris for this release
#. `@trexfeathers`_ included `Iris GitHub Discussions`_ in
:ref:`get involved <development_where_to_start>`. (:pull:`4307`)

#. `@wjbenfold`_ improved readability in :ref:`userguide interpolation
section <interpolation>`. (:pull:`4314`)


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