Skip to content

Commit

Permalink
small link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wmvanvliet authored and larsoner committed Jul 23, 2015
1 parent b8ad3c1 commit c576005
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tutorials/plot_raw_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
# The most common way to load continuous data is from a .fif file. For more
# information on :ref:`loading data from other formats <ch_raw>`, or creating
# it :ref:`from scratch <tut_creating_data_structures>`.
#
# -----------------------


###############################################################################
# Loading continuous data
# -----------------------
#

# Load an example dataset, the preload flag loads the data into memory now
data_path = op.join(mne.datasets.sample.data_path(), 'MEG',
Expand All @@ -41,8 +41,9 @@
# object is contained in the :class:`Info <mne.io.meas_info.Info>` attribute.
# This is essentially a dictionary with a number of relevant fields (see
# :ref:`tut_info_objects`).
#
# -------------


###############################################################################
# Indexing data
# -------------
#
Expand Down

0 comments on commit c576005

Please sign in to comment.