You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standardize docstrings for table-like inputs (#1186)
The virtualfile_from_data function wrapped in #961
allows for a standardized way for inputting data to
PyGMT modules. This change is for standardizing
some of the docstrings, specifically for 'table-like'
vector inputs which can be of several different
PyData object types.
* Reformat pygmt.info docstring to use table-like filler
* Reformat plot and plot3d docstring to use table-like filler
* Reformat data_kind and virtualfile_from_data docstring to use table-like filler
* Reformat rose docstring to use table-like filler
* Reformat grdtrack docstring to use table-like filler
* Reformat velo docstring to use table-like filler
* Reformat wiggle docstring to use table-like filler
* Reformat histogram docstring to use table-like filler
* Add Python list to histogram's table param description
* Use table-classes filler in docstring description
* Use fmt_docstring decorator on virtualfile_from_data function
Also had to remove curly brackets from doctest so that
they are not treated as placeholders to be substituted.
* Add a doctest for the table-classes filler text
Co-authored-by: Meghan Jones <[email protected]>
Co-authored-by: Dongdong Tian <[email protected]>
0 commit comments