Skip to content

Commit

Permalink
Improve styling in a minor way in docs (#4314)
Browse files Browse the repository at this point in the history
* Improve styling in a minor way in docs

* What's new changes
  • Loading branch information
wjbenfold authored Sep 15, 2021
1 parent 550f453 commit 121df05
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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

0 comments on commit 121df05

Please sign in to comment.