mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
add the new signal to the docs
This commit is contained in:
parent
752e862b80
commit
45bc018672
1 changed files with 2 additions and 0 deletions
|
|
@ -78,6 +78,8 @@ article_generator_preread article_generator invoked befor
|
|||
article_generator_init article_generator invoked in the ArticlesGenerator.__init__
|
||||
article_generator_finalized article_generator invoked at the end of ArticlesGenerator.generate_context
|
||||
article_generator_write_article article_generator, content invoked before writing each article, the article is passed as content
|
||||
article_writer_finalized article_generator, writer invoked after all articles and related pages have been written, but before
|
||||
the article generator is closed.
|
||||
get_generators generators invoked in Pelican.get_generator_classes,
|
||||
can return a Generator, or several
|
||||
generator in a tuple or in a list.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue