Skip to content
Snippets Groups Projects
Unverified Commit c88b7be5 authored by Robin De Schepper's avatar Robin De Schepper Committed by GitHub
Browse files

Fix broken links in `probe_sample.rst` (#1761)

parent aabaa87c
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
Cable cell probing and sampling Cable cell probing and sampling
=============================== ===============================
.. module:: arbor
Cable cell probe addresses are defined analogously to their counterparts in Cable cell probe addresses are defined analogously 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,
...@@ -15,7 +17,7 @@ one, or more probes, one per site. They are evaluated in the context of ...@@ -15,7 +17,7 @@ one, or more probes, one per site. They are evaluated in the context of
the cell on which the probe is attached. the cell on which the probe is attached.
Each of the functions described below generates an opaque :class:`probe` Each of the functions described below generates an opaque :class:`probe`
object for use in the recipe :py:func:`get_probes` method. object for use in the recipe :py:func:`recipe.probes` method.
More information on probes, probe metadata, and sampling can be found More information on probes, probe metadata, and sampling can be found
in the documentation for the class :class:`simulation`. in the documentation for the class :class:`simulation`.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment