We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d731a commit 7a8e261Copy full SHA for 7a8e261
pygmt/src/grdfill.py
@@ -125,11 +125,7 @@ def grdfill(
125
r"""
126
Interpolate across holes in a grid.
127
128
- .. note::
129
-
130
- Wraps the GMT module ``grdfill``.
131
- The GMT documentation is at :gmt-docs:`grdfill.html`.
132
+ Wraps the GMT module :gmt-docs:`grdfill <grdfill.html>`.
133
Read a grid that presumably has unfilled holes that the user wants to fill in some
134
fashion. Holes are identified by NaN values but this criteria can be changed via the
135
``hole`` parameter. There are several different algorithms that can be used to
0 commit comments