summaryrefslogtreecommitdiff
path: root/docs/modules/tempita.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/modules/tempita.txt')
-rw-r--r--docs/modules/tempita.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/modules/tempita.txt b/docs/modules/tempita.txt
new file mode 100644
index 0000000..4da916c
--- /dev/null
+++ b/docs/modules/tempita.txt
@@ -0,0 +1,24 @@
+:mod:`tempita` -- A small templating language
+=============================================
+
+.. automodule:: tempita
+
+Module Contents
+---------------
+
+.. autoexception:: TemplateError
+.. autoclass:: Template
+.. autofunction:: sub
+.. autoclass:: bunch
+
+HTML Templates
+~~~~~~~~~~~~~~
+
+.. autoclass:: HTMLTemplate
+.. autofunction sub_html
+
+.. autofunction:: html
+.. autofunction:: html_quote
+.. autofunction:: url
+.. autofunction:: attr
+