aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/pluginwriter/api.rst
Commit message (Collapse)AuthorAgeFilesLines
* adding callable_runone and callable_runall to the docsChristopher Allan Webber2013-04-111-1/+2
|
* Improve formatting for hook template docs.Elrond2013-01-311-1/+2
|
* Added register_template_hooks and get_hook_templates to the plugin apiChristopher Allan Webber2013-01-301-1/+1
| | | | auto module documentation.
* Allow doc string extraction and use for pluginapi.Elrond2013-01-261-0/+23
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.