diff --git a/source/Tutorials/Commutator.rst b/source/Tutorials/Commutator.rst index 6246674..5876ec8 100644 --- a/source/Tutorials/Commutator.rst +++ b/source/Tutorials/Commutator.rst @@ -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 @@ -25,7 +28,8 @@ Automating Tether Commutation src="https://open-ephys.org/acquisition-system/oeps-6570-6571"> Low-profile 3D capable 64ch headstage, and an SPI - commutator. + commutator. The tutorial can also be followed using ONIX and + a coax commutator. diff --git a/source/_static/theme_overrides.css b/source/_static/theme_overrides.css index c1b413e..096ca54 100644 --- a/source/_static/theme_overrides.css +++ b/source/_static/theme_overrides.css @@ -404,3 +404,11 @@ p { img { max-width: 100%; } + +h1 + p.rubric { + margin-top: 0; +} + +h1:has(+ p.rubric) { + margin-bottom: 0; +} \ No newline at end of file