summaryrefslogtreecommitdiff
path: root/doc/ext/builderapi.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-12-26 20:17:59 +0100
committerGeorg Brandl <georg@python.org>2008-12-26 20:17:59 +0100
commit9a4dd190774d8a2db1d7ab2979b2d473ac5150c2 (patch)
tree08533359034575d8c59555f73ab0ba77ea3406fd /doc/ext/builderapi.rst
parent85951915a3b85749b2611ba20e6df9a77759eef4 (diff)
downloadsphinx-9a4dd190774d8a2db1d7ab2979b2d473ac5150c2.tar.gz
Improve builder docs a bit.
Diffstat (limited to 'doc/ext/builderapi.rst')
-rw-r--r--doc/ext/builderapi.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/ext/builderapi.rst b/doc/ext/builderapi.rst
index 72c388fb..5c671f2d 100644
--- a/doc/ext/builderapi.rst
+++ b/doc/ext/builderapi.rst
@@ -20,7 +20,7 @@ Writing new builders
.. automethod:: build_update
.. automethod:: build
- These methods must be overridden in concrete builder classes:
+ These methods can be overridden in concrete builder classes:
.. automethod:: init
.. automethod:: get_outdated_docs
@@ -28,3 +28,7 @@ Writing new builders
.. automethod:: prepare_writing
.. automethod:: write_doc
.. automethod:: finish
+
+ Useful helpers:
+
+ .. automethod:: init_templates