summaryrefslogtreecommitdiff
path: root/docs/narr/templates.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-22 08:42:41 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-22 08:42:41 +0000
commit6012899c7d7bd4a5ffd64f0b9cede9639610ef41 (patch)
tree93e615f417fb192018ccdb62029f94e3d81096f7 /docs/narr/templates.rst
parent6b538ed7e07b03024ba145e955880d2188edd679 (diff)
downloadpyramid-6012899c7d7bd4a5ffd64f0b9cede9639610ef41.tar.gz
pyramid-6012899c7d7bd4a5ffd64f0b9cede9639610ef41.tar.bz2
pyramid-6012899c7d7bd4a5ffd64f0b9cede9639610ef41.zip
Rendering tweaks.
Diffstat (limited to 'docs/narr/templates.rst')
-rw-r--r--docs/narr/templates.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst
index e52d51c38..e7c20795e 100644
--- a/docs/narr/templates.rst
+++ b/docs/narr/templates.rst
@@ -215,8 +215,9 @@ engine writes a file in the same directory as the template file itself
as a kind of cache, in order to do less work the next time the
template needs to be read from disk. When using ``chameleon.core``
version 1.0b32 and lower, this filename is ``<template_name>.cache``.
-When using ``chameleon.core`` version 1.0b33 and higher, this filename
-is ``<template_name>.py``. If you see "strange" ``.py`` or ``.cache``
+When using ``chameleon.core`` version 1.0b33 and higher or the
+``Chameleon`` (uppercase-C) package, this filename is
+``<template_name>.py``. If you see "strange" ``.py`` or ``.cache``
files showing up in your ``templates`` directory, it is due to this
feature. If you're using a version control system such as Subversion,
you should cause it to ignore these files. Here's the contents of my