We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The section name "Usage" does not appear in https://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html#docstring-sections but apparently there is unused code for it:
sphinx/sphinx/ext/napoleon/docstring.py
Lines 556 to 558 in fc62472
Lines 913 to 918 in fc62472
All the other _parse_*_section methods are called in the code starting at
_parse_*_section
Line 371 in fc62472
Browsing and grepping code.
This is in current Sphinx 8.1.3.
napoleon
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The section name "Usage" does not appear in https://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html#docstring-sections
but apparently there is unused code for it:
sphinx/sphinx/ext/napoleon/docstring.py
Lines 556 to 558 in fc62472
sphinx/sphinx/ext/napoleon/docstring.py
Lines 913 to 918 in fc62472
All the other
_parse_*_section
methods are called in the code starting atsphinx/sphinx/ext/napoleon/docstring.py
Line 371 in fc62472
How to Reproduce
Browsing and grepping code.
Environment Information
Sphinx extensions
napoleon
Additional context
No response
The text was updated successfully, but these errors were encountered: