summaryrefslogtreecommitdiff
path: root/doc/build/usage.rst
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-11-12 17:42:54 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2010-11-12 17:42:54 -0500
commit20d35c3eb10884c2e3204131f308734403c1bd23 (patch)
treec3a021fa903cc0750303be73823aa953098f1063 /doc/build/usage.rst
parenta9da8487c7da377c9378bd5c997cc96ce7079efa (diff)
downloadmako-20d35c3eb10884c2e3204131f308734403c1bd23.tar.gz
some more docstrings and I'm ready to go live
Diffstat (limited to 'doc/build/usage.rst')
-rw-r--r--doc/build/usage.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/build/usage.rst b/doc/build/usage.rst
index 4309c8c..06067a2 100644
--- a/doc/build/usage.rst
+++ b/doc/build/usage.rst
@@ -83,6 +83,8 @@ source code for the module. The next time a :class:`.Template` with the
same arguments is created, this module file will be
automatically re-used.
+.. _usage_templatelookup:
+
Using TemplateLookup
====================
@@ -171,6 +173,8 @@ production system, setting ``filesystem_checks`` to ``False`` can
afford a small to moderate performance increase (depending on
the type of filesystem used).
+.. _usage_unicode:
+
Using Unicode and Encoding
===========================