diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/integration.templatebuilder.TemplateBuilder-class.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/integration.templatebuilder.TemplateBuilder-class.html Fri Sep 11 11:54:49 2009 +0100
@@ -0,0 +1,190 @@
+
+
+
+
+ integration.templatebuilder.TemplateBuilder
+
+
+
+
+
+
+
+
+
+Class TemplateBuilder
source code
+This class implements a template builder.
+
+
+
+
+
+
+
+
+ |
+
+
+ __init__(self,
+ config,
+ product) |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ build(self)
+ Render all the templates for the current product. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ __read_template(self,
+ config)
+ Read the whole file content. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ _build_config(self,
+ config)
+ Open config and render the template. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+