From c63d7e1e12b81fb763aaf6e79850ce3420c251c2 Mon Sep 17 00:00:00 2001 From: kushikks Date: Wed, 3 Dec 2025 05:27:36 +0530 Subject: [PATCH] DOC: Update outdated getting_started links in whatsnew files --- doc/redirects.csv | 2 +- doc/source/whatsnew/v0.25.0.rst | 2 +- doc/source/whatsnew/v1.0.0.rst | 2 +- doc/source/whatsnew/v1.1.0.rst | 2 +- doc/source/whatsnew/v1.2.0.rst | 2 +- doc/source/whatsnew/v1.3.0.rst | 2 +- doc/source/whatsnew/v1.4.0.rst | 2 +- doc/source/whatsnew/v1.5.0.rst | 2 +- doc/source/whatsnew/v2.0.0.rst | 2 +- doc/source/whatsnew/v2.1.0.rst | 2 +- doc/source/whatsnew/v2.2.0.rst | 2 +- doc/source/whatsnew/v3.0.0.rst | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/redirects.csv b/doc/redirects.csv index 2d72dbca8816f..2dd688ec95b73 100644 --- a/doc/redirects.csv +++ b/doc/redirects.csv @@ -6,7 +6,7 @@ whatsnew,whatsnew/index release,whatsnew/index # getting started -install,getting_started/install +install,getting_started/installation comparison_with_r,getting_started/comparison/comparison_with_r comparison_with_sql,getting_started/comparison/comparison_with_sql comparison_with_sas,getting_started/comparison/comparison_with_sas diff --git a/doc/source/whatsnew/v0.25.0.rst b/doc/source/whatsnew/v0.25.0.rst index bddb47cd3f629..37863b438f4ff 100644 --- a/doc/source/whatsnew/v0.25.0.rst +++ b/doc/source/whatsnew/v0.25.0.rst @@ -835,7 +835,7 @@ If installed, we now require: | pytest (dev) | 4.0.2 | | +-----------------+-----------------+----------+ -For `optional libraries `_ the general recommendation is to use the latest version. +For `optional libraries `_ the general recommendation is to use the latest version. The following table lists the lowest version per library that is currently being tested throughout the development of pandas. Optional libraries below the lowest tested version may still work, but are not considered supported. diff --git a/doc/source/whatsnew/v1.0.0.rst b/doc/source/whatsnew/v1.0.0.rst index 1aac68b90ff2f..0155d12618dfc 100755 --- a/doc/source/whatsnew/v1.0.0.rst +++ b/doc/source/whatsnew/v1.0.0.rst @@ -716,7 +716,7 @@ If installed, we now require: | pytest (dev) | 4.0.2 | | | +-----------------+-----------------+----------+---------+ -For `optional libraries `_ the general recommendation is to use the latest version. +For `optional libraries `_ the general recommendation is to use the latest version. The following table lists the lowest version per library that is currently being tested throughout the development of pandas. Optional libraries below the lowest tested version may still work, but are not considered supported. diff --git a/doc/source/whatsnew/v1.1.0.rst b/doc/source/whatsnew/v1.1.0.rst index dff73bef79135..1b3155e9dad9a 100644 --- a/doc/source/whatsnew/v1.1.0.rst +++ b/doc/source/whatsnew/v1.1.0.rst @@ -758,7 +758,7 @@ If installed, we now require: | pytest (dev) | 4.0.2 | | | +-----------------+-----------------+----------+---------+ -For `optional libraries `_ the general recommendation is to use the latest version. +For `optional libraries `_ the general recommendation is to use the latest version. The following table lists the lowest version per library that is currently being tested throughout the development of pandas. Optional libraries below the lowest tested version may still work, but are not considered supported. diff --git a/doc/source/whatsnew/v1.2.0.rst b/doc/source/whatsnew/v1.2.0.rst index ebde7cb14684b..ba6f5381b6bd9 100644 --- a/doc/source/whatsnew/v1.2.0.rst +++ b/doc/source/whatsnew/v1.2.0.rst @@ -459,7 +459,7 @@ If installed, we now require: | mypy (dev) | 0.782 | | X | +-----------------+-----------------+----------+---------+ -For `optional libraries `_ the general recommendation is to use the latest version. +For `optional libraries `_ the general recommendation is to use the latest version. The following table lists the lowest version per library that is currently being tested throughout the development of pandas. Optional libraries below the lowest tested version may still work, but are not considered supported. diff --git a/doc/source/whatsnew/v1.3.0.rst b/doc/source/whatsnew/v1.3.0.rst index 0e2d487a89ff5..e8295e469f1bb 100644 --- a/doc/source/whatsnew/v1.3.0.rst +++ b/doc/source/whatsnew/v1.3.0.rst @@ -661,7 +661,7 @@ If installed, we now require: | setuptools | 38.6.0 | | X | +-----------------+-----------------+----------+---------+ -For `optional libraries `_ the general recommendation is to use the latest version. +For `optional libraries `_ the general recommendation is to use the latest version. The following table lists the lowest version per library that is currently being tested throughout the development of pandas. Optional libraries below the lowest tested version may still work, but are not considered supported. diff --git a/doc/source/whatsnew/v1.4.0.rst b/doc/source/whatsnew/v1.4.0.rst index cf016c882c225..8e6e2394d6ded 100644 --- a/doc/source/whatsnew/v1.4.0.rst +++ b/doc/source/whatsnew/v1.4.0.rst @@ -520,7 +520,7 @@ If installed, we now require: +-----------------+-----------------+----------+---------+ For `optional libraries -`_ the general +`_ the general recommendation is to use the latest version. The following table lists the lowest version per library that is currently being tested throughout the development of pandas. Optional libraries below the lowest tested version may diff --git a/doc/source/whatsnew/v1.5.0.rst b/doc/source/whatsnew/v1.5.0.rst index 0bede60758331..fc12b0f18d19a 100644 --- a/doc/source/whatsnew/v1.5.0.rst +++ b/doc/source/whatsnew/v1.5.0.rst @@ -622,7 +622,7 @@ If installed, we now require: | xlsxwriter | 1.4.3 | | X | +-----------------+-----------------+----------+---------+ -For `optional libraries `_ the general recommendation is to use the latest version. +For `optional libraries `_ the general recommendation is to use the latest version. The following table lists the lowest version per library that is currently being tested throughout the development of pandas. Optional libraries below the lowest tested version may still work, but are not considered supported. diff --git a/doc/source/whatsnew/v2.0.0.rst b/doc/source/whatsnew/v2.0.0.rst index 9fb592d24d54c..7d396de7bf281 100644 --- a/doc/source/whatsnew/v2.0.0.rst +++ b/doc/source/whatsnew/v2.0.0.rst @@ -673,7 +673,7 @@ If installed, we now require: | tzdata | 2022.1 | X | X | +-------------------+-----------------+----------+---------+ -For `optional libraries `_ the general recommendation is to use the latest version. +For `optional libraries `_ the general recommendation is to use the latest version. The following table lists the lowest version per library that is currently being tested throughout the development of pandas. Optional libraries below the lowest tested version may still work, but are not considered supported. diff --git a/doc/source/whatsnew/v2.1.0.rst b/doc/source/whatsnew/v2.1.0.rst index 2817945c55a86..0314c7cef95fe 100644 --- a/doc/source/whatsnew/v2.1.0.rst +++ b/doc/source/whatsnew/v2.1.0.rst @@ -357,7 +357,7 @@ If installed, we now require: | zstandard | 0.17.0 | | X | +----------------------+-----------------+----------+---------+ -For `optional libraries `_ the general recommendation is to use the latest version. +For `optional libraries `_ the general recommendation is to use the latest version. See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for more. diff --git a/doc/source/whatsnew/v2.2.0.rst b/doc/source/whatsnew/v2.2.0.rst index 9bb87e8f2df90..5880cde48e15b 100644 --- a/doc/source/whatsnew/v2.2.0.rst +++ b/doc/source/whatsnew/v2.2.0.rst @@ -440,7 +440,7 @@ index levels when joining on two indexes with different levels (:issue:`34133`). Increased minimum versions for dependencies ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -For `optional dependencies `_ the general recommendation is to use the latest version. +For `optional dependencies `_ the general recommendation is to use the latest version. Optional dependencies below the lowest tested version may still work but are not considered supported. The following table lists the optional dependencies that have had their minimum tested version increased. diff --git a/doc/source/whatsnew/v3.0.0.rst b/doc/source/whatsnew/v3.0.0.rst index 34375e8164085..f135eacbe435a 100644 --- a/doc/source/whatsnew/v3.0.0.rst +++ b/doc/source/whatsnew/v3.0.0.rst @@ -627,7 +627,7 @@ The following required dependencies were updated: | tzdata | 2023.3 | +-----------------+----------------------+ -For `optional libraries `_ the general recommendation is to use the latest version. +For `optional libraries `_ the general recommendation is to use the latest version. The following table lists the lowest version per library that is currently being tested throughout the development of pandas. Optional libraries below the lowest tested version may still work, but are not considered supported.