mirror of
https://github.com/vale981/python-docstring-mode
synced 2025-03-04 17:11:41 -05:00
No description
![]() also fix the namespace error introduced by lvh's packaging changes ... so this will be the first released version of this minor mode which actually works. oops! |
||
---|---|---|
docstring_wrap.py | ||
LICENSE | ||
python-docstring.el | ||
README.md |
Python Docstring Mode
This is a minor-mode for Emacs for editing Python docstrings. It provides syntax highlighting for docstrings in both ReStructuredText and Epydoc formats, as well as an override for the fill-paragraph function when editing such a docstring that will wrap things according to Python community convention.