From 6012899c7d7bd4a5ffd64f0b9cede9639610ef41 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 22 Nov 2009 08:42:41 +0000 Subject: Rendering tweaks. --- docs/narr/templates.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/narr/templates.rst') 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 ``.cache``. -When using ``chameleon.core`` version 1.0b33 and higher, this filename -is ``.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 +``.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 -- cgit v1.2.3