aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/pluginwriter/api.rst
Commit message (Collapse)AuthorAgeFilesLines
* Documenting plugin configurationChristopher Allan Webber2013-05-081-0/+16
| | | | This commit sponsored by David Krupicz. Thanks, David!
* Add warning about crypt/itsdangeroussecret.bin.Elrond2013-04-301-1/+1
| | | | You should not leak that file, really.
* changing the things to document in api.rstChristopher Allan Webber2013-04-191-1/+1
|
* A warning about the plugin API being unstable.Christopher Allan Webber2013-04-191-0/+9
|
* 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.