[Checkins] SVN: z3c.pt/trunk/docs/ Updated documentation.

Malthe Borch mborch at gmail.com
Wed Apr 8 04:08:00 EDT 2009


Log message for revision 99002:
  Updated documentation.

Changed:
  U   z3c.pt/trunk/docs/conf.py
  U   z3c.pt/trunk/docs/narr/tales.rst

-=-
Modified: z3c.pt/trunk/docs/conf.py
===================================================================
--- z3c.pt/trunk/docs/conf.py	2009-04-08 08:01:59 UTC (rev 99001)
+++ z3c.pt/trunk/docs/conf.py	2009-04-08 08:08:00 UTC (rev 99002)
@@ -39,7 +39,7 @@
 # The short X.Y version.
 version = '1.0'
 # The full version, including alpha/beta/rc tags.
-release = '1.0beta'
+release = '1.0b14'
 
 # There are two options for replacing |today|: either, you set today to some
 # non-false value, then it is used:

Modified: z3c.pt/trunk/docs/narr/tales.rst
===================================================================
--- z3c.pt/trunk/docs/narr/tales.rst	2009-04-08 08:01:59 UTC (rev 99001)
+++ z3c.pt/trunk/docs/narr/tales.rst	2009-04-08 08:08:00 UTC (rev 99002)
@@ -53,8 +53,7 @@
 Built-in Names
 --------------
 
-In addition to ``default`` and ``repeat``, the following names are always available to TALES expressions in
-:mod:`z3c.pt`:
+In addition to ``template``, ``macros``, ``default`` and ``repeat``, the following names are always available to TALES expressions in :mod:`z3c.pt`:
 
 - ``nothing`` - equal to the Python null-value ``None``.
 
@@ -66,8 +65,6 @@
 
 - ``request`` - the current request
 
-- ``template`` - the template instance
-
 - ``path`` - a method which will evaluate a path-expression, expressed as a string.
 
 - ``exists`` - a method which will evaluate an exists-expression, expressed as a string.



More information about the Checkins mailing list