From: Fabien Potencier Date: Thu, 31 Jan 2013 10:19:12 +0000 (+0100) Subject: removed list of built-in items in the docs in favor of a link (easier to maintain... X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=81af6a1fd175f99a229de902380e506d9ac9968d;p=konrad%2Ftwig.git removed list of built-in items in the docs in favor of a link (easier to maintain and better for discoverability) --- 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 ~~~~~~~~~~~~~~~~~