summaryrefslogtreecommitdiff
path: root/docs/plugins.rst
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2013-04-20 09:08:46 -0700
committerJustin Mayer <entroP@gmail.com>2013-04-20 09:08:46 -0700
commit70a72545ce7dea13e2d584bc287fcb4846e0042e (patch)
treef32844d7a6763ef6a0deb1da78b2c944134e3140 /docs/plugins.rst
parentbdd702384f4d4ed8812ac96e52593b85f546b66b (diff)
downloadpelican-70a72545ce7dea13e2d584bc287fcb4846e0042e.tar.gz
Add content_object_init to list of signals
Diffstat (limited to 'docs/plugins.rst')
-rw-r--r--docs/plugins.rst1
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