Skip to content

Commit 9ba065d

Browse files
authored
Move "Typing PEPs" section into "Specification" (#2245)
Also explain the relationship between the specification and PEPs.
1 parent c73fa7d commit 9ba065d

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/index.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@ Specification
5757

5858
spec/index
5959

60+
61+
Typing PEPs
62+
-----------
63+
64+
Significant changes to the Python Type System Specification are proposed and
65+
discussed in Python Enhancement Proposals (PEPs). See
66+
https://peps.python.org/topic/typing for a list of all current and historical
67+
typing-related PEPs.
68+
6069
Indices and tables
6170
==================
6271

@@ -120,8 +129,3 @@ Type-Hint and Stub Integration
120129
a thin wrapper around ``ApplyTypeAnnotationsVisitor`` from
121130
`libCST <https://libcst.readthedocs.io/en/latest/>`_ that integrates .pyi
122131
signatures as inline type-hints in Python source code.
123-
124-
Typing PEPs
125-
===========
126-
127-
See https://peps.python.org/topic/typing for a list of all typing-related PEPs.

0 commit comments

Comments
 (0)