some more documentation updates and minor code cleanups. Additionally True and true...
authorArmin Ronacher <armin.ronacher@active-4.com>
Wed, 28 May 2008 09:26:59 +0000 (11:26 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Wed, 28 May 2008 09:26:59 +0000 (11:26 +0200)
commit9bb7e4779182490abc6e1784b0ee63d22b91b11e
treec3d0fc34b160a00e1f738118c9cf0b5e34e25822
parentd71fff001dcf0d2a689c7db6003fc0e1cc0846c6
some more documentation updates and minor code cleanups.  Additionally True and true in the template are the same now, same for false/False and none/None.

--HG--
branch : trunk
16 files changed:
docs/_static/implementation.png [new file with mode: 0644]
docs/_static/note.png [new file with mode: 0644]
docs/_static/style.css
docs/api.rst
docs/sandbox.rst
docs/switching.rst
docs/templates.rst
ext/jinja.el
jinja2/__init__.py
jinja2/_speedups.c
jinja2/filters.py
jinja2/nodes.py
jinja2/parser.py
jinja2/runtime.py
jinja2/utils.py
tests/test_syntax.py