diff options
| author | Justin Mayer <entroP@gmail.com> | 2013-04-20 09:08:46 -0700 |
|---|---|---|
| committer | Justin Mayer <entroP@gmail.com> | 2013-04-20 09:08:46 -0700 |
| commit | 70a72545ce7dea13e2d584bc287fcb4846e0042e (patch) | |
| tree | f32844d7a6763ef6a0deb1da78b2c944134e3140 /docs/plugins.rst | |
| parent | bdd702384f4d4ed8812ac96e52593b85f546b66b (diff) | |
| download | pelican-70a72545ce7dea13e2d584bc287fcb4846e0042e.tar.gz | |
Add content_object_init to list of signals
Diffstat (limited to 'docs/plugins.rst')
| -rw-r--r-- | docs/plugins.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/plugins.rst b/docs/plugins.rst index aa43a750..064ba73d 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -82,6 +82,7 @@ get_generators generators invoked in Pelic pages_generate_context pages_generator, metadata pages_generator_init pages_generator invoked in the PagesGenerator.__init__ pages_generator_finalized pages_generator invoked at the end of PagesGenerator.generate_context +content_object_init content_object invoked at the end of Content.__init__ (see note below) ============================= ============================ =========================================================================== The list is currently small, so don't hesitate to add signals and make a pull |
