Skip to content

Commit e0588ee

Browse files
massichlarsoner
authored andcommitted
use sphinx contents to list content (#5829)
1 parent 57091f0 commit e0588ee

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

tutorials/plot_eeg_erp.py

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
==================================================
66
77
For a generic introduction to the computation of ERP and ERF
8-
see :ref:`tut_epoching_and_averaging`. Here we cover the specifics
9-
of EEG, namely:
8+
see :ref:`tut_epoching_and_averaging`.
109
11-
- setting the reference
12-
- using standard montages :func:`mne.channels.Montage`
13-
- Evoked arithmetic (e.g. differences)
10+
.. contents:: Here we cover the specifics of EEG, namely:
11+
:local:
12+
:depth: 1
1413
1514
"""
1615

@@ -65,8 +64,8 @@
6564
raw.plot_sensors('3d') # in 3D
6665

6766
###############################################################################
68-
# Setting EEG montage
69-
# -------------------
67+
# Setting EEG Montage (using standard montages)
68+
# ---------------------------------------------
7069
#
7170
# In the case where your data don't have locations you can set them
7271
# using a :class:`mne.channels.Montage`. MNE comes with a set of default
@@ -132,8 +131,8 @@
132131
evoked_custom.plot_topomap(times=[0.1], size=3., title=title, time_unit='s')
133132

134133
###############################################################################
135-
# Evoked arithmetic
136-
# -----------------
134+
# Evoked arithmetic (e.g. differences)
135+
# ------------------------------------
137136
#
138137
# Trial subsets from Epochs can be selected using 'tags' separated by '/'.
139138
# Evoked objects support basic arithmetic.

0 commit comments

Comments
 (0)