Skip to content

Commit

Permalink
Improve the docstrings of the outgrid parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Apr 1, 2024
1 parent 113c5fe commit 6225cc3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pygmt/helpers/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,12 @@
- ``file`` will save the result to the file specified by the ``outfile``
parameter.""",
"outgrid": """
outgrid : str or None
Name of the output netCDF grid file. For writing a specific grid
file format or applying basic data operations to the output grid,
see :gmt-docs:`gmt.html#grd-inout-full` for the available modifiers.""",
outgrid
Name of the output netCDF grid file. If not specified, will return an
:class:`xarray.DataArray` object. For writing a specific grid file format or
applying basic data operations to the output grid, see
:gmt-docs:`gmt.html#grd-inout-full` for the available modifiers.
""",
"panel": r"""
panel : bool, int, or list
[*row,col*\|\ *index*].
Expand Down

0 comments on commit 6225cc3

Please sign in to comment.