[Python-checkins] r62694 - doctools/trunk/sphinx/application.py

georg.brandl python-checkins at python.org
Sun May 4 10:28:00 CEST 2008


Author: georg.brandl
Date: Sun May  4 10:28:00 2008
New Revision: 62694

Log:
Document class.


Modified:
   doctools/trunk/sphinx/application.py

Modified: doctools/trunk/sphinx/application.py
==============================================================================
--- doctools/trunk/sphinx/application.py	(original)
+++ doctools/trunk/sphinx/application.py	Sun May  4 10:28:00 2008
@@ -222,7 +222,8 @@
 
 class TemplateBridge(object):
     """
-    
+    This class defines the interface for a "template bridge", that is, a class
+    that renders templates given a template name and a context.
     """
 
     def init(self, builder):


More information about the Python-checkins mailing list