refactored documentation
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 26 Sep 2011 21:40:44 +0000 (23:40 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 27 Sep 2011 06:43:35 +0000 (08:43 +0200)
commitb096e21daa6647cd23063c3a4e4280ad81df8f84
tree20147c41da258eec9561bfb53e1c845605224d8f
parentd65366e77295084b15d87fc60dd7fcead588f8fc
refactored documentation
53 files changed:
doc/filters/capitalize.rst [new file with mode: 0644]
doc/filters/date.rst [new file with mode: 0644]
doc/filters/default.rst [new file with mode: 0644]
doc/filters/escape.rst [new file with mode: 0644]
doc/filters/format.rst [new file with mode: 0644]
doc/filters/index.rst [new file with mode: 0644]
doc/filters/join.rst [new file with mode: 0644]
doc/filters/json_encode.rst [new file with mode: 0644]
doc/filters/keys.rst [new file with mode: 0644]
doc/filters/length.rst [new file with mode: 0644]
doc/filters/lower.rst [new file with mode: 0644]
doc/filters/merge.rst [new file with mode: 0644]
doc/filters/raw.rst [new file with mode: 0644]
doc/filters/replace.rst [new file with mode: 0644]
doc/filters/reverse.rst [new file with mode: 0644]
doc/filters/sort.rst [new file with mode: 0644]
doc/filters/striptags.rst [new file with mode: 0644]
doc/filters/title.rst [new file with mode: 0644]
doc/filters/upper.rst [new file with mode: 0644]
doc/filters/url_encode.rst [new file with mode: 0644]
doc/functions/attribute.rst [new file with mode: 0644]
doc/functions/block.rst [new file with mode: 0644]
doc/functions/constant.rst [new file with mode: 0644]
doc/functions/cycle.rst [new file with mode: 0644]
doc/functions/index.rst [new file with mode: 0644]
doc/functions/parent.rst [new file with mode: 0644]
doc/functions/range.rst [new file with mode: 0644]
doc/index.rst
doc/tags/autoescape.rst [new file with mode: 0644]
doc/tags/block.rst [new file with mode: 0644]
doc/tags/extends.rst [new file with mode: 0644]
doc/tags/filter.rst [new file with mode: 0644]
doc/tags/for.rst [new file with mode: 0644]
doc/tags/from.rst [new file with mode: 0644]
doc/tags/if.rst [new file with mode: 0644]
doc/tags/import.rst [new file with mode: 0644]
doc/tags/include.rst [new file with mode: 0644]
doc/tags/index.rst [new file with mode: 0644]
doc/tags/macro.rst [new file with mode: 0644]
doc/tags/raw.rst [new file with mode: 0644]
doc/tags/set.rst [new file with mode: 0644]
doc/tags/spaceless.rst [new file with mode: 0644]
doc/tags/use.rst [new file with mode: 0644]
doc/templates.rst
doc/tests/constant.rst [new file with mode: 0644]
doc/tests/defined.rst [new file with mode: 0644]
doc/tests/divisibleby.rst [new file with mode: 0644]
doc/tests/empty.rst [new file with mode: 0644]
doc/tests/even.rst [new file with mode: 0644]
doc/tests/index.rst [new file with mode: 0644]
doc/tests/none.rst [new file with mode: 0644]
doc/tests/odd.rst [new file with mode: 0644]
doc/tests/sameas.rst [new file with mode: 0644]