1
0
Fork 0
forked from github/pelican

Added description for the finalized signal in the docs

This commit is contained in:
Nico Di Rocco 2012-08-31 22:17:19 +02:00 committed by Alexis Métaireau
commit 966065767a

View file

@ -53,16 +53,16 @@ List of signals
Here is the list of currently implemented signals:
========================= ============================ =========================================
========================= ============================ ===========================================================================
Signal Arguments Description
========================= ============================ =========================================
========================= ============================ ===========================================================================
initialized pelican object
finalized pelican object
finalized pelican object invoked after all the generators are executed and just before pelican exits
article_generate_context article_generator, metadata
article_generator_init article_generator invoked in the ArticlesGenerator.__init__
pages_generate_context pages_generator, metadata
pages_generator_init pages_generator invoked in the PagesGenerator.__init__
========================= ============================ =========================================
========================= ============================ ===========================================================================
The list is currently small, don't hesitate to add signals and make a pull
request if you need them!