===========================
Notes on PyNN documentation
===========================

PyNN documentation is generated using Sphinx_.

To build the documentation in HTML format, run::

    $ make html

Many of the files contain examples of interactive Python sessions. The validity of this code can be tested by running::

    $ make doctest

.. _Sphinx: http://sphinx.pocoo.org/
