We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226551a commit 6f40c56Copy full SHA for 6f40c56
numpydoc/docscrape_sphinx.py
@@ -37,7 +37,7 @@ def load_config(self, config):
37
self.template = template_env.get_template("numpydoc_docstring.rst")
38
39
# string conversion routines
40
- def _str_header(self, name, symbol="`"):
+ def _str_header(self, name):
41
return [".. rubric:: " + name, ""]
42
43
def _str_field_list(self, name):
0 commit comments