summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2011-09-07 22:26:37 -0400
committerW. Trevor King <wking@drexel.edu>2011-09-07 22:26:37 -0400
commit692c0095a83a5efac508b844f416252fe1856089 (patch)
tree0c58ef821d580720a07289c57feb3651c6d37b5c /doc
parentb479cd6b717053c3fe119012e491e0ef447cb46a (diff)
Add Jinja to the dependency documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/install.txt2
1 files changed, 2 insertions, 0 deletions
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/