-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Documentation improvements #3985
Comments
I think we should merge the 'manual' and the 'tutorials'. |
Good targets would be:
|
And:
|
@Eric89GXL it seems like most of those links just redirect back to this issue? Those are great suggestions though. If we can get an idea for prioritizing these in some way that would be really helpful (e.g. I think a tutorial on coregistration would be useful, especially if there could eventually be support for doing ecog coregistration using a CT scan or something) I can spend some time working on things, and at the least am going to be around to discuss / look over PRs / etc for the week |
I've seen on Project that @kingjr was thinking of writing a tutorial on time-frequency decoding. I'd be very interested in such a tutorial that would complement nicely the current documentation. |
@choldgraf fixed all the links. Are people working on any of these this week? |
I'm gonna take a pass through this and try to organize a little bit today...just been slow on doing it since I had to get the docathon up and running first :) I think @teonbrooks is going to help out as well |
I'm looking through some of these issues etc now, and it's a little unclear to me what is the difference between "tutorials" and the "guide". Can somebody give me the high-level view of why these are two different things? Is the guide meant to be comprehensive and very MNE-specific, whereas tutorials are more conceptual in nature? |
E.g., what would be the difference between this page: http://martinos.org/mne/stable/manual/time_frequency.html and this page: http://martinos.org/mne/stable/auto_tutorials/plot_sensors_time_frequency.html |
hum... maybe http://martinos.org/mne/stable/manual/time_frequency.html should
not be there.
the "idea" is to have the manual more conceptual closer to the explanation
of the method
in a book or paper and to say when you should or should not use it. But
maybe it's too ambitious...
the tutorial are more really how to do things with MNE.
most of the manual content comes from the pdf doc of the MNE-C code.
|
Maybe it'd be worth having language on the landing page that describes this? I remember when I was starting with MNE it was unclear which of the two I should be reading. I actually really like the idea of having more high-level concepts-based materials in the repo, since a lot of students learn by looking through project docs these days. I think a challenge is that we'd need to be fairly vigilant about what belongs in tutorials vs. manual. For example, in tutorials there is this general example on filtering. If the manual is supposed to be more "concepts based" then this should really be in there. My assumption is that most users will get a feeling for what a section of the website covers by clicking a random link and seeing what kind of information is in there. |
And for a converse example, this manual page on epochs etc feels much more like a "how to use MNE" kind of document than a "general concepts" kind of document. Maybe worth spending an hour at the meeting in NYC to chat about best way to organize / present this information? I think there's a lot of great info in there - wanna make sure that people will find it! |
+1
…On Saturday, 11 March 2017, Chris Holdgraf ***@***.***> wrote:
And for a converse example, this manual page on epochs etc
<http://martinos.org/mne/stable/manual/cookbook.html#epoching-and-evoked-data>
feels much more like a "how to use MNE" kind of document than a "general
concepts" kind of document.
Maybe worth spending an hour at the meeting in NYC to chat about best way
to organize / present this information? I think there's a lot of great info
in there - wanna make sure that people will find it!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3985 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEp7DBP3AdHpmpGRM16LAh8YuouNdqmPks5rktTXgaJpZM4L_jte>
.
|
+ np.info['int64'].max
Alex
|
sounds like all(opinion > 0 for opinion in thread_opinions) == True I'll add to the project board |
@larsoner We should change the installation command for sphinx-autobuild and doc8 in the documentation from Rather than opening a separate issue, I think it would be more appropriate to add it here. |
@prateekj117 thanks for pointing that out, see #7050 |
All of the remaining unchecked boxes in this todo-list have been added to #6794. Closing. |
amazing! |
Here I'm going to list some of the topics that people have mentioned below, as well as some that I've noticed myself. This pulls in outstanding (aka, unchecked) points within #3082 as well.
link to the dev docs here
link to docs mega-issue here
maybe we wanna merge this thread in with the other mega-doc issue, but for now I'll work from here unless folks say otherwise. I think there's value in not having that issue get too gigantic.
General
Little things
this durface decimation example isn't plotting anything because all the mayavi lines are commented outexample no longer existsplot_events
function.the description in this example references a python file, but instead should link to the example for this file in the gallery.realtime is its own module nowThe clickable image example could show or reference the 3-D snapshotting functionality demoed hereexample no longer existsapply_inverse
. E.g., why is it set to 1/2**3 most of the time? this is now tolerably well explained in the inverse modeling section of the overview tutorial. Though it doesn't say why we assume SNR of 3; at least it explains what lambda2 represents and users can infer how to sensibly tweak it.Medium things
make_bem_watershed
. And what to do with the error that one surface intersects with another. (sort of a freesurfer problem)Large things
The text was updated successfully, but these errors were encountered: