Skip to content

Commit 7a8e261

Browse files
authored
Use shorter version.
1 parent 86d731a commit 7a8e261

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pygmt/src/grdfill.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,7 @@ def grdfill(
125125
r"""
126126
Interpolate across holes in a grid.
127127
128-
.. note::
129-
130-
Wraps the GMT module ``grdfill``.
131-
The GMT documentation is at :gmt-docs:`grdfill.html`.
132-
128+
Wraps the GMT module :gmt-docs:`grdfill <grdfill.html>`.
133129
Read a grid that presumably has unfilled holes that the user wants to fill in some
134130
fashion. Holes are identified by NaN values but this criteria can be changed via the
135131
``hole`` parameter. There are several different algorithms that can be used to

0 commit comments

Comments
 (0)