From: Armin Ronacher Date: Sun, 25 Sep 2011 22:41:25 +0000 (+0200) Subject: Added add_extension method to the public API X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9463850724606589ec2e9ec98424a205d9aa9b64;p=jinja2.git Added add_extension method to the public API --- diff --git a/docs/api.rst b/docs/api.rst index 58ffc9f..ae2295f 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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