There are a number of docstring styles and overall code style formatters that can be implemented to make code style easier to manage and implement across for multiple maintainers and projects.
Check out Auto formatters for Python to see a review of yapf, black, and autopep8.
Check out Docstrings by Example: Documenting Python Code the Right Way for different docstring examples.
pyment can also be used to autogenerate docstrings.