diff options
author | W. Trevor King <wking@drexel.edu> | 2011-09-07 22:26:37 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2011-09-07 22:26:37 -0400 |
commit | 692c0095a83a5efac508b844f416252fe1856089 (patch) | |
tree | 0c58ef821d580720a07289c57feb3651c6d37b5c /doc/install.txt | |
parent | b479cd6b717053c3fe119012e491e0ef447cb46a (diff) | |
download | bugseverywhere-692c0095a83a5efac508b844f416252fe1856089.tar.gz |
Add Jinja to the dependency documentation.
Diffstat (limited to 'doc/install.txt')
-rw-r--r-- | doc/install.txt | 2 |
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/ |