No description
Find a file
Glyph ec253711f2
Merge pull request #27 from glyph/ci36
add python 3.6 support
2020-04-04 17:30:44 -07:00
.gitignore Sort of port to Python 3 2016-05-09 11:32:43 +02:00
.travis.yml goodbye python3.3 2019-07-16 02:36:00 -07:00
docstring_wrap.py python 3 upgrade 2019-07-16 02:21:00 -07:00
LICENSE Update license year 2015-04-20 13:46:58 -07:00
python-docstring.el python 3 upgrade 2019-07-16 02:21:00 -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 Update tox.ini 2019-07-16 02:35:23 -07: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.