From 8cdf7f5fcc5d349f26b9b9674fce7a34f71ae3d2 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 12 Nov 2018 14:30:13 -0500 Subject: [PATCH 01/13] ENH: Improve decoding doc and sphinx process --- doc/Makefile | 2 +- doc/carousel.inc | 2 +- doc/conf.py | 17 +- doc/documentation.rst | 2 - doc/manual/channel_interpolation.rst | 6 +- doc/manual/decoding.rst | 200 ---------- doc/whats_new.rst | 2 +- examples/decoding/plot_decoding_csp_space.py | 113 ------ .../plot_decoding_spatio_temporal_source.py | 23 +- mne/utils.py | 8 +- tutorials/plot_morph_stc.py | 12 - tutorials/plot_sensors_decoding.py | 347 +++++++++++++++--- 12 files changed, 338 insertions(+), 396 deletions(-) delete mode 100644 doc/manual/decoding.rst delete mode 100644 examples/decoding/plot_decoding_csp_space.py diff --git a/doc/Makefile b/doc/Makefile index fc3cd566658..5ddf04f854f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = +SPHINXOPTS = -n -W -T --keep-going SPHINXBUILD = sphinx-build PAPER = diff --git a/doc/carousel.inc b/doc/carousel.inc index 4aaa8447575..cab12669030 100644 --- a/doc/carousel.inc +++ b/doc/carousel.inc @@ -36,7 +36,7 @@
-
Decoding
+
Decoding