Skip to content

[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

Merged
merged 12 commits into from
Jan 9, 2019

Conversation

jmehault
Copy link
Contributor

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

Copy link
Member

@jnothman jnothman left a 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 .
Copy link
Member

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.

Copy link
Contributor Author

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.

@jnothman
Copy link
Member

jnothman commented Jan 7, 2019

Thanks


$ pip install --editable .

for more details about advanced installation, see the :ref:`install_bleeding_edge` section.
Copy link
Member

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.

@jnothman jnothman merged commit 41a2174 into scikit-learn:master Jan 9, 2019
@jmehault
Copy link
Contributor Author

Glad to contribute for the first time ! Thanks to all reviewers, I have already learned a lot!

jnothman pushed a commit to jnothman/scikit-learn that referenced this pull request Feb 19, 2019
xhluca pushed a commit to xhluca/scikit-learn that referenced this pull request Apr 28, 2019
xhluca pushed a commit to xhluca/scikit-learn that referenced this pull request Apr 28, 2019
xhluca pushed a commit to xhluca/scikit-learn that referenced this pull request Apr 28, 2019
koenvandevelde pushed a commit to koenvandevelde/scikit-learn that referenced this pull request Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: Add installation mode in How to contribute section
3 participants