-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[MRG] DOC: add install mode to contribute #12850
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] DOC: add install mode to contribute #12850
Conversation
…nto doc_addInstallModeToContribute
…nto doc_addInstallModeToContribute
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
4. Create a branch to hold your development changes:: | ||
4. Install library in editable mode:: | ||
|
||
$ pip install --editable . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Problem putting this here is that it's not required for documentation changes, or really is only required if you want to run the tests. And if you're modifying cython modules you will need to re run this after changing and before testing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be we should list every steps and add details for contribution to documentation only or cython modules ? And link to the related sections if needed. In that way, we will have a single complete recipe.
Thanks |
doc/developers/contributing.rst
Outdated
|
||
$ pip install --editable . | ||
|
||
for more details about advanced installation, see the :ref:`install_bleeding_edge` section. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please reduce this line to under 80 chars.
Glad to contribute for the first time ! Thanks to all reviewers, I have already learned a lot! |
This reverts commit e2e45a0.
This reverts commit e2e45a0.
Reference Issues/PRs
Fixes #12815
What does this implement/fix? Explain your changes.
Improve contributing documentation by adding the installation in editable mode and link to advanced installation