Changeset 111 for branches

Show
Ignore:
Timestamp:
06/28/07 16:51:58 (5 years ago)
Author:
apdavison
Message:

Fixed a couple of typos in the users' guide

Location:
branches/0.3/doc
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/0.3/doc/highlevelapi.txt

    r78 r111  
    6868     
    6969The actual return values depend on the simulator engine used, and may be integers, strings, or Python objects. 
    70 The n-tuple of values within the square brackets is referred to as a neurons's *address*, while the return value is its *id*. 
     70The n-tuple of values within the square brackets is referred to as a neuron's *address*, while the return value is its *id*. 
    7171Trying to address a non-existent neuron will raise an Exception:: 
    7272 
  • branches/0.3/doc/installation.txt

    r78 r111  
    9595(This assumes you have PyNEST installed). 
    9696 
    97 If you wish to use NEURON, there is are some additional steps. 
     97If you wish to use NEURON, there are some additional steps. 
    9898 
    99991. Copy the ``hoc`` directory of the source distribution to the pyNN installation directory, e.g.:: 
  • branches/0.3/doc/introduction.txt

    r78 r111  
    33============ 
    44 
    5 PyNN (pronounced 'pine' ) is a Python package for simulator-independent specification of neuronal network models.  
     5PyNN (pronounced 'pine') is a Python package for simulator-independent specification of neuronal network models.  
    66 
    77In other words, you can write the code for a model once, using the PyNN API, and then run it without modification on any simulator that PyNN supports (currently NEURON_, NEST_ and PCSIM_).