Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion peps/pep-0012.rst
Original file line number Diff line number Diff line change
Expand Up @@ -660,11 +660,14 @@ You can use
`Intersphinx references
<https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html>`_
to other Sphinx sites,
such as the `Python documentation <https://docs.python.org/>`_
such as the `Python documentation <https://docs.python.org/>`_,
`packaging.python.org <https://packaging.python.org/>`_,
and `typing.python.org <https://typing.python.org/>`_,
to easily cross-reference pages, sections and Python/C objects.

The available intersphinx mappings are defined in ``peps/conf.py``.
Refer to that file for the current list of supported mappings.

For example,
to create a link pointing to a section of the typing docs,
you would write the following::
Expand Down
Loading