glyph / python-docstring-mode

Emacs minor-mode for editing Python docstrings.
MIT License
70 stars 22 forks source link

Add Generator docstring fields #37

Open utlandr opened 7 months ago

utlandr commented 7 months ago

Adds support for yields and sends-like fields to python docstrings.

This is a nice feature to have when adding doctrings for Generator/Iterator type functions where you typically document yields+sends instead of returns