Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions source/Tutorials/Commutator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
Automating Tether Commutation
==============================

.. rubric:: Use the tabs to follow the tutorial with the Open Ephys Acquisition Board or ONIX

.. note::
Following this tutorial requires a 3D capable headstage, an Open Ephys SPI
commutator, and a 3D capable data acquisition system (e.g. a Gen 3
Acquisition Board or ONIX).
Following this tutorial requires a data acquisition system (Gen 3
Acquisition Board or ONIX), a compatible 3D capable headstage, and an Open
Ephys commutator (coax commutator for ONIX and SPI commutator for
acquisition board).

.. raw:: html

Expand All @@ -25,7 +28,8 @@ Automating Tether Commutation
src="https://open-ephys.org/acquisition-system/oeps-6570-6571">
Low-profile 3D capable 64ch headstage</a>, and an <a href="url"
src="https://open-ephys.org/commutators/oeps-7761">SPI
commutator</a>.
commutator</a>. The tutorial can also be followed using ONIX and
a coax commutator.
</figcaption>
</figure>
</center>
Expand Down
8 changes: 8 additions & 0 deletions source/_static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -404,3 +404,11 @@ p {
img {
max-width: 100%;
}

h1 + p.rubric {
margin-top: 0;
}

h1:has(+ p.rubric) {
margin-bottom: 0;
}