From: Armin Ronacher Date: Sat, 29 Jan 2011 19:19:58 +0000 (+0100) Subject: Added missing references to docs X-Git-Tag: 2.6~22 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=46844982d94af2aa6d0dc01f88437160daf8d3cb;p=jinja2.git Added missing references to docs --- diff --git a/docs/api.rst b/docs/api.rst index 3bf8a94..541a443 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -116,7 +116,8 @@ 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 + get_or_select_template, join_path, extend, compile_expression, + compile_templates .. attribute:: shared @@ -433,6 +434,8 @@ Here a list of the builtin loaders Jinja2 provides: .. autoclass:: jinja2.ChoiceLoader +.. autoclass:: jinja2.ModuleLoader + .. _bytecode-cache: