MRG, MAINT: Change default role in conf.py#7841
Merged
larsoner merged 7 commits intomne-tools:masterfrom May 28, 2020
Merged
Conversation
drammock
reviewed
May 27, 2020
Member
drammock
left a comment
There was a problem hiding this comment.
a bunch of things I noticed... none are blockers. I can try to chip away at these tomorrow if you don't have a chance to get back to it right away.
| - Add support for :class:`numpy.random.RandomState` argument to ``seed`` in :mod:`statistical clustering functions <mne.stats>` and better documentation of exact 1-sample tests by `Eric Larson`_ | ||
|
|
||
| - Extend :func:`mne.viz.plot_epochs_image`/:meth:`mne.Epochs.plot_image` with regards to grouping by or aggregating over channels. See the new example at `examples/visualization/plot_roi_erpimage_by_rt.py` by `Jona Sassenhagen`_ | ||
| - Extend :func:`mne.viz.plot_epochs_image`/:meth:`mne.Epochs.plot_image` with regards to grouping by or aggregating over channels. See the new example at ``examples/visualization/plot_roi_erpimage_by_rt.py`` by `Jona Sassenhagen`_ |
Member
There was a problem hiding this comment.
this one could be a link to the actual doc... but these are old changelogs, not worth the trouble
Member
Author
|
Done, thanks for the look @drammock |
agramfort
approved these changes
May 28, 2020
larsoner
added a commit
to larsoner/mne-python
that referenced
this pull request
May 28, 2020
* upstream/master: MRG: Add support for foreground in _Brain (mne-tools#7843) MRG, MAINT: Change default role in conf.py (mne-tools#7841) MRG, ENH: Support n_col keyword in ica.plot_score (mne-tools#7825) add icons to source dist (mne-tools#7840) Add CZI to list of funders (mne-tools#7839) DOC: added reference to sesameeg package (mne-tools#7835) MRG, ENH: Automatically compute threshold for CTPS ECG detection (mne-tools#7819) MAINT: Show how picks work for planars (mne-tools#7833) Clearer info docstring (mne-tools#7832) MRG, ENH: Add estimation method legend (mne-tools#7830) Remove double spaces (mne-tools#7822) add troubleshooting message about OpenGL [skip travis] (mne-tools#7827) fix links [skip travis] (mne-tools#7826)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Our
defaut_role = 'autolink'could silently fail to link, leaving italics behind. This PR changes it todefault_role = 'py:obj'::py:meth:or similar to intersphinx things to linkThis caused me to update a bunch of docstrings that were previously rendering as italicts or errantly linking. I also changed how
gen_commands.pylinks so that we can just do directly:instead of
@drammock feel free to review and merge if you're happy