Skip to content

Commit 818a9dd

Browse files
Merge pull request #92 from open-ephys/commutator-video
indicated tab based navigation
2 parents b4abf42 + 2c591c9 commit 818a9dd

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

source/Tutorials/Commutator.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@
66
Automating Tether Commutation
77
==============================
88

9+
.. rubric:: Use the tabs to follow the tutorial with the Open Ephys Acquisition Board or ONIX
10+
911
.. note::
10-
Following this tutorial requires a 3D capable headstage, an Open Ephys SPI
11-
commutator, and a 3D capable data acquisition system (e.g. a Gen 3
12-
Acquisition Board or ONIX).
12+
Following this tutorial requires a data acquisition system (Gen 3
13+
Acquisition Board or ONIX), a compatible 3D capable headstage, and an Open
14+
Ephys commutator (coax commutator for ONIX and SPI commutator for
15+
acquisition board).
1316

1417
.. raw:: html
1518

@@ -25,7 +28,8 @@ Automating Tether Commutation
2528
src="https://open-ephys.org/acquisition-system/oeps-6570-6571">
2629
Low-profile 3D capable 64ch headstage</a>, and an <a href="url"
2730
src="https://open-ephys.org/commutators/oeps-7761">SPI
28-
commutator</a>.
31+
commutator</a>. The tutorial can also be followed using ONIX and
32+
a coax commutator.
2933
</figcaption>
3034
</figure>
3135
</center>

source/_static/theme_overrides.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,3 +404,11 @@ p {
404404
img {
405405
max-width: 100%;
406406
}
407+
408+
h1 + p.rubric {
409+
margin-top: 0;
410+
}
411+
412+
h1:has(+ p.rubric) {
413+
margin-bottom: 0;
414+
}

0 commit comments

Comments
 (0)