summaryrefslogtreecommitdiff
path: root/doc/ext
diff options
context:
space:
mode:
authorgeorg.brandl <devnull@localhost>2008-04-13 08:20:11 +0000
committergeorg.brandl <devnull@localhost>2008-04-13 08:20:11 +0000
commit5bf7364635a06bec71ea28e32fc7eb3fd86a0d31 (patch)
tree68bea174fc401dfacf081153b253e08a38809ee6 /doc/ext
parent3a605b48052268e2b9c31cae8804bd46cacacfbb (diff)
downloadsphinx-5bf7364635a06bec71ea28e32fc7eb3fd86a0d31.tar.gz
Support Sphinx.add_transform().
Diffstat (limited to 'doc/ext')
-rw-r--r--doc/ext/appapi.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ext/appapi.rst b/doc/ext/appapi.rst
index 9e5e303a..3cbdf053 100644
--- a/doc/ext/appapi.rst
+++ b/doc/ext/appapi.rst
@@ -117,6 +117,11 @@ the following public API:
(Of course, the element following the ``topic`` directive needn't be a
section.)
+.. method:: Sphinx.add_transform(transform)
+
+ Add the standard docutils :class:`Transform` subclass *transform* to the list
+ of transforms that are applied after Sphinx parses a reST document.
+
.. method:: Sphinx.connect(event, callback)
Register *callback* to be called when *event* is emitted. For details on