From 15336c154c960f7e55e8b9fc1043ce7764ed7edc Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 21 Feb 2013 07:47:15 +0100 Subject: [PATCH] ordered tags, filters, functions, and tests in doc indexes --- doc/filters/index.rst | 42 +++++++++++++++++++++--------------------- doc/functions/index.rst | 14 +++++++------- doc/tags/index.rst | 24 ++++++++++++------------ doc/tests/index.rst | 10 +++++----- 4 files changed, 45 insertions(+), 45 deletions(-) diff --git a/doc/filters/index.rst b/doc/filters/index.rst index 39b1d27..b0c6b38 100644 --- a/doc/filters/index.rst +++ b/doc/filters/index.rst @@ -4,33 +4,33 @@ Filters .. toctree:: :maxdepth: 1 + abs + batch + capitalize + convert_encoding date date_modify + default + escape + first format - replace - number_format - url_encode + join json_encode - convert_encoding - title - capitalize + keys + last + length + lower nl2br + number_format + merge upper - lower - striptags - join - split - reverse - abs - length - sort - default - keys - escape raw - merge + replace + reverse slice - first - last + sort + split + striptags + title trim - batch + url_encode diff --git a/doc/functions/index.rst b/doc/functions/index.rst index c5ac896..8650cbd 100644 --- a/doc/functions/index.rst +++ b/doc/functions/index.rst @@ -4,14 +4,14 @@ Functions .. toctree:: :maxdepth: 1 - range - cycle - constant - random attribute block - parent - dump + constant + cycle date - template_from_string + dump include + parent + random + range + template_from_string diff --git a/doc/tags/index.rst b/doc/tags/index.rst index 6dbc550..64e8864 100644 --- a/doc/tags/index.rst +++ b/doc/tags/index.rst @@ -4,21 +4,21 @@ Tags .. toctree:: :maxdepth: 1 + autoescape + block + filter + do + embed + extends + flush for + from if + import + include macro - filter + sandbox set - extends - block - include - import - from - use spaceless - autoescape + use verbatim - flush - do - sandbox - embed diff --git a/doc/tests/index.rst b/doc/tests/index.rst index 7b8c535..c63208e 100644 --- a/doc/tests/index.rst +++ b/doc/tests/index.rst @@ -4,12 +4,12 @@ Tests .. toctree:: :maxdepth: 1 - divisibleby - null - even - odd - sameas constant defined + divisibleby empty + even iterable + null + odd + sameas -- 1.7.2.5