Skip to content

Commit 5166fd0

Browse files
authored
Replace PEP list with link (#1696)
1 parent 94bc382 commit 5166fd0

File tree

1 file changed

+1
-38
lines changed

1 file changed

+1
-38
lines changed

docs/index.rst

+1-38
Original file line numberDiff line numberDiff line change
@@ -100,41 +100,4 @@ Type-Hint and Stub Integration
100100
Typing PEPs
101101
===========
102102

103-
https://peps.python.org/topic/typing
104-
105-
* :pep:`482`, literature overview on type hints
106-
* :pep:`483`, background on type hints
107-
* :pep:`484`, type hints
108-
* :pep:`526`, variable annotations and ``ClassVar``
109-
* :pep:`544`, ``Protocol``
110-
* :pep:`561`, distributing typed packages
111-
* :pep:`563` (superseded), ``from __future__ import annotations``
112-
* :pep:`585`, subscriptable generics in the standard library
113-
* :pep:`586`, ``Literal``
114-
* :pep:`589`, ``TypedDict``
115-
* :pep:`591`, ``Final``
116-
* :pep:`593`, ``Annotated``
117-
* :pep:`604`, union syntax with ``|``
118-
* :pep:`612`, ``ParamSpec``
119-
* :pep:`613`, ``TypeAlias``
120-
* :pep:`646`, variadic generics and ``TypeVarTuple``
121-
* :pep:`647`, ``TypeGuard``
122-
* :pep:`649`, lazy evaluation of annotations
123-
* :pep:`655`, ``Required`` and ``NotRequired``
124-
* :pep:`673`, ``Self``
125-
* :pep:`675`, ``LiteralString``
126-
* :pep:`677` (rejected), ``(int, str) -> bool`` callable type syntax
127-
* :pep:`681`, ``@dataclass_transform()``
128-
* :pep:`688`, ``Buffer``
129-
* :pep:`692`, ``Unpack[TypedDict]`` for ``**kwargs``
130-
* :pep:`695`, ``class Class[T]:`` type parameter syntax and ``type X`` type alias syntax
131-
* :pep:`696`, defaults for type variables
132-
* :pep:`698`, ``@override``
133-
* :pep:`702`, ``@deprecated()``
134-
* :pep:`705`, ``TypedDict`` with read-only items
135-
* :pep:`718` (draft), subscriptable functions
136-
* :pep:`724` (withdrawn), stricter ``TypeGuard``
137-
* :pep:`727` (draft), ``Doc`` in ``Annotated``
138-
* :pep:`728` (draft), ``TypedDict`` with typed extra items
139-
* :pep:`729`, typing governance process
140-
* :pep:`742`, ``TypeIs``
103+
See https://peps.python.org/topic/typing for a list of all typing-related PEPs.

0 commit comments

Comments
 (0)