DocBlock is a package for Atom which helps you to document your python code.
From the command line run apm install docblock-python
. You can also install it from the Atom Package manager.
- Numpy style: A Guide to NumPy/SciPy Documentation.
- Google style: Google Python Style Guide.
This is a non-exhaustive list of future additions. If you have any suggestions, drop me an email.
- Add Google style
- Scan for
Exceptions
- Convert between styles
- Add support for Type Hints (PEP 484)