mne-python
mne-python copied to clipboard
WIP: Work toward filling in docs
Just setup.py and testing infrastructure required for https://github.com/conda-forge/mne-feedstock/issues/80 . What's left to be done is the hard part, actually rewriting the source files :) The _FillDocsPyCommand currently is a no-op.
If you ever feel bored before the 1.0 release … I mean … 😅😁
Safer to do this for 1.1 than 1.0 at this point I think. I couldn't think of an easy/trivial/obviously safe way to do it yet.
I think in the end this is
- Too much work to get right
- Could be fragile (we have to be careful with r-strings for example)
- Will make bug report investigation much harder (line numbers from reports will not match line numbers in our source tree)
So I'm closing as not-planned