No description
Find a file
Glyph fc537289f5 Merge pull request #17 from glyph/unused-code
Removed unused StringIO imports.
2016-05-09 03:15:11 -07:00
.gitignore Sort of port to Python 3 2016-05-09 11:32:43 +02:00
.travis.yml only build pushes to master 2016-05-09 02:48:44 -07:00
docstring_wrap.py Removed unused StringIO imports. 2016-05-09 03:11:33 -07:00
LICENSE Update license year 2015-04-20 13:46:58 -07:00
python-docstring.el Merge pull request #14 from jbms/master 2016-05-09 01:19:22 -07:00
README.md Import. 2014-07-08 11:09:57 -07:00
test_docstring_wrap.py Sort of port to Python 3 2016-05-09 11:32:43 +02:00
tox.ini Sort of port to Python 3 2016-05-09 11:32:43 +02: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.