11Contributing code
22=================
33
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 ) .
55
66How to contribute
77-----------------
@@ -40,7 +40,7 @@ and click 'Pull request' to send your changes to the maintainers for
4040review. This will send an email to the committers.
4141
4242(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.)
4444
4545Contributing Pull Requests
4646--------------------------
@@ -125,8 +125,8 @@ It is recommended to check that your issue complies with the
125125following rules before submitting:
126126
127127- 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 ) .
130130
131131- Please ensure all code snippets and error messages are formatted in
132132 appropriate code blocks.
@@ -147,7 +147,7 @@ following rules before submitting:
147147
148148- Please be specific about what estimators and/or functions are involved
149149 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
151151 or link to a [ gist] ( https://gist.github.com ) . If an exception is raised,
152152 please provide the traceback.
153153
@@ -167,9 +167,9 @@ be placed in _build/html/ and are viewable in a web browser. See the
167167README file in the doc/ directory for more information.
168168
169169For 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 ) .
173173
174174When you are writing documentation, it is important to keep a good
175175compromise between mathematical and algorithmic details, and give
0 commit comments