From 26f7654d5e7bfb21104c78516a0900cad31779ef Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Sun, 18 Sep 2022 14:55:24 -0700 Subject: [PATCH] gh-96917: link to typing.readthedocs.io from typing.rst See the discussion at https://github.com/python/cpython/issues/91533 --- Doc/library/typing.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 0939973cf24e62..786f579a07d02c 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -39,6 +39,11 @@ provides backports of these new features to older versions of Python. For a summary of deprecated features and a deprecation timeline, please see `Deprecation Timeline of Major Features`_. +.. seealso:: + + The documentation at https://typing.readthedocs.io/ serves as useful reference + for type system features, useful typing related tools and typing best practices. + .. _relevant-peps: