Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Doc/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
installing/index.rst
howto/index.rst
faq/index.rst
deprecations/index.rst
glossary.rst

about.rst
Expand Down
10 changes: 10 additions & 0 deletions Doc/deprecations/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Deprecations
============

.. include:: pending-removal-in-3.14.rst
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Remove this line from main, because main is 3.14.


.. include:: pending-removal-in-3.15.rst

.. include:: pending-removal-in-3.16.rst

.. include:: pending-removal-in-future.rst
2 changes: 2 additions & 0 deletions Doc/tools/templates/indexcontent.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ <h1>{{ docstitle|e }}</h1>
<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>

Expand Down