diff --git a/docs/index.rst b/docs/index.rst index 19117d058..dd00a4b90 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 ================== @@ -116,8 +125,3 @@ Type-Hint and Stub Integration a thin wrapper around ``ApplyTypeAnnotationsVisitor`` from `libCST `_ 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.