builder:htmlhelp wantedtype:bug
仓库指标
- Star
- (5,625 star)
- PR 合并指标
- (平均合并 13天 10小时) (30 天内合并 8 个 PR)
描述
When documenting Python parameters with trailing underscores:
#!python
def example(str_):
"""Notice that the parameter `str_` has a trailing underscore.
:param str_: Unfortunately, it gets dropped in the resulting HTML.
"""
The resulting HTML documentation completely omits the trailing underscore.
- Bitbucket: https://bitbucket.org/birkenfeld/sphinx/issue/519
- Originally reported by: Anonymous
- Originally created at: 2010-09-03T16:55:51.617