Merge pull request #18 from hynek/master

Make it worth it writing tests
This commit is contained in:
Glyph 2016-05-13 02:13:52 -07:00
commit 707b4a3e50

View file

@ -1,6 +1,8 @@
# Python Docstring Mode #
[![Build Status](https://travis-ci.org/glyph/python-docstring-mode.svg?branch=master)](https://travis-ci.org/glyph/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,
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.