Skip to content

Commit e890738

Browse files
authored
DOC: Improve link to the GMT documentation (#3944)
1 parent 55ae6d9 commit e890738

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+59
-59
lines changed

pygmt/src/basemap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def basemap(self, **kwargs):
3636
At least one of the parameters ``frame``, ``map_scale``, ``rose``, or
3737
``compass`` must be specified if not in subplot mode.
3838
39-
Full option list at :gmt-docs:`basemap.html`
39+
Full GMT docs at :gmt-docs:`basemap.html`.
4040
4141
{aliases}
4242

pygmt/src/binstats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def binstats(
3939
presented as is or may be normalized by the circle area to
4040
perhaps give density estimates.
4141
42-
Full option list at :gmt-docs:`gmtbinstats.html`
42+
Full GMT docs at :gmt-docs:`gmtbinstats.html`.
4343
4444
{aliases}
4545

pygmt/src/blockm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def blockmean(
108108
109109
Must provide either ``data`` or ``x``, ``y``, and ``z``.
110110
111-
Full option list at :gmt-docs:`blockmean.html`
111+
Full GMT docs at :gmt-docs:`blockmean.html`.
112112
113113
{aliases}
114114
@@ -212,7 +212,7 @@ def blockmedian(
212212
213213
Must provide either ``data`` or ``x``, ``y``, and ``z``.
214214
215-
Full option list at :gmt-docs:`blockmedian.html`
215+
Full GMT docs at :gmt-docs:`blockmedian.html`.
216216
217217
{aliases}
218218
@@ -310,7 +310,7 @@ def blockmode(
310310
311311
Must provide either ``data`` or ``x``, ``y``, and ``z``.
312312
313-
Full option list at :gmt-docs:`blockmode.html`
313+
Full GMT docs at :gmt-docs:`blockmode.html`.
314314
315315
{aliases}
316316

pygmt/src/coast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def coast(self, **kwargs):
5555
5656
A map projection must be supplied.
5757
58-
Full option list at :gmt-docs:`coast.html`
58+
Full GMT docs at :gmt-docs:`coast.html`.
5959
6060
{aliases}
6161

pygmt/src/colorbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def colorbar(self, **kwargs):
4242
linear scale, all be equal size, or by providing a file with individual
4343
tile widths.
4444
45-
Full option list at :gmt-docs:`colorbar.html`
45+
Full GMT docs at :gmt-docs:`colorbar.html`.
4646
4747
{aliases}
4848

pygmt/src/contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def contour(
4949
5050
Must provide either ``data`` or ``x``, ``y``, and ``z``.
5151
52-
Full option list at :gmt-docs:`contour.html`
52+
Full GMT docs at :gmt-docs:`contour.html`.
5353
5454
{aliases}
5555

pygmt/src/dimfilter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def dimfilter(
4343
Thus, an additional filtering (e.g., Gaussian via :func:`pygmt.grdfilter`)
4444
of the DiM-filtered data is generally recommended.
4545
46-
Full option list at :gmt-docs:`dimfilter.html`
46+
Full GMT docs at :gmt-docs:`dimfilter.html`.
4747
4848
{aliases}
4949

pygmt/src/filter1d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def filter1d(
4040
Read a table and output as a :class:`numpy.ndarray`,
4141
:class:`pandas.DataFrame`, or ASCII file.
4242
43-
Full option list at :gmt-docs:`filter1d.html`
43+
Full GMT docs at :gmt-docs:`filter1d.html`.
4444
4545
{aliases}
4646

pygmt/src/grd2cpt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def grd2cpt(grid: PathLike | xr.DataArray, **kwargs):
7575
:gmt-docs:`gmt.conf <gmt.conf>` file or the ``color_model`` parameter
7676
will be used.
7777
78-
Full option list at :gmt-docs:`grd2cpt.html`
78+
Full GMT docs at :gmt-docs:`grd2cpt.html`.
7979
8080
{aliases}
8181

pygmt/src/grd2xyz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def grd2xyz(
4848
Read a grid and output xyz-triplets as a :class:`numpy.ndarray`,
4949
:class:`pandas.DataFrame`, or ASCII file.
5050
51-
Full option list at :gmt-docs:`grd2xyz.html`
51+
Full GMT docs at :gmt-docs:`grd2xyz.html`.
5252
5353
{aliases}
5454

0 commit comments

Comments
 (0)