-
Notifications
You must be signed in to change notification settings - Fork 37
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
Rework docstrings to the Sphinx style #458
Rework docstrings to the Sphinx style #458
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to see an extension like flake8-docstrings
added too, so that there's something enforcing the proper docstring format is followed.
It will be in the next PR, this just fixes issues like using one ` instead of two. |
bb194c2
to
405901f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind also making sure that the docstrings in tests/
are consistent with this new style? While these won't be used in the docs, we shouldn't be using 2 different docstring conventions in the codebase. So if there are some, please adapt them too.
405901f
to
b3c53ae
Compare
Done here! |
I want to merge this into master, so it will not produce many merge conflicts in possible future.