Skip to content

Commit f48c110

Browse files
committed
Fix directive formatting
1 parent f4a3f3f commit f48c110

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

mne/epochs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2211,6 +2211,7 @@ def save(
22112211
-------
22122212
fnames : List of path-like
22132213
List of path-like objects containing the path to each file split.
2214+
22142215
.. versionadded:: 1.9
22152216
22162217
Notes

mne/io/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,6 +1755,7 @@ def save(
17551755
-------
17561756
fnames : List of path-like
17571757
List of path-like objects containing the path to each file split.
1758+
17581759
.. versionadded:: 1.9
17591760
17601761
Notes

mne/io/egi/egi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ def read_raw_egi(
131131
Channel naming convention for the data channels. Defaults to ``'E%%d'``
132132
(resulting in channel names ``'E1'``, ``'E2'``, ``'E3'``...). The
133133
effective default prior to 0.14.0 was ``'EEG %%03d'``.
134-
.. versionadded:: 0.14.0
135134
135+
.. versionadded:: 0.14.0
136136
events_as_annotations : bool
137137
If True, annotations are created from experiment events. If False (default),
138138
a synthetic trigger channel ``STI 014`` is created from experiment events.

mne/label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ def compute_area(
949949
950950
Notes
951951
-----
952-
..versionadded:: 0.24
952+
.. versionadded:: 0.24
953953
"""
954954
_, _, surf = self._load_surface(
955955
subject, subjects_dir, surface, return_dict=True

0 commit comments

Comments
 (0)