Skip to content

Commit 86d731a

Browse files
committed
DOC: Improve link to the GMT documentation.
1 parent 84921a0 commit 86d731a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pygmt/src/grdfill.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,17 @@ 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+
128133
Read a grid that presumably has unfilled holes that the user wants to fill in some
129134
fashion. Holes are identified by NaN values but this criteria can be changed via the
130135
``hole`` parameter. There are several different algorithms that can be used to
131136
replace the hole values. If no holes are found the original unchanged grid is
132137
returned.
133138
134-
Full option list at :gmt-docs:`grdfill.html`.
135-
136139
{aliases}
137140
138141
Parameters

0 commit comments

Comments
 (0)