Skip to content

Commit e03035b

Browse files
authored
Add link to GMT full option list for grdproject, grdsample and project (#1716)
1 parent 8fe2d33 commit e03035b

File tree

9 files changed

+12
-6
lines changed

9 files changed

+12
-6
lines changed

pygmt/src/grdimage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def grdimage(self, grid, **kwargs):
7171
The ``region`` parameter can be used to select a map region larger or
7272
smaller than that implied by the extent of the grid.
7373
74-
Full parameter list at :gmt-docs:`grdimage.html`
74+
Full option list at :gmt-docs:`grdimage.html`
7575
7676
{aliases}
7777

pygmt/src/grdproject.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ def grdproject(grid, **kwargs):
5050
NaN. The ``region`` parameter can be used to select a map region larger or
5151
smaller than that implied by the extent of the grid file.
5252
53+
Full option list at :gmt-docs:`grdproject.html`
54+
5355
{aliases}
5456
5557
Parameters

pygmt/src/grdsample.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ def grdsample(grid, **kwargs):
4545
``translate`` can be used to change the grid registration. When omitted,
4646
the output grid will have the same registration as the input grid.
4747
48+
Full option list at :gmt-docs:`grdsample.html`
49+
4850
{aliases}
4951
5052
Parameters

pygmt/src/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def plot(self, data=None, x=None, y=None, size=None, direction=None, **kwargs):
7474
polygon outline is drawn or not. If a symbol is selected, ``color`` and
7575
``pen`` determines the fill and outline/no outline, respectively.
7676
77-
Full parameter list at :gmt-docs:`plot.html`
77+
Full option list at :gmt-docs:`plot.html`
7878
7979
{aliases}
8080

pygmt/src/plot3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def plot3d(
7676
polygon outline is drawn or not. If a symbol is selected, ``color`` and
7777
``pen`` determines the fill and outline/no outline, respectively.
7878
79-
Full parameter list at :gmt-docs:`plot3d.html`
79+
Full option list at :gmt-docs:`plot3d.html`
8080
8181
{aliases}
8282

pygmt/src/project.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ def project(data=None, x=None, y=None, z=None, outfile=None, **kwargs):
9393
back-azimuths or azimuths are better done using :gmt-docs:`mapproject` as
9494
project is strictly spherical.
9595
96+
Full option list at :gmt-docs:`project.html`
97+
9698
{aliases}
9799
98100
Parameters

pygmt/src/solar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def solar(self, terminator="d", terminator_datetime=None, **kwargs):
3131
the terminators for civil twilight, nautical twilight, or astronomical
3232
twilight.
3333
34-
Full parameter list at :gmt-docs:`solar.html`
34+
Full option list at :gmt-docs:`solar.html`
3535
3636
{aliases}
3737

pygmt/src/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def text_(
7070
- ``x``/``y``, and ``text``
7171
- ``position`` and ``text``
7272
73-
Full parameter list at :gmt-docs:`text.html`
73+
Full option list at :gmt-docs:`text.html`
7474
7575
{aliases}
7676

pygmt/src/wiggle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def wiggle(self, data=None, x=None, y=None, z=None, **kwargs):
5050
5151
Must provide either ``data`` or ``x``/``y``/``z``.
5252
53-
Full parameter list at :gmt-docs:`wiggle.html`
53+
Full option list at :gmt-docs:`wiggle.html`
5454
5555
{aliases}
5656

0 commit comments

Comments
 (0)