]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-122085: Create dedicated page for deprecations (#122352)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Sun, 28 Jul 2024 07:53:21 +0000 (10:53 +0300)
committerGitHub <noreply@github.com>
Sun, 28 Jul 2024 07:53:21 +0000 (10:53 +0300)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/contents.rst
Doc/deprecations/index.rst [new file with mode: 0644]
Doc/tools/templates/indexcontent.html

index 24ceacb0076b5ebd988fd6c1fe91269d691fe345..b57f4b09a5dcb6a019055dbf250d3c9ac9d61e36 100644 (file)
@@ -14,6 +14,7 @@
    installing/index.rst
    howto/index.rst
    faq/index.rst
+   deprecations/index.rst
    glossary.rst
 
    about.rst
diff --git a/Doc/deprecations/index.rst b/Doc/deprecations/index.rst
new file mode 100644 (file)
index 0000000..cfb30dd
--- /dev/null
@@ -0,0 +1,10 @@
+Deprecations
+============
+
+.. include:: pending-removal-in-3.14.rst
+
+.. include:: pending-removal-in-3.15.rst
+
+.. include:: pending-removal-in-3.16.rst
+
+.. include:: pending-removal-in-future.rst
index 6f854e86ab8ef19c4e3fdd899c95d089388a0c0b..f2e9fbb0106452eaef225e756c47869fe24c7b1d 100644 (file)
@@ -33,6 +33,8 @@
          <span class="linkdescr">{% trans %}C API reference{% endtrans %}</span></p>
       <p class="biglink"><a class="biglink" href="{{ pathto("faq/index") }}">{% trans %}FAQs{% endtrans %}</a><br/>
          <span class="linkdescr">{% trans %}Frequently asked questions (with answers!){% endtrans %}</span></p>
+      <p class="biglink"><a class="biglink" href="{{ pathto("deprecations/index") }}">{% trans %}Deprecations{% endtrans %}</a><br/>
+         <span class="linkdescr">{% trans %}Deprecated functionality{% endtrans %}</span></p>
     </td></tr>
   </table>