From 81af6a1fd175f99a229de902380e506d9ac9968d Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 31 Jan 2013 11:19:12 +0100 Subject: [PATCH] removed list of built-in items in the docs in favor of a link (easier to maintain and better for discoverability) --- doc/api.rst | 79 +++-------------------------------------------------------- 1 files changed, 4 insertions(+), 75 deletions(-) diff --git a/doc/api.rst b/doc/api.rst index 81856fd..dbba705 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -334,81 +334,10 @@ Core Extension The ``core`` extension defines all the core features of Twig: -* Tags: - - * ``for`` - * ``if`` - * ``extends`` - * ``include`` - * ``block`` - * ``filter`` - * ``macro`` - * ``import`` - * ``from`` - * ``set`` - * ``spaceless`` - * ``autoescape`` - * ``do`` - * ``embed`` - * ``flush`` - * ``verbatim`` - * ``sandbox`` - * ``use`` - -* Filters: - - * ``date`` - * ``format`` - * ``replace`` - * ``url_encode`` - * ``json_encode`` - * ``title`` - * ``capitalize`` - * ``upper`` - * ``lower`` - * ``striptags`` - * ``join`` - * ``reverse`` - * ``length`` - * ``sort`` - * ``merge`` - * ``default`` - * ``keys`` - * ``escape`` - * ``e`` - * ``abs`` - * ``convert_encoding`` - * ``date_modify`` - * ``nl2br`` - * ``number_format`` - * ``raw`` - * ``slice`` - * ``trim`` - -* Functions: - - * ``range`` - * ``constant`` - * ``cycle`` - * ``parent`` - * ``block`` - * ``attribute`` - * ``date`` - * ``dump`` - * ``random`` - * ``include`` - -* Tests: - - * ``even`` - * ``odd`` - * ``defined`` - * ``sameas`` - * ``null`` - * ``divisibleby`` - * ``constant`` - * ``empty`` - * ``iterable`` +* :doc:`Tags `; +* :doc:`Filters `; +* :doc:`Functions `; +* :doc:`Tests `. Escaper Extension ~~~~~~~~~~~~~~~~~ -- 1.7.2.5