Add new templating API, remove Jinja external and add it to setup.py dependencies.

This commit is contained in:
Georg Brandl
2008-04-13 18:16:55 +00:00
parent 9e485e078e
commit ae8813c788
9 changed files with 137 additions and 61 deletions

View File

@@ -3,6 +3,8 @@
Extension API
=============
.. currentmodule:: sphinx.application
Each Sphinx extension is a Python module with at least a :func:`setup` function.
This function is called at initialization time with one argument, the
application object representing the Sphinx process. This application object has
@@ -169,3 +171,11 @@ Event name Emitted when Arguments
references and TOCs have been
inserted
====================== =================================== =========
.. _template-bridge:
The template bridge
-------------------
.. autoclass:: TemplateBridge
:members: