No description
Find a file
Glyph d35d2e0fbe Merge pull request #21 from selmanj/add_support_for_single_space_between_sentences
Add support for using single space between sentences
2017-05-08 01:56:35 -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 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 Merge pull request #21 from selmanj/add_support_for_single_space_between_sentences 2017-05-08 01:56:35 -07: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.