diff options
| author | Georg Brandl <georg@python.org> | 2010-10-22 11:16:23 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-10-22 11:16:23 +0200 |
| commit | ec3b7290dc64985dfe7a039df5850772c19b1834 (patch) | |
| tree | f51c4e8c7c0582228774969611d1f00c52d0a20e /doc/ext/appapi.rst | |
| parent | 590c57c8a16486c4e2cdff6d79f33b3faacf2d68 (diff) | |
| download | sphinx-ec3b7290dc64985dfe7a039df5850772c19b1834.tar.gz | |
Add add_node() support for texinfo and add handlers for nodes in our extensions.
Diffstat (limited to 'doc/ext/appapi.rst')
| -rw-r--r-- | doc/ext/appapi.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ext/appapi.rst b/doc/ext/appapi.rst index 8f2a779b..bbe2070f 100644 --- a/doc/ext/appapi.rst +++ b/doc/ext/appapi.rst @@ -76,9 +76,9 @@ the following public API: Node visitor functions for the Sphinx HTML, LaTeX, text and manpage writers can be given as keyword arguments: the keyword must be one or more of - ``'html'``, ``'latex'``, ``'text'``, ``'man'``, the value a 2-tuple of - ``(visit, depart)`` methods. ``depart`` can be ``None`` if the ``visit`` - function raises :exc:`docutils.nodes.SkipNode`. Example: + ``'html'``, ``'latex'``, ``'text'``, ``'man'``, ``'texinfo'``, the value a + 2-tuple of ``(visit, depart)`` methods. ``depart`` can be ``None`` if the + ``visit`` function raises :exc:`docutils.nodes.SkipNode`. Example: .. code-block:: python |
