Skip to content

Commit

Permalink
remove links to docs section about caching interpolators
Browse files Browse the repository at this point in the history
  • Loading branch information
fnattino committed Dec 22, 2024
1 parent 48f47eb commit 2fb8fc3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lib/iris/analysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2673,9 +2673,7 @@ def interpolator(self, cube, coords):
the given coordinates.
Typically you should use :meth:`iris.cube.Cube.interpolate` for
interpolating a cube. There are, however, some situations when
constructing your own interpolator is preferable. These are detailed
in the :ref:`user guide <caching_an_interpolator>`.
interpolating a cube.
Parameters
----------
Expand Down Expand Up @@ -2876,9 +2874,7 @@ def interpolator(self, cube, coords):
by the dimensions of the specified coordinates.
Typically you should use :meth:`iris.cube.Cube.interpolate` for
interpolating a cube. There are, however, some situations when
constructing your own interpolator is preferable. These are detailed
in the :ref:`user guide <caching_an_interpolator>`.
interpolating a cube.
Parameters
----------
Expand Down

0 comments on commit 2fb8fc3

Please sign in to comment.