No description
Find a file
Joe Selman a4397b0148 Add support for using single space between sentences
python-docstring.el will respect the value of sentence-end-double-space.
2017-02-15 11:18:27 -08: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 Add support for using single space between sentences 2017-02-15 11:18:27 -08:00
LICENSE Update license year 2015-04-20 13:46:58 -07:00
python-docstring.el Add support for using single space between sentences 2017-02-15 11:18:27 -08:00
README.md add melpa package link/widget 2016-06-04 07:10:14 -07:00
test_docstring_wrap.py Add support for using single space between sentences 2017-02-15 11:18:27 -08:00
tox.ini Sort of port to Python 3 2016-05-09 11:32:43 +02:00

Python Docstring Mode

Build Status MELPA

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.