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
Convert readthedocs links for their .org -> .io migration for hosted projects (pandas-dev#14406)
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
Test Plan: Manually visited all the links I’ve modified.
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)
``pandas-datareader`` is a remote data access library for pandas. ``pandas.io`` from pandas < 0.17.0 is now refactored/split-off to and importable from ``pandas_datareader`` (PyPI:``pandas-datareader``). Many/most of the supported APIs have at least a documentation paragraph in the `pandas-datareader docs <https://pandas-datareader.readthedocs.org/en/latest/>`_:
148
+
``pandas-datareader`` is a remote data access library for pandas. ``pandas.io`` from pandas < 0.17.0 is now refactored/split-off to and importable from ``pandas_datareader`` (PyPI:``pandas-datareader``). Many/most of the supported APIs have at least a documentation paragraph in the `pandas-datareader docs <https://pandas-datareader.readthedocs.io/en/latest/>`_:
149
149
150
150
The following data feeds are available:
151
151
@@ -170,7 +170,7 @@ PyDatastream is a Python interface to the
170
170
SOAP API to return indexed Pandas DataFrames or Panels with financial data.
171
171
This package requires valid credentials for this API (non free).
172
172
173
-
`pandaSDMX <http://pandasdmx.readthedocs.org>`__
173
+
`pandaSDMX <https://pandasdmx.readthedocs.io>`__
174
174
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
175
175
pandaSDMX is an extensible library to retrieve and acquire statistical data
176
176
and metadata disseminated in
@@ -215,7 +215,7 @@ dimensional arrays, rather than the tabular data for which pandas excels.
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.17.0.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ as well as the ``.sum()`` operation.
141
141
142
142
Releasing of the GIL could benefit an application that uses threads for user interactions (e.g. QT_), or performing multi-threaded computations. A nice example of a library that can handle these types of computation-in-parallel is the dask_ library.
0 commit comments