diff options
author | W. Trevor King <wking@drexel.edu> | 2011-01-10 22:30:11 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2011-01-10 22:30:11 -0500 |
commit | 2aeaa4e265deb093a5e37c5973deb8d932974491 (patch) | |
tree | cc898d16a4e8f5d32013ecdd854e2a7d7ba035f8 /doc/install.txt | |
parent | 06e30d93038de9da326e4bc5c5ed7154b83a18e6 (diff) | |
download | bugseverywhere-2aeaa4e265deb093a5e37c5973deb8d932974491.tar.gz |
Use Docutils' rst2doc instead of DocBook XML to generate man page.
Diffstat (limited to 'doc/install.txt')
-rw-r--r-- | doc/install.txt | 31 |
1 files changed, 8 insertions, 23 deletions
diff --git a/doc/install.txt b/doc/install.txt index 5752566..c7b9171 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -5,34 +5,19 @@ Installing BE Dependencies ============ -============== ======================= ============= =========================== -Package Role Debian Gentoo -============== ======================= ============= =========================== -PyYAML_ serialized data storage python-yaml dev-python/pyyaml -Sphinx_ see :doc:`doc` python-sphinx dev-python/sphinx +============== ======================= =============== =========================== +Package Role Debian Gentoo +============== ======================= =============== =========================== +PyYAML_ serialized data storage python-yaml dev-python/pyyaml +Sphinx_ see :doc:`doc` python-sphinx dev-python/sphinx numpydoc_ see :doc:`doc` -xsltproc_ see :doc:`doc` xsltproc dev-libs/libxslt -============== ======================= ============= =========================== - -The XSLT stylesheets reqired to generate the manpage are packaged in -``docbook-xsl-ns`` on Debian [#debian] and -``app-text/docbook-xsl-ns-stylesheets`` on Gentoo [#gentoo]. For -futher details on DocBook publishing, see the DocBook wiki pages on -tools_ and stylesheets_. +Docutils_ manpage generation python-docutils dev-python/docutils +============== ======================= =============== =========================== .. _PyYAML: http://pyyaml.org/ .. _Sphinx: http://sphinx.pocoo.org/ .. _numpydoc: http://pypi.python.org/pypi/numpydoc -.. _xsltproc: http://www.xmlsoft.org/XSLT/ -.. [#debian] See bugs `490716 - <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490716>`_ - and `447959 - <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=447959>`_. -.. [#gentoo] See Diego Elio Pettenò's `blog entry - <http://blog.flameeyes.eu/2008/09/22/docbook-5-and-gentoo>`_. -.. _tools: http://wiki.docbook.org/topic/DocBookPublishingTools -.. _stylesheets: http://wiki.docbook.org/topic/DocBookXslStylesheets - +.. _Docutils: http://docutils.sourceforge.net/ Git repository ============== |