From 46844982d94af2aa6d0dc01f88437160daf8d3cb Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 29 Jan 2011 20:19:58 +0100 Subject: [PATCH] Added missing references to docs --- docs/api.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: -- 2.26.2