diff options
Diffstat (limited to 'doc/extdev/appapi.rst')
-rw-r--r-- | doc/extdev/appapi.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/extdev/appapi.rst b/doc/extdev/appapi.rst index 46540595f..c32eb1427 100644 --- a/doc/extdev/appapi.rst +++ b/doc/extdev/appapi.rst @@ -216,6 +216,14 @@ connect handlers to the events. Example: .. versionadded:: 0.5 +.. event:: object-description-transform (app, domain, objtype, contentnode) + + Emitted when an object description directive has run. The *domain* and + *objtype* arguments are strings indicating object description of the object. + And *contentnode* is a content for the object. It can be modified in-place. + + .. versionadded:: 3.0 + .. event:: doctree-read (app, doctree) Emitted when a doctree has been parsed and read by the environment, and is |