Skip to content

Commit

Permalink
Fix broken links in probe_sample.rst (#1761)
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg authored Dec 3, 2021
1 parent aabaa87 commit c88b7be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/python/probe_sample.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Cable cell probing and sampling
===============================

.. module:: arbor

Cable cell probe addresses are defined analogously 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,
Expand All @@ -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.

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
in the documentation for the class :class:`simulation`.
Expand Down

0 comments on commit c88b7be

Please sign in to comment.