File: README

package info (click to toggle)
pynn 0.10.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,156 kB
  • sloc: python: 25,612; cpp: 320; makefile: 117; sh: 80
file content (15 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
===========================
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/