-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MRG, DOC: Restore I/O content via new "tutorials" #6809
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6809 +/- ##
==========================================
- Coverage 89.63% 89.63% -0.01%
==========================================
Files 422 422
Lines 76694 76715 +21
Branches 12549 12551 +2
==========================================
+ Hits 68745 68763 +18
- Misses 5129 5132 +3
Partials 2820 2820 |
Two big changes are:
Agreed, let's shoot to merge #6764 first, rebase this, then decide where things should live (probably a question for @drammock). |
we need @drammock <https://github.com/drammock>'s input here.
… |
OK if I take over? |
@drammock you have carte blanche !
|
… in tuts/examples)
doc/_includes/forward.rst
Outdated
mne_list_coil_def --out $MNE_ROOT/share/mne/coil_def.dat | ||
.. code-block:: console | ||
|
||
$ mne_list_coil_def --out $MNE_ROOT/share/mne/coil_def.dat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's nuke this. It can live in the MNE-C manual. (In general I'm trying to get rid of any reference to a mne_*
command and leave those to the MNE-C manual.)
@drammock let me know if/when you are done. I'd like to:
|
Changes:
|
* DOC: Restore I/O content via new "tutorials" * FIX: Links * FIX: Fixes after rebase * update README * move algorithms pages into _includes * merge maxfilter/sss content into tutorial * integrate interpolation docs; kill time-freq (not algorithms; covered in tuts/examples) * integrate SSP content * integrate memory content * restore i/o summary table; cross-ref to new tutorials section * restore orphans * trim what is included * incorporate bem, forward, inverse, and morph * remove unused crossref targets * fix crossref * reflow text * ignore _includes folder when building * delete obsolete note * reduce TOC depth * more text reflow; better path formatting * shuffle tutorial locations a bit * cleanup * remove reference to Martinos Ctr. * delete unnecessary note * add crossrefs from summary table to IO tutorial sections * fix title capitalization * DOC: Cleanups
This PR:
implementation.rst
. Previously some of the content was actually in the page, others were linked out with atoctree
. Now it's all linked out in atoctree
.@agramfort there is a place in the EEG reading tutorial where the channel location stuff could live, but a dedicated/separate tutorial seems like a reasonable thing. We can easily link to it from
plot_20_reading_eeg_data.py
. Okay for you?closes #6792