Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pygmt/src/grdimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def grdimage(self, grid, **kwargs):
The ``region`` parameter can be used to select a map region larger or
smaller than that implied by the extent of the grid.

Full parameter list at :gmt-docs:`grdimage.html`
Full option list at :gmt-docs:`grdimage.html`

{aliases}

Expand Down
2 changes: 2 additions & 0 deletions pygmt/src/grdproject.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ def grdproject(grid, **kwargs):
NaN. The ``region`` parameter can be used to select a map region larger or
smaller than that implied by the extent of the grid file.

Full option list at :gmt-docs:`grdproject.html`

{aliases}

Parameters
Expand Down
2 changes: 2 additions & 0 deletions pygmt/src/grdsample.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def grdsample(grid, **kwargs):
``translate`` can be used to change the grid registration. When omitted,
the output grid will have the same registration as the input grid.

Full option list at :gmt-docs:`grdsample.html`

{aliases}

Parameters
Expand Down
2 changes: 1 addition & 1 deletion pygmt/src/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def plot(self, data=None, x=None, y=None, size=None, direction=None, **kwargs):
polygon outline is drawn or not. If a symbol is selected, ``color`` and
``pen`` determines the fill and outline/no outline, respectively.

Full parameter list at :gmt-docs:`plot.html`
Full option list at :gmt-docs:`plot.html`

{aliases}

Expand Down
2 changes: 1 addition & 1 deletion pygmt/src/plot3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def plot3d(
polygon outline is drawn or not. If a symbol is selected, ``color`` and
``pen`` determines the fill and outline/no outline, respectively.

Full parameter list at :gmt-docs:`plot3d.html`
Full option list at :gmt-docs:`plot3d.html`

{aliases}

Expand Down
2 changes: 2 additions & 0 deletions pygmt/src/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ def project(data=None, x=None, y=None, z=None, outfile=None, **kwargs):
back-azimuths or azimuths are better done using :gmt-docs:`mapproject` as
project is strictly spherical.

Full option list at :gmt-docs:`project.html`

{aliases}

Parameters
Expand Down
2 changes: 1 addition & 1 deletion pygmt/src/solar.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def solar(self, terminator="d", terminator_datetime=None, **kwargs):
the terminators for civil twilight, nautical twilight, or astronomical
twilight.

Full parameter list at :gmt-docs:`solar.html`
Full option list at :gmt-docs:`solar.html`

{aliases}

Expand Down
2 changes: 1 addition & 1 deletion pygmt/src/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def text_(
- ``x``/``y``, and ``text``
- ``position`` and ``text``

Full parameter list at :gmt-docs:`text.html`
Full option list at :gmt-docs:`text.html`

{aliases}

Expand Down
2 changes: 1 addition & 1 deletion pygmt/src/wiggle.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def wiggle(self, data=None, x=None, y=None, z=None, **kwargs):

Must provide either ``data`` or ``x``/``y``/``z``.

Full parameter list at :gmt-docs:`wiggle.html`
Full option list at :gmt-docs:`wiggle.html`

{aliases}

Expand Down