FIX Handle param names ending in underscore #154
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This issue results from #107: the explicit bold styling was removed because Sphinx definition lists bolded the term by default. However, without
**
surrounding param name, a name likeword_
was being treated as a link.In an alternative patch, #144, I reported that "I also attempted to replace the
_
with\_
but found that the backslashes showed in the HTML." I don't see that now, at least in rendering the numpydoc docs. I will confirm that this patch fixes the issue in scikit-learn docs.