Skip to content

Commit 54ce475

Browse files
committed
docs link fix
1 parent 7aca913 commit 54ce475

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/how_to/process_by_channel_group.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ to any preprocessing function.
100100
good_channels_recording = spre.detect_and_remove_bad_channels(filtered_recording)
101101
102102
We can then aggregate the recordings back together using the ``aggregate_channels`` function.
103-
Note that we do not need to do this to sort the data (see :ref:`sorting a recording by channel group`)
103+
Note that we do not need to do this to sort the data (see :ref:`sorting-by-channel-group`).
104104

105105
.. code-block:: python
106106
@@ -135,6 +135,7 @@ back together under the hood).
135135
In general, it is not recommended to apply :py:func:`~aggregate_channels` more than once.
136136
This will slow down :py:func:`~get_traces` calls and may result in unpredictable behaviour.
137137

138+
.. _sorting-by-channel-group:
138139

139140
Sorting a Recording by Channel Group
140141
------------------------------------

0 commit comments

Comments
 (0)