Skip to content
Open
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
14 changes: 9 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ Specification

spec/index


Typing PEPs
-----------

Significant changes to the Python Type System Specification are proposed and
discussed in Python Enhancement Proposals (PEPs). See
https://peps.python.org/topic/typing for a list of all current and historical
typing-related PEPs.

Indices and tables
==================

Expand Down Expand Up @@ -116,8 +125,3 @@ Type-Hint and Stub Integration
a thin wrapper around ``ApplyTypeAnnotationsVisitor`` from
`libCST <https://libcst.readthedocs.io/en/latest/>`_ that integrates .pyi
signatures as inline type-hints in Python source code.

Typing PEPs
===========

See https://peps.python.org/topic/typing for a list of all typing-related PEPs.