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
Write code documentation to make it easier to navigate the project for potential contributors.
Documentation should include both pydoc comments as well as general overview of most important parts in developer documentation.
After it’s done add note to contributors file that it’s required to document all new functions.
Study sources:
The text was updated successfully, but these errors were encountered:
https://realpython.com/documenting-python-code/ https://www.python.org/dev/peps/pep-0257/ https://github.com/google/styleguide/blob/gh-pages/pyguide.md#38-comments-and-docstrings
Sorry, something went wrong.
JakubTesarek
No branches or pull requests
Write code documentation to make it easier to navigate the project for potential contributors.
Documentation should include both pydoc comments as well as general overview of most important parts in developer documentation.
After it’s done add note to contributors file that it’s required to document all new functions.
Study sources:
The text was updated successfully, but these errors were encountered: