Skip to content

Commit bc74071

Browse files
committed
Remove the section heading of 'Common Parameters'
1 parent 057c759 commit bc74071

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@
124124
# Render the return argument and attribute lists in the same way as the parameter lists.
125125
napoleon_use_rtype = False
126126
napoleon_use_ivar = True
127-
napoleon_custom_sections = [("Common Parameters", "params_style")]
128127

129128
# Options for sphinx-copybutton.
130129
# Reference: https://sphinx-copybutton.readthedocs.io

pygmt/src/coast.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,6 @@ def coast( # noqa: PLR0913
192192
to any of the continent codes (e.g. ``"=EU"`` for Europe). Append
193193
**+p**\ *pen* to draw polygon outlines [Default is no outline] and
194194
**+g**\ *fill* to fill them [Default is no fill].
195-
196-
Common Parameters
197-
-----------------
198195
$frame
199196
$projection
200197
$region

0 commit comments

Comments
 (0)