python-docstring-mode/README.md

10 lines
574 B
Markdown
Raw Permalink Normal View History

2014-07-08 11:09:57 -07:00
# Python Docstring Mode #
[![Build Status](https://travis-ci.org/glyph/python-docstring-mode.svg?branch=master)](https://travis-ci.org/glyph/python-docstring-mode)
2016-06-04 07:09:04 -07:00
[![MELPA](https://melpa.org/packages/python-docstring-badge.svg)](https://melpa.org/#/python-docstring)
2014-07-08 11:09:57 -07:00
This is a minor-mode for Emacs for editing Python docstrings. It provides
syntax highlighting for docstrings in both reStructuredText and Epydoc formats,
2014-07-08 11:09:57 -07:00
as well as an override for the fill-paragraph function when editing such a
docstring that will wrap things according to Python community convention.