Improve builder docs a bit.

This commit is contained in:
Georg Brandl
2008-12-26 20:17:59 +01:00
parent 5713270079
commit 83c9f7a849
2 changed files with 29 additions and 7 deletions

View File

@@ -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