Allow doc string extraction and use for pluginapi.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 25 Jan 2013 23:12:18 +0000 (00:12 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 25 Jan 2013 23:15:57 +0000 (00:15 +0100)
commit92c597ca1cd0d93df7246eb2f81f84bcb08673ce
tree40bdef54f63424235397724046e2a4df0a460241
parent3a8b18f85b9affca46a433607d7d9ae723380b94
Allow doc string extraction and use for pluginapi.

Allow us to extract docstrings from our sources using the
sphinx.ext.autodoc module.

First use: Extract some of the docs for the pluginapi and
provide it in a new "Plugin API" section.
docs/source/conf.py
docs/source/index.rst
docs/source/pluginwriter/api.rst [new file with mode: 0644]