projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6749dc
)
Added missing references to docs
author
Armin Ronacher
<armin.ronacher@active-4.com>
Sat, 29 Jan 2011 19:19:58 +0000
(20:19 +0100)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Sat, 29 Jan 2011 19:19:58 +0000
(20:19 +0100)
docs/api.rst
patch
|
blob
|
history
diff --git
a/docs/api.rst
b/docs/api.rst
index 3bf8a9423a6fd47e87857db6677c06dea494fccd..541a4431bb0b742c0c63314339b887d7b58d1561 100644
(file)
--- 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: