Skip to content

Commit

Permalink
Small doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Oct 12, 2013
1 parent 984a1be commit 20fe2ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions brian2/core/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ class DynamicArrayVariable(ArrayVariable):
'''
An object providing information about a model variable stored in a dynamic
array (used in `Synapses`).
Parameters
----------
name : str
Expand Down
5 changes: 2 additions & 3 deletions docs_sphinx/developer/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ For a more detailed description, see :doc:`new_magic_and_clocks`.

The clock system has been simplified and is now more explicit: The user either
defines a `Clock` (and passes it for example to the `NeuronGroup`) or the default
clock is used. You can only set the ``dt`` of a clock once (there were all kinds
of issues in Brian1 if you changed the ``dt`` of a clock after you created a
group, for example).
clock is used. Changing the dt of a `Clock` after the creation of a
`NeuronGroup` or between runs is no longer a problem.

The "magic" system is also more stringent and easier to explain now: Brian
keeps track of all instances that are created (they also have a unique name,
Expand Down

0 comments on commit 20fe2ea

Please sign in to comment.