JakubTesarek / dbgr

Dbgr is a terminal tool to test and debug HTTP APIs.
Other
8 stars 0 forks source link

Document code #78

Open JakubTesarek opened 5 years ago

JakubTesarek commented 5 years ago

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:

JakubTesarek commented 5 years ago

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