-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
MRG: Improve decoding doc and sphinx process #5707
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5707 +/- ##
==========================================
- Coverage 88.61% 88.61% -0.01%
==========================================
Files 369 369
Lines 69463 69462 -1
Branches 11678 11678
==========================================
- Hits 61557 61556 -1
Misses 5055 5055
Partials 2851 2851 |
|
I build it locally with But circle passes without issue. |
|
I don't see it locally either, maybe you need a newer numpydoc or sphinx |
|
Actually, I mess up. It was my fault. |
|
But I'm trying to compile it now, and it fails with this packages sphinx 1.7.6 py36_0 It does not like the keep going. So we need |
|
This is my log: |
|
|
|
yes! my bad. I had a messy tree. |
|
Yes the |
|
ok then
|
Yes, so I've moved the warning to the |
|
Forthcoming commit will also improve things by turning warnings during example runs into errors, so that our examples in doc building should (become, with these changes, and from here on out) stay clean |
|
Okay CIs are finally green and I think I've addressed all comments. Okay to merge @agramfort ? |
|
I'll actually go ahead and merge and we can tweak docs further if we need to for release (hopefully in the next couple of days!) |
|
|
||
| # Now we create a mixed src space by adding the volume regions specified in the | ||
| # list labels_vol. First, read the aseg file and the source space bounds | ||
| # using the inner skull surface (here using 10mm spacing to save time): |
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.
sorry to be a bit later here but I am afraid people with just copy paste these defaults which are here due to running time. Can you make more explicit that oct5 and pos=10 are not recommended for real analysis? thx
|
-- edit --- wrong PR. |
|
edit: (moved) |

This PR:
manual/decoding.rstinto a tutorial by folding it andexamples/decoding/plot_decoding_csp_space.pyintotutorials/plot_sensors_decoding.py@deprecateddecorator to properly set the number of spaces to avoid a build warningconf.pyto turn warnings into errors during example runs (we should not have un-caught warnings in examples)