mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Added description for the finalized signal in the docs
This commit is contained in:
parent
5e45aaab78
commit
966065767a
1 changed files with 4 additions and 4 deletions
|
|
@ -53,16 +53,16 @@ List of signals
|
||||||
|
|
||||||
Here is the list of currently implemented signals:
|
Here is the list of currently implemented signals:
|
||||||
|
|
||||||
========================= ============================ =========================================
|
========================= ============================ ===========================================================================
|
||||||
Signal Arguments Description
|
Signal Arguments Description
|
||||||
========================= ============================ =========================================
|
========================= ============================ ===========================================================================
|
||||||
initialized pelican object
|
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_generate_context article_generator, metadata
|
||||||
article_generator_init article_generator invoked in the ArticlesGenerator.__init__
|
article_generator_init article_generator invoked in the ArticlesGenerator.__init__
|
||||||
pages_generate_context pages_generator, metadata
|
pages_generate_context pages_generator, metadata
|
||||||
pages_generator_init pages_generator invoked in the PagesGenerator.__init__
|
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
|
The list is currently small, don't hesitate to add signals and make a pull
|
||||||
request if you need them!
|
request if you need them!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue