-
Notifications
You must be signed in to change notification settings - Fork 15
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
Comments on the docsite #86
Comments
@agramfort are you able to provide me with admin access to the repo? I can't change the |
Done
|
Thank you for the detailed feedback! We will have a look at those items. |
Thanks for the feedback! Will add a comment for each item.
Added!
Fixed both license and drop-down menu: https://mne.tools/mne-icalabel/v0.1/index.html#indices-and-tables |
Hi @TomDonoghue I have addressed the remainder of your comments around the example and documentation: https://mne.tools/mne-icalabel/dev/index.html Thanks so much for the feedback! lmk if you have other issues w/ how we reformatted/re-wrote the example. |
This update looks good to me! |
Collecting a few small / quick comments on the documentation website.
This comment / review is part of the JOSS paper review:
openjournals/joss-reviews#4484
General:
About
part of the repo page (top right), it would be useful to put the documentation site in the link fieldExample:
mne-icalabel
, with it's required dependencies, and trying to run the example, one hits a dependency error for fitting the ICA (sklearn
)Selecting ICA components automatically
again has some rendering issues, and I think should be more clearly split up into separate blocks to see each step herelabel_components
function (local version copied here), and this seems to imply there are some issues with what is being computed? If not, why are the warnings arising?for ind, label in enumerate(labels): print(label); ica.plot_properties(raw, picks=[ind]);
The text was updated successfully, but these errors were encountered: