-
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: Add links for parameters #5840
Conversation
can you give a link to a rendered doc to understand what this brings? |
Codecov Report
@@ Coverage Diff @@
## master #5840 +/- ##
==========================================
+ Coverage 88.67% 88.69% +0.01%
==========================================
Files 396 396
Lines 71805 71916 +111
Branches 12065 12084 +19
==========================================
+ Hits 63675 63785 +110
+ Misses 5201 5200 -1
- Partials 2929 2931 +2 |
Look at these wonderful parameter lists https://10865-1301584-gh.circle-artifacts.com/0/dev/generated/mne.viz.plot_topomap.html |
wunderbar !
|
Since this touches a lot of files and fixes a bunch of docstring errors, I'd like to merge this one. The only downside is that there will be some cruft in the |
you have my blessing. But does it mean it will get harder for people to build the doc? |
No. Eventually, once the |
awesome !
… |
`Forward` keys added by: * 6d84371 / mne-tools#5840 / 2019-01-29 `SourceMorph` keys added by: * 6d84371 / mne-tools#5840 / 2019-01-29 * b65a045 / mne-tools#6046 / 2019-09-15
dictionary key `name` repeated with different values `Forward` keys added by: * 6d84371 / mne-tools#5840 / 2019-01-29 `SourceMorph` keys added by: * 6d84371 / mne-tools#5840 / 2019-01-29 * b65a045 / mne-tools#6046 / 2019-09-15
WIP because it requires numpy/numpydoc#197, thus the weird
pip
install for now for CircleCI. Want to make sure it works before getting the NumpyDoc PR merged.