Skip to content

Commit 8899369

Browse files
author
Meghan Jones
authored
Link from projection parameter to gallery (#1044)
1 parent b1d50d0 commit 8899369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygmt/helpers/decorators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
projection : str
2323
*Required if this is the first plot command*.
2424
*projcode*\[*projparams*/]\ *width*.
25-
Select map projection.""",
25+
Select map :doc:`projection </projections/index>`.""",
2626
"B": r"""
2727
frame : bool or str or list
2828
Set map boundary frame and axes attributes.""",
@@ -198,7 +198,7 @@ def fmt_docstring(module_func):
198198
projection : str
199199
*Required if this is the first plot command*.
200200
*projcode*\[*projparams*/]\ *width*.
201-
Select map projection.
201+
Select map :doc:`projection </projections/index>`.
202202
<BLANKLINE>
203203
**Aliases:**
204204
<BLANKLINE>

0 commit comments

Comments
 (0)