Changeset 988
- Timestamp:
- 08/08/11 17:19:27 (10 months ago)
- Location:
- trunk/doc
- Files:
-
- 11 added
- 2 modified
-
Makefile (added)
-
conf.py (added)
-
descriptions.txt (modified) (1 diff)
-
download.txt (added)
-
examples.txt (added)
-
images (added)
-
images/ongridoffgrid.png (added)
-
index.txt (added)
-
introduction.txt (modified) (2 diffs)
-
make.bat (added)
-
pyNN_icon.ico (added)
-
pyNN_logo.png (added)
-
simulatorspecificoptions.txt (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/descriptions.txt
r822 r988 92 92 93 93 >>> print p1.describe('Population "{{label}}" consists of {{size}} {{celltype.name}} neurons, arranged in a {{structure.name}} structure with grid spacing ({{structure.parameters.dx}},{{structure.parameters.dy}})', engine='jinja2') ) 94 Population "excitatory neurons" consists of 100 IF_cond_exp neurons, arranged in a Grid2D structure with grid spacing (50.0,50.0)', engine='jinja2')94 Population "excitatory neurons" consists of 100 IF_cond_exp neurons, arranged in a Grid2D structure with grid spacing (50.0,50.0)', engine='jinja2') 95 95 96 96 >>> print p1.describe('Population "$label" consists of $size $celltype.name neurons, arranged in a $structure.name structure with grid spacing ($structure.parameters.dx,$structure.parameters.dy)', engine='cheetah') -
trunk/doc/introduction.txt
r921 r988 15 15 PyNN is a work in progress, but is already being used for several large-scale simulation projects. 16 16 17 [wiki:Download Download]the current stable release of the API (0.7), or get the development version from the `Subversion repository`_ .17 :doc:`Download<download>` the current stable release of the API (0.7), or get the development version from the `Subversion repository`_ . 18 18 19 19 Licence … … 27 27 If you publish work using or mentioning PyNN, we would appreciate it if you would cite the following paper: 28 28 29 Davison AP, BrÃŒderle D, Eppler JM, Kremkow J, Muller E, Pecevski DA, Perrinet L and Yger P (2009) PyNN: a common interface for neuronal network simulators. Front. Neuroinform. 2:11 ` <http://www.frontiersin.org/neuroinformatics/paper/10.3389/neuro.11/011.2008/> doi:10.3389/neuro.11.011.2008`.29 Davison AP, BrÃŒderle D, Eppler JM, Kremkow J, Muller E, Pecevski DA, Perrinet L and Yger P (2009) PyNN: a common interface for neuronal network simulators. Front. Neuroinform. 2:11 `doi:10.3389/neuro.11.011.2008 <http://www.frontiersin.org/neuroinformatics/paper/10.3389/neuro.11/011.2008/>`_. 30 30 31 31
