Skip to content

Commit 2bf117e

Browse files
committed
Link to individual rcParams descriptions
1 parent 0376a01 commit 2bf117e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3281,6 +3281,8 @@ def _generate_rst():
32813281
"""
32823282
for param in _params:
32833283
text += f"""
3284+
.. _rcparam_{param.name.replace('.', '_')}:
3285+
32843286
{param.name}: ``{param.default!r}``
32853287
{param.description if param.description else "*no description*"}
32863288
"""

0 commit comments

Comments
 (0)