Skip to content

Commit 2c591c9

Browse files
committed
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
1 parent f513203 commit 2c591c9

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

source/Tutorials/Commutator.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ Automating Tether Commutation
99
.. rubric:: Use the tabs to follow the tutorial with the Open Ephys Acquisition Board or ONIX
1010

1111
.. note::
12-
Following this tutorial requires a 3D capable headstage, an Open Ephys SPI
13-
commutator, and a 3D capable data acquisition system (e.g. a Gen 3
14-
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).
1516

1617
.. raw:: html
1718

@@ -27,7 +28,8 @@ Automating Tether Commutation
2728
src="https://open-ephys.org/acquisition-system/oeps-6570-6571">
2829
Low-profile 3D capable 64ch headstage</a>, and an <a href="url"
2930
src="https://open-ephys.org/commutators/oeps-7761">SPI
30-
commutator</a>.
31+
commutator</a>. The tutorial can also be followed using ONIX and
32+
a coax commutator.
3133
</figcaption>
3234
</figure>
3335
</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)