Skip to content

Commit 1fa4251

Browse files
committed
Reference issue in comment
1 parent 5ed44e0 commit 1fa4251

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpydoc/docscrape_sphinx.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ def _process_param(self, param, desc, fake_autosummary):
124124
param = param.strip()
125125
# XXX: If changing the following, please check the rendering when param
126126
# ends with '_', e.g. 'word_'
127+
# See https://github.com/numpy/numpydoc/pull/144
127128
display_param = '**%s**' % param
128129

129130
if not fake_autosummary:

0 commit comments

Comments
 (0)