aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/pluginwriter/api.rst
Commit message (Collapse)AuthorAgeFilesLines
* Moving statcdirect automodule doc reference to autoclass per Elrond's ↵Christopher Allan Webber2013-05-231-2/+1
| | | | | | suggestion. Cleaner!
* Documentation changes to reflect new plugin assetlink stuffChristopher Allan Webber2013-05-231-3/+1
| | | | | | | | | | | - updated old theme assetlink section to reflect new location of ./bin/gmg assetlink and removed comment about the plugin command being temporary. - Added a new section to the standard config file on where to put the plugin_static section - Added release notes about said section This commit sponsored by Thomas Webber. Thanks, Dad!
* Document assetlink and staticdirect usage for plugins.Christopher Allan Webber2013-05-231-0/+31
| | | | | | | Still a bit to clean up around what the command to be run actually is, since that will likely change. This commit sponsored by David Decker. Thank you!
* Start of ability to have plugins provide static resources!Christopher Allan Webber2013-05-231-0/+19
| | | | | | | | | | Note I have not tested any of this yet ;) But we're already on our way: - We've got docs - The hook is there Lots to do still though. But, progress! :) This commit sponsored by Laura Arjona Reina. Thanks larjona!
* Simple tyop, view->test... I was writing too many tests at the time :)Christopher Allan Webber2013-05-151-1/+1
|
* Hook->hooks since there's more than one of them :)Christopher Allan Webber2013-05-151-2/+2
|
* Adding global context hooks & fixing method names->symbolic view names in docsChristopher Allan Webber2013-05-151-3/+18
| | | | This commit sponsored by Sheila Miguez. Thanks Sheila!
* Added documentation on view specific hooksChristopher Allan Webber2013-05-141-0/+62
| | | | This commit sponsored by Matthew Woodward. Thank you!
* 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.