No description
Find a file
Glyph 263879fb33 highlight ':' and '@'
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!
2015-09-07 16:04:01 -04:00
docstring_wrap.py add linewise option; prototypical support for vim 2015-09-07 10:09:13 -04:00
LICENSE Update license year 2015-04-20 13:46:58 -07:00
python-docstring.el highlight ':' and '@' 2015-09-07 16:04:01 -04:00
README.md Import. 2014-07-08 11:09:57 -07:00

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.