We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d50d0 commit 8899369Copy full SHA for 8899369
pygmt/helpers/decorators.py
@@ -22,7 +22,7 @@
22
projection : str
23
*Required if this is the first plot command*.
24
*projcode*\[*projparams*/]\ *width*.
25
- Select map projection.""",
+ Select map :doc:`projection </projections/index>`.""",
26
"B": r"""
27
frame : bool or str or list
28
Set map boundary frame and axes attributes.""",
@@ -198,7 +198,7 @@ def fmt_docstring(module_func):
198
199
200
201
- Select map projection.
+ Select map :doc:`projection </projections/index>`.
202
<BLANKLINE>
203
**Aliases:**
204
0 commit comments