No description
Find a file
Hynek Schlawack 3aa71d1f0f Make it worth it writing tests
Also fix spelling of reST.
2016-05-09 12:26:33 +02: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 Make it worth it writing tests 2016-05-09 12:26:33 +02: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

Build Status

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.