**************************** Producing this documentation **************************** This documentation is written in reStructuredText_, and produced using Sphinx_ and the numpydoc_ extension. The documentation source should be fairly readable without processing, but you can compile the documentation, you'll need to install Sphinx and numpydoc:: $ easy_install Sphinx $ easy_install numpydoc .. _Sphinx: http://sphinx.pocoo.org/ .. _numpydoc: http://pypi.python.org/pypi/numpydoc See the reStructuredText quick reference and the `NumPy/SciPy documentation guide`_ for an introduction to the documentation syntax. .. _reStructuredText: http://docutils.sourceforge.net/docs/user/rst/quickref.html .. _NumPy/SciPy documentation guide: http://projects.scipy.org/numpy/wiki/CodingStyleGuidelines Man page ======== The man-page source :file:`be.1.xml` is writen in DocBook 5 [#DB5]_ format. The :file:`Makefile` converts it to :manpage:`roff(7)` format using an XSLT stylesheet. See DocBook XSL [#DBXSL]_ for details. See :doc:`install` for suggestions on setting up a DocBook 5 toolchain in several distributions. The man page should conform to `Debian policy`_. .. [#DB5] See Norman Walsh's `DocBook 5: The Definitive Guide `_ .. [#DBXSL] See Bob Stayton's `DocBook XSL: The Complete Guide `_ .. _Debian policy: http://www.debian.org/doc/debian-policy/ch-docs.html#s12.1