From 5b6182f8294ce7b5427f36e1cf3d3a8f8aeadceb Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Tue, 7 Apr 2026 14:59:12 +0200 Subject: [PATCH] Move "Typing PEPs" section into "Specification" Also explain the relationship between the specification and PEPs. --- docs/index.rst | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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.