Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
header/rubric margin reduced & a couple edits
The edits are to parts of original acq-board commutation tutorial that were overlooked when this tutorial was ported to gui-docs and ONIX was added
  • Loading branch information
cjsha committed Sep 30, 2025
commit 2c591c9802ac6b24d7e6d26620f74075ee3f304a
10 changes: 6 additions & 4 deletions source/Tutorials/Commutator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ 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 @@ -27,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;
}