From fefa5350c21fff901dd522b648d86703f6db0cf1 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Fri, 19 Nov 2021 14:16:21 +0100 Subject: [PATCH] Link fixes (#952) --- docs/index.rst | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index e013ea6e5..c3a92fc13 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -62,21 +62,21 @@ Linters and Formatters Typing PEPs =========== -* `PEP 483 `, background on type hints -* `PEP 484 `, type hints -* `PEP 526 `, variable annotations and ``ClassVar`` -* `PEP 544 `, ``Protocol`` -* `PEP 561 `, distributing typed packages -* `PEP 563 `, ``from __future__ import annotations`` -* `PEP 585 `, subscriptable generics in the standard library -* `PEP 586 `, ``Literal`` -* `PEP 589 `, ``TypedDict`` -* `PEP 591 `, ``Final`` -* `PEP 593 `, ``Annotated`` -* `PEP 604 `, union syntax with ``|`` -* `PEP 612 `, ``ParamSpec`` -* `PEP 613 `, ``TypeAlias`` -* `PEP 646 `, variadic generics and ``TypeVarTuple`` -* `PEP 647 `, ``TypeGuard`` -* `PEP 655 ` (draft), ``Required`` and ``NotRequired`` -* `PEP 673 ` (draft), ``Self`` +* `PEP 483 `_, background on type hints +* `PEP 484 `_, type hints +* `PEP 526 `_, variable annotations and ``ClassVar`` +* `PEP 544 `_, ``Protocol`` +* `PEP 561 `_, distributing typed packages +* `PEP 563 `_, ``from __future__ import annotations`` +* `PEP 585 `_, subscriptable generics in the standard library +* `PEP 586 `_, ``Literal`` +* `PEP 589 `_, ``TypedDict`` +* `PEP 591 `_, ``Final`` +* `PEP 593 `_, ``Annotated`` +* `PEP 604 `_, union syntax with ``|`` +* `PEP 612 `_, ``ParamSpec`` +* `PEP 613 `_, ``TypeAlias`` +* `PEP 646 `_, variadic generics and ``TypeVarTuple`` +* `PEP 647 `_, ``TypeGuard`` +* `PEP 655 `_ (draft), ``Required`` and ``NotRequired`` +* `PEP 673 `_ (draft), ``Self``