diff options
Diffstat (limited to 'doc/extdev/appapi.rst')
-rw-r--r-- | doc/extdev/appapi.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/extdev/appapi.rst b/doc/extdev/appapi.rst index 151bb2ed9..8d786e870 100644 --- a/doc/extdev/appapi.rst +++ b/doc/extdev/appapi.rst @@ -590,6 +590,13 @@ handlers to the events. Example: .. versionchanged:: 1.3 The handlers' return value is now used. +.. event:: env-check-consistency (env) + + Emmited when Consistency checks phase. You can check consistency of + metadata for whole of documents. + + .. versionadded:: 1.6 + .. event:: html-collect-pages (app) Emitted when the HTML builder is starting to write non-document pages. You |