mirror of
https://github.com/vale981/python-docstring-mode
synced 2026-02-07 00:58:40 -05:00
No description
|
|
||
|---|---|---|
| .gitignore | ||
| .travis.yml | ||
| docstring_wrap.py | ||
| LICENSE | ||
| python-docstring.el | ||
| README.md | ||
| test_docstring_wrap.py | ||
| tox.ini | ||
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.