From 6633cb1df8a0f5101f5c74ce137dab0e2841297c Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Tue, 23 Jan 2024 23:46:17 -0800 Subject: [PATCH] Link directly to spec and guide on distribution Fixes #1603 --- docs/source/stubs.rst | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/source/stubs.rst b/docs/source/stubs.rst index e139174c2..f217015c0 100644 --- a/docs/source/stubs.rst +++ b/docs/source/stubs.rst @@ -72,14 +72,8 @@ Distribution ============ Type stubs can be distributed with or separately from the implementation; -see :pep:`561` for more information. The -`typeshed `_ project -includes stubs for Python's standard library and several third-party -packages. The stubs for the standard library are usually distributed with type checkers and do not -require separate installation. Stubs for third-party libraries are -available on the `Python Package Index `_. -By convention, a stub package for a library called ``widget`` would be named -``types-widget``. +see :ref:`distributing-type`_ and :ref:``_ +for more information. Supported Constructs ====================