Skip to content

Commit

Permalink
Link directly to spec and guide on distribution
Browse files Browse the repository at this point in the history
Fixes #1603
  • Loading branch information
hauntsaninja committed Jan 24, 2024
1 parent 3c02f03 commit f7979bd
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/source/stubs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,8 @@ Distribution
============

Type stubs can be distributed with or separately from the implementation;
see :pep:`561` for more information. The
`typeshed <https://github.com/python/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 <https://pypi.org>`_.
By convention, a stub package for a library called ``widget`` would be named
``types-widget``.
see :ref:`distributing-type` and :ref:`providing-type-annotations`
for more information.

Supported Constructs
====================
Expand Down

0 comments on commit f7979bd

Please sign in to comment.