python-docstring-mode icon indicating copy to clipboard operation
python-docstring-mode copied to clipboard

Emacs minor-mode for editing Python docstrings.

Results 3 python-docstring-mode issues
Sort by recently updated
recently updated
newest added

Adds support for `yields` and `sends`-like fields to python docstrings. This is a nice feature to have when adding doctrings for [Generator/Iterator](https://docs.python.org/3/library/typing.html#typing.Generator) type functions where you typically document `yields`+`sends` instead...

obviously travis-ci is not a great idea

Hi, What do you think of supporting google style docstrings?