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
ee15aea5
Unverified
Commit
ee15aea5
authored
3 years ago
by
Sebastian Schmitt
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo (#1579)
parent
5d6f90ff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide 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
.. cpp:function:: template <typename T> 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.
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 @@
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
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
...
...
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