No description
Find a file
Glyph b89eb108b9 swap variable-name/function-name faces
L{X} implies that X is a globally addressable thing (like a function or
a type) whereas @param Y implies Y is a locally addressable thing (like
a variable) so use font-lock faces that are closer to representing this
correctly.
2015-09-07 10:12:37 -04:00
docstring_wrap.py add linewise option; prototypical support for vim 2015-09-07 10:09:13 -04:00
LICENSE Update license year 2015-04-20 13:46:58 -07:00
python-docstring.el swap variable-name/function-name faces 2015-09-07 10:12:37 -04: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.