No description
Find a file
Glyph d990fd1b3f Merge pull request #14 from jbms/master
Fix issue #3, clean up argument handling, ensure Python2 is used
2016-05-09 01:19:22 -07:00
docstring_wrap.py Correctly handle markers when parsing fields. 2016-04-19 11:01:31 -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

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.