-
-
Notifications
You must be signed in to change notification settings - Fork 26k
[MRG + 1] DOC developer quality of life notes #9082
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
Conversation
To reflect the reorganization I moved |
I think the circle stuff is already in the doc somewhere. You should probably add the outdated diff gist while you are at it ;-). https://gist.github.com/lesteve/b4ef29bccd42b354a834 |
please mention the PR pull thing from the wiki, and maybe the codecov browser plugin |
@lesteve I couldn't find the circle stuff with git grep, if you can find it could you post a link? good point about the other additions, I'm simply not familiar enough with them yet, will do |
http://scikit-learn.org/dev/developers/contributing.html#documentation
|
Made the suggested additions and corrections. |
thanks for this @vene ! As a new contributor I'm just a bit confused about testing: in the contributing section it is mentioned to use nose and nosetests but you recommend pytests to run unit tests. |
Long story short, we used nosetests historically and will be moving to pytest once 0.19 is released. |
lgtm |
Thanks @vene |
* DOC developer quality of life notes * rename debugging.rst to tips.rst * more tips, better internal consistency
* DOC developer quality of life notes * rename debugging.rst to tips.rst * more tips, better internal consistency
* DOC developer quality of life notes * rename debugging.rst to tips.rst * more tips, better internal consistency
* DOC developer quality of life notes * rename debugging.rst to tips.rst * more tips, better internal consistency
* DOC developer quality of life notes * rename debugging.rst to tips.rst * more tips, better internal consistency
* DOC developer quality of life notes * rename debugging.rst to tips.rst * more tips, better internal consistency
* DOC developer quality of life notes * rename debugging.rst to tips.rst * more tips, better internal consistency
* DOC developer quality of life notes * rename debugging.rst to tips.rst * more tips, better internal consistency
Reference Issue: none/unk
What does this implement/fix? Explain your changes.
Add a section to the developer's guide where we can gather valuable tools we find or develop to make our lives' easier. Notably, the userscript to navigate to the circleci rendered docs for a PR.