Added add_extension method to the public API
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 25 Sep 2011 22:41:25 +0000 (00:41 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 25 Sep 2011 22:41:25 +0000 (00:41 +0200)
docs/api.rst

index 58ffc9f0fe888451f247c817a2969dbd627195b1..ae2295fdb53aad0015fad47c07555a2f6e814f1f 100644 (file)
@@ -117,7 +117,7 @@ useful if you want to dig deeper into Jinja2 or :ref:`develop extensions
 .. autoclass:: Environment([options])
     :members: from_string, get_template, select_template,
               get_or_select_template, join_path, extend, compile_expression,
-              compile_templates, list_templates
+              compile_templates, list_templates, add_extension
 
     .. attribute:: shared