Changeset 988 for trunk

Show
Ignore:
Timestamp:
08/08/11 17:19:27 (10 months ago)
Author:
apdavison
Message:

Started Sphinxifying docs

Location:
trunk/doc
Files:
11 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/doc/descriptions.txt

    r822 r988  
    9292     
    9393    >>> 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') 
    9595 
    9696    >>> 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  
    1515PyNN is a work in progress, but is already being used for several large-scale simulation projects. 
    1616 
    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`_ . 
    1818 
    1919Licence 
     
    2727If you publish work using or mentioning PyNN, we would appreciate it if you would cite the following paper: 
    2828 
    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`. 
     29Davison 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/>`_. 
    3030 
    3131