You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
Hi,
I am using Google style docstring in vscode and would like to write docstring for vscode intellisense and sphinx to generation HTML documentations. This is a typical docstring:
Hi,
I am using Google style docstring in vscode and would like to write docstring for vscode intellisense and sphinx to generation HTML documentations. This is a typical docstring:
I would like to see if napoleon can treat
## Args:
or### Args:
asArgs
section in sphinx?Looks like the change would be here: https://github.com/sphinx-contrib/napoleon/blob/master/sphinxcontrib/napoleon/docstring.py#L36
Would you accept such change?
Thanks!
The text was updated successfully, but these errors were encountered: