No description
Find a file
Diego Fernandez 34b99adae0 Allow param with multiple inline types
For example, if you have `:param str,list myvar: This var could be a string or a list`
2017-02-20 00:32:48 -05: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 Allow param with multiple inline types 2017-02-20 00:32:48 -05:00
README.md add melpa package link/widget 2016-06-04 07:10:14 -07: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 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.