From c88b7be5f8d845c0bcc8450142f1846959d55f4d Mon Sep 17 00:00:00 2001 From: Robin De Schepper <robin.deschepper93@gmail.com> Date: Fri, 3 Dec 2021 11:41:26 +0100 Subject: [PATCH] Fix broken links in `probe_sample.rst` (#1761) --- doc/python/probe_sample.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/python/probe_sample.rst b/doc/python/probe_sample.rst index 53056ab0..983b94d5 100644 --- a/doc/python/probe_sample.rst +++ b/doc/python/probe_sample.rst @@ -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, @@ -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`. -- GitLab