-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
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
use napoleon style docstrings #395
Comments
@williballenthin Could you please explain more about this issue ? |
this issue tracks the idea of using the doctoring style linked above throughout the code base. to close the issue, the contributor would review the entire floss codebase and fix any violations, migrating from the old style to the napoleon style. note that we'd also prefer to use type annotations when possible, keeping these out of the docstring. |
@williballenthin Should i do this type of napolean style to the whole codebase ? |
please use the napoleon style, which is more like args:
foo: the foo thing
bar: a bar for use
returns: xyz |
Will like this be okay ? @williballenthin |
looks great! |
@williballenthin Sure ill make the changes in the whole codebase. |
#979 Please review this PR |
https://pypi.org/project/sphinxcontrib-napoleon/
The text was updated successfully, but these errors were encountered: