15 Commits

Author SHA1 Message Date
Christopher Allan Webber
24ede04415 Documentation changes to reflect new plugin assetlink stuff
- 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!
2013-05-23 13:43:04 -05:00
Christopher Allan Webber
505b4b39b8 Document assetlink and staticdirect usage for plugins.
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!
2013-05-23 13:33:07 -05:00
Christopher Allan Webber
d6d2c771bd Start of ability to have plugins provide static resources!
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!
2013-05-23 13:33:07 -05:00
Christopher Allan Webber
38ebd05d1a Simple tyop, view->test... I was writing too many tests at the time :) 2013-05-15 11:29:43 -05:00
Christopher Allan Webber
0553976187 Hook->hooks since there's more than one of them :) 2013-05-15 11:10:25 -05:00
Christopher Allan Webber
1344c561a0 Adding global context hooks & fixing method names->symbolic view names in docs
This commit sponsored by Sheila Miguez.  Thanks Sheila!
2013-05-15 10:37:41 -05:00
Christopher Allan Webber
b312d2cd83 Added documentation on view specific hooks
This commit sponsored by Matthew Woodward.  Thank you!
2013-05-14 16:09:55 -05:00
Christopher Allan Webber
f65bf89836 Documenting plugin configuration
This commit sponsored by David Krupicz.  Thanks, David!
2013-05-08 11:03:09 -05:00
Elrond
b835e15319 Add warning about crypt/itsdangeroussecret.bin.
You should not leak that file, really.
2013-04-30 00:26:06 +02:00
Christopher Allan Webber
51d5d3aa20 changing the things to document in api.rst 2013-04-19 16:29:03 -05:00
Christopher Allan Webber
4d0191dcb8 A warning about the plugin API being unstable. 2013-04-19 13:22:03 -05:00
Christopher Allan Webber
36748921c2 adding callable_runone and callable_runall to the docs 2013-04-11 16:57:11 -05:00
Elrond
cf41e7d744 Improve formatting for hook template docs. 2013-01-31 20:58:19 +01:00
Christopher Allan Webber
75621003af Added register_template_hooks and get_hook_templates to the plugin api
auto module documentation.
2013-01-30 13:27:40 -06:00
Elrond
92c597ca1c 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.
2013-01-26 00:15:57 +01:00