Skip to content

Commit 8dbf1cc

Browse files
DOC: remove references to dev.pandas.io (#39377)
1 parent 1dafea5 commit 8dbf1cc

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Diff for: .github/ISSUE_TEMPLATE/documentation_improvement.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ labels: "Docs, Needs Triage"
99

1010
#### Location of the documentation
1111

12-
[this should provide the location of the documentation, e.g. "pandas.read_csv" or the URL of the documentation, e.g. "https://dev.pandas.io/docs/reference/api/pandas.read_csv.html"]
12+
[this should provide the location of the documentation, e.g. "pandas.read_csv" or the URL of the documentation, e.g. "https://pandas.pydata.org/docs/reference/api/pandas.read_csv.html"]
1313

1414
**Note**: You can check the latest versions of the docs on `master` [here](https://pandas.pydata.org/docs/dev/).
1515

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src="https://dev.pandas.io/static/img/pandas.svg"><br>
2+
<img src="https://pandas.pydata.org/static/img/pandas.svg"><br>
33
</div>
44

55
-----------------

Diff for: doc/source/whatsnew/v0.25.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ If installed, we now require:
829829
| pytest (dev) | 4.0.2 | |
830830
+-----------------+-----------------+----------+
831831
832-
For `optional libraries <https://dev.pandas.io/docs/install.html#dependencies>`_ the general recommendation is to use the latest version.
832+
For `optional libraries <https://pandas.pydata.org/docs/getting_started/install.html>`_ the general recommendation is to use the latest version.
833833
The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
834834
Optional libraries below the lowest tested version may still work, but are not considered supported.
835835

Diff for: doc/source/whatsnew/v1.0.0.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ version releases. Briefly,
2727

2828
See :ref:`policies.version` for more.
2929

30-
.. _2019 Pandas User Survey: http://dev.pandas.io/pandas-blog/2019-pandas-user-survey.html
30+
.. _2019 Pandas User Survey: https://pandas.pydata.org/community/blog/2019-user-survey.html
3131
.. _SemVer: https://semver.org
3232

3333
{{ header }}
@@ -702,7 +702,7 @@ If installed, we now require:
702702
| pytest (dev) | 4.0.2 | | |
703703
+-----------------+-----------------+----------+---------+
704704

705-
For `optional libraries <https://dev.pandas.io/docs/install.html#dependencies>`_ the general recommendation is to use the latest version.
705+
For `optional libraries <https://pandas.pydata.org/docs/getting_started/install.html>`_ the general recommendation is to use the latest version.
706706
The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
707707
Optional libraries below the lowest tested version may still work, but are not considered supported.
708708

Diff for: doc/source/whatsnew/v1.1.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ If installed, we now require:
751751
| pytest (dev) | 4.0.2 | | |
752752
+-----------------+-----------------+----------+---------+
753753

754-
For `optional libraries <https://dev.pandas.io/docs/install.html#dependencies>`_ the general recommendation is to use the latest version.
754+
For `optional libraries <https://pandas.pydata.org/docs/getting_started/install.html>`_ the general recommendation is to use the latest version.
755755
The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
756756
Optional libraries below the lowest tested version may still work, but are not considered supported.
757757

Diff for: doc/source/whatsnew/v1.2.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ If installed, we now require:
448448
| mypy (dev) | 0.782 | | X |
449449
+-----------------+-----------------+----------+---------+
450450

451-
For `optional libraries <https://dev.pandas.io/docs/install.html#dependencies>`_ the general recommendation is to use the latest version.
451+
For `optional libraries <https://pandas.pydata.org/docs/getting_started/install.html>`_ the general recommendation is to use the latest version.
452452
The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
453453
Optional libraries below the lowest tested version may still work, but are not considered supported.
454454

Diff for: doc/source/whatsnew/v1.3.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ If installed, we now require:
120120
| mypy (dev) | 0.790 | | X |
121121
+-----------------+-----------------+----------+---------+
122122

123-
For `optional libraries <https://dev.pandas.io/docs/install.html#dependencies>`_ the general recommendation is to use the latest version.
123+
For `optional libraries <https://pandas.pydata.org/docs/getting_started/install.html>`_ the general recommendation is to use the latest version.
124124
The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
125125
Optional libraries below the lowest tested version may still work, but are not considered supported.
126126

0 commit comments

Comments
 (0)