Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update region and projection standard docstrings #1510

Merged
merged 8 commits into from
Oct 12, 2021
Prev Previous commit
Next Next commit
update fmt_docstring
  • Loading branch information
willschlitzer committed Sep 15, 2021
commit c4800872ccb88fafd384a430cb6ac654c97cc5c9
2 changes: 0 additions & 2 deletions pygmt/helpers/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,11 +446,9 @@ def fmt_docstring(module_func):
data variables, or a :class:`geopandas.GeoDataFrame` containing the
tabular data.
region : str or list
*Required if this is the first plot command*.
*xmin/xmax/ymin/ymax*\ [**+r**][**+u**\ *unit*].
Specify the :doc:`region </tutorials/regions>` of interest.
projection : str
*Required if this is the first plot command*.
*projcode*\[*projparams*/]\ *width*.
Select map :doc:`projection </projections/index>`.
<BLANKLINE>
Expand Down