Added missing references to docs
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 29 Jan 2011 19:19:58 +0000 (20:19 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 29 Jan 2011 19:19:58 +0000 (20:19 +0100)
docs/api.rst

index 3bf8a9423a6fd47e87857db6677c06dea494fccd..541a4431bb0b742c0c63314339b887d7b58d1561 100644 (file)
@@ -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: