Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arbor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
arbor-sim
arbor
Commits
81498f10
Unverified
Commit
81498f10
authored
3 years ago
by
Sebastian Schmitt
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Minor fixes to Python's `decor` documentation (#1545)
parent
4399497f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/python/decor.rst
+2
-3
2 additions, 3 deletions
doc/python/decor.rst
with
2 additions
and
3 deletions
doc/python/decor.rst
+
2
−
3
View file @
81498f10
...
@@ -24,7 +24,6 @@ Cable cell decoration
...
@@ -24,7 +24,6 @@ Cable cell decoration
Overrides the default global values, and can be overridden by painting
Overrides the default global values, and can be overridden by painting
the values onto regions.
the values onto regions.
:param str region: description of the region.
:param Vm: Initial membrane voltage [mV].
:param Vm: Initial membrane voltage [mV].
:type Vm: float or None
:type Vm: float or None
:param cm: Membrane capacitance [F/m²].
:param cm: Membrane capacitance [F/m²].
...
@@ -46,7 +45,7 @@ Cable cell decoration
...
@@ -46,7 +45,7 @@ Cable cell decoration
by default everywhere on the cell. Species concentrations and reversal
by default everywhere on the cell. Species concentrations and reversal
potential can be overridden on specific regions using the paint interface,
potential can be overridden on specific regions using the paint interface,
while the method for calculating reversal potential is global for all
while the method for calculating reversal potential is global for all
CVs in the cell, and can't be overriden locally.
CVs in the cell, and can't be overrid
d
en locally.
:param str ion: description of the ion species.
:param str ion: description of the ion species.
:param float int_con: initial internal concentration [mM].
:param float int_con: initial internal concentration [mM].
...
@@ -67,7 +66,7 @@ Cable cell decoration
...
@@ -67,7 +66,7 @@ Cable cell decoration
# The reversal potential is fixed, so we set the method to None.
# The reversal potential is fixed, so we set the method to None.
decor.set_ion('na', int_con=5.0, rev_pot=70, method=None)
decor.set_ion('na', int_con=5.0, rev_pot=70, method=None)
V
e
rious specialisations of the ``paint`` method are available for setting properties
V
a
rious specialisations of the ``paint`` method are available for setting properties
and mechanisms that are applied to regions.
and mechanisms that are applied to regions.
.. method:: paint(region, Vm=None, cm=None, rL=None, tempK=None)
.. method:: paint(region, Vm=None, cm=None, rL=None, tempK=None)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment