You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -278,7 +278,7 @@ Please try to maintain backward compatibility. *pandas* has lots of users with l
278
278
279
279
Adding tests is one of the most common requests after code is pushed to *pandas*. Therefore, it is worth getting in the habit of writing tests ahead of time so this is never an issue.
280
280
281
-
Like many packages, *pandas* uses the [Nose testing system](http://nose.readthedocs.org/en/latest/index.html) and the convenient extensions in [numpy.testing](http://docs.scipy.org/doc/numpy/reference/routines.testing.html).
281
+
Like many packages, *pandas* uses the [Nose testing system](https://nose.readthedocs.io/en/latest/index.html) and the convenient extensions in [numpy.testing](http://docs.scipy.org/doc/numpy/reference/routines.testing.html).
282
282
283
283
#### Writing tests
284
284
@@ -323,7 +323,7 @@ Performance matters and it is worth considering whether your code has introduced
323
323
>
324
324
> The asv benchmark suite was translated from the previous framework, vbench, so many stylistic issues are likely a result of automated transformation of the code.
325
325
326
-
To use asv you will need either `conda` or `virtualenv`. For more details please check the [asv installation webpage](http://asv.readthedocs.org/en/latest/installing.html).
326
+
To use asv you will need either `conda` or `virtualenv`. For more details please check the [asv installation webpage](https://asv.readthedocs.io/en/latest/installing.html).
327
327
328
328
To install asv:
329
329
@@ -360,7 +360,7 @@ This command is equivalent to:
360
360
361
361
This will launch every test only once, display stderr from the benchmarks, and use your local `python` that comes from your `$PATH`.
362
362
363
-
Information on how to write a benchmark can be found in the [asv documentation](http://asv.readthedocs.org/en/latest/writing_benchmarks.html).
363
+
Information on how to write a benchmark can be found in the [asv documentation](https://asv.readthedocs.io/en/latest/writing_benchmarks.html).
364
364
365
365
#### Running the vbench performance test suite (phasing out)
0 commit comments