1
1
Contributing code
2
2
=================
3
3
4
- This guide is adapted from ( scikit-learn) [ https://github.com/scikit-learn/scikit-learn/blob/master/CONTRIBUTING.md ]
4
+ This guide is adapted from [ scikit-learn] ( https://github.com/scikit-learn/scikit-learn/blob/master/CONTRIBUTING.md ) .
5
5
6
6
How to contribute
7
7
-----------------
@@ -40,7 +40,7 @@ and click 'Pull request' to send your changes to the maintainers for
40
40
review. This will send an email to the committers.
41
41
42
42
(If any of the above seems like magic to you, then look up the
43
- [ Git documentation] ( http ://git-scm.com/documentation) on the web.)
43
+ [ Git documentation] ( https ://git-scm.com/documentation) on the web.)
44
44
45
45
Contributing Pull Requests
46
46
--------------------------
@@ -125,8 +125,8 @@ It is recommended to check that your issue complies with the
125
125
following rules before submitting:
126
126
127
127
- Verify that your issue is not being currently addressed by other
128
- [ issues] ( https://github.com/scikit-learn-contrib/imbalanced-learn/issues?q= )
129
- or [ pull requests] ( https://github.com/scikit-learn-contrib/imbalanced-learn/pulls?q= ) .
128
+ [ issues] ( https://github.com/scikit-learn-contrib/imbalanced-learn/issues )
129
+ or [ pull requests] ( https://github.com/scikit-learn-contrib/imbalanced-learn/pulls ) .
130
130
131
131
- Please ensure all code snippets and error messages are formatted in
132
132
appropriate code blocks.
@@ -147,7 +147,7 @@ following rules before submitting:
147
147
148
148
- Please be specific about what estimators and/or functions are involved
149
149
and the shape of the data, as appropriate; please include a
150
- [ reproducible] ( http ://stackoverflow.com/help/mcve) code snippet
150
+ [ reproducible] ( https ://stackoverflow.com/help/mcve) code snippet
151
151
or link to a [ gist] ( https://gist.github.com ) . If an exception is raised,
152
152
please provide the traceback.
153
153
@@ -167,9 +167,9 @@ be placed in _build/html/ and are viewable in a web browser. See the
167
167
README file in the doc/ directory for more information.
168
168
169
169
For building the documentation, you will need
170
- [ sphinx] ( http://sphinx.pocoo. org/ ) ,
171
- [ matplotlib] ( http ://matplotlib.sourceforge.net/ ) , and
172
- [ pillow] ( http ://pillow.readthedocs.org/en/latest/ ) .
170
+ [ sphinx] ( http://sphinx-doc. org ) ,
171
+ [ matplotlib] ( https ://matplotlib.org ) , and
172
+ [ pillow] ( https ://pillow.readthedocs.io ) .
173
173
174
174
When you are writing documentation, it is important to keep a good
175
175
compromise between mathematical and algorithmic details, and give
0 commit comments