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
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
arbor-sim
arbor
Commits
ee15aea5
Unverified
Commit
ee15aea5
authored
Jun 8, 2021
by
Sebastian Schmitt
Committed by
GitHub
Jun 8, 2021
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo (#1579)
parent
5d6f90ff
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/internals/util.rst
+1
-1
1 addition, 1 deletion
doc/internals/util.rst
doc/python/probe_sample.rst
+1
-1
1 addition, 1 deletion
doc/python/probe_sample.rst
with
2 additions
and
2 deletions
doc/internals/util.rst
+
1
−
1
View file @
ee15aea5
...
@@ -28,7 +28,7 @@ Utility wrappers and containers
...
@@ -28,7 +28,7 @@ Utility wrappers and containers
.. cpp:function:: template <typename T> any_cast(...)
.. cpp:function:: template <typename T> any_cast(...)
Equivalent to ``std::any_cast`` for ``std::any`` arguments, ``any_cast``
Equivalent to ``std::any_cast`` for ``std::any`` arguments, ``any_cast``
also performs anal
a
gous casting for the :cpp:class:`unique_any` and
also performs anal
o
gous casting for the :cpp:class:`unique_any` and
:cpp:class:`any_ptr` utility classes.
:cpp:class:`any_ptr` utility classes.
See :ref:`cppcablecell`.
See :ref:`cppcablecell`.
This diff is collapsed.
Click to expand it.
doc/python/probe_sample.rst
+
1
−
1
View file @
ee15aea5
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
Cable cell probing and sampling
Cable cell probing and sampling
===============================
===============================
Cable cell probe addresses are defined anal
a
gously to their counterparts in
Cable cell probe addresses are defined anal
o
gously to their counterparts in
the C++ API (see :ref:`cablecell-probes` for details). Sample data recorded
the C++ API (see :ref:`cablecell-probes` for details). Sample data recorded
by the Arbor simulation object is returned in the form of a NumPy array,
by the Arbor simulation object is returned in the form of a NumPy array,
with the first column holding sample times, and subsequent columns holding
with the first column holding sample times, and subsequent columns holding
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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
sign in
to comment