summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-02-20 12:02:05 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-02-20 12:02:05 -0500
commitbdbe02356b6fa9acb6739879ead25a54e2c62ecb (patch)
tree34320ed1be9f8653703b80788079e60d8bfceefd
parentcb9ebd2288031c96dda349a8eb42bf6bacbec8f1 (diff)
downloadmako-bdbe02356b6fa9acb6739879ead25a54e2c62ecb.tar.gz
add docs for new classes
-rw-r--r--doc/build/namespaces.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/namespaces.rst b/doc/build/namespaces.rst
index 3fed8f4..394750a 100644
--- a/doc/build/namespaces.rst
+++ b/doc/build/namespaces.rst
@@ -334,6 +334,14 @@ API Reference
.. autoclass:: mako.runtime.Namespace
:show-inheritance:
:members:
+
+.. autoclass:: mako.runtime.TemplateNamespace
+ :show-inheritance:
+ :members:
+
+.. autoclass:: mako.runtime.ModuleNamespace
+ :show-inheritance:
+ :members:
.. autofunction:: mako.runtime.supports_caller