Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/install/mne_python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Installing a Python IDE
^^^^^^^^^^^^^^^^^^^^^^^

Most users find it convenient to write and run their code in an `Integrated
Development Environment <ide>`_ (IDE). Some popular choices for scientific
Development Environment`_ (IDE). Some popular choices for scientific
Python development are:

- `Spyder`_ is an IDE developed by and for scientists who use Python. It is
Expand Down Expand Up @@ -305,7 +305,7 @@ Python development are:
.. _`xvfb`: https://en.wikipedia.org/wiki/Xvfb
.. _`off-screen rendering`: https://docs.enthought.com/mayavi/mayavi/tips.html#off-screen-rendering
.. _`rendering with a virtual framebuffer`: https://docs.enthought.com/mayavi/mayavi/tips.html#rendering-using-the-virtual-framebuffer
.. _`ide`: https://en.wikipedia.org/wiki/Integrated_development_environment
.. _`integrated development environment`: https://en.wikipedia.org/wiki/Integrated_development_environment
.. _`spyder`: https://www.spyder-ide.org/
.. _`visual studio code`: https://code.visualstudio.com/
.. _`sublimetext`: https://www.sublimetext.com/
Expand Down
2 changes: 1 addition & 1 deletion tutorials/sample-datasets/plot_sleep.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# The Sleep Physionet dataset is annotated using
# `8 labels <physionet_labels>`_:
# `8 labels <physionet_labels_>`_:
# Wake (W), Stage 1, Stage 2, Stage 3, Stage 4 corresponding to the range from
# light sleep to deep sleep, REM sleep (R) where REM is the abbreviation for
# Rapid Eye Movement sleep, movement (M), and Stage (?) for any none scored
Expand Down