From: W. Trevor King Date: Thu, 8 Sep 2011 02:26:37 +0000 (-0400) Subject: Add Jinja to the dependency documentation. X-Git-Tag: 1.1.0~175^2~13 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=692c0095a83a5efac508b844f416252fe1856089;p=be.git Add Jinja to the dependency documentation. --- diff --git a/doc/install.txt b/doc/install.txt index c428087..fd2bcaf 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -9,6 +9,7 @@ Dependencies Package Role Debian Gentoo ============== ======================= =============== =========================== PyYAML_ serialized data storage python-yaml dev-python/pyyaml +Jinja_ HTML templating python-jinja2 deb-python/jinja Sphinx_ see :doc:`doc` python-sphinx dev-python/sphinx numpydoc_ see :doc:`doc` dev-python/numpydoc [#npd]_ Docutils_ manpage generation python-docutils dev-python/docutils @@ -17,6 +18,7 @@ Docutils_ manpage generation python-docutils dev-python/docutils .. [#npd] In the science_ overlay. .. _PyYAML: http://pyyaml.org/ +.. _Jinja: http://jinja.pocoo.org/ .. _Sphinx: http://sphinx.pocoo.org/ .. _numpydoc: http://pypi.python.org/pypi/numpydoc .. _Docutils: http://docutils.sourceforge.net/