Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing hyperlink targets for core metadata #1283

Merged
merged 2 commits into from
Aug 6, 2023
Merged
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
9 changes: 9 additions & 0 deletions source/specifications/core-metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ to a new format.
.. contents:: Contents
:local:

.. _core-metadata-metadata-version:

Metadata-Version
================

Expand Down Expand Up @@ -133,6 +135,7 @@ project.

Full details of the semantics of ``Dynamic`` are described in :pep:`643`.

.. _core-metadata-platform:

Platform (multiple use)
=======================
Expand All @@ -148,6 +151,7 @@ Examples::
Platform: ObscureUnix
Platform: RareDOS

.. _core-metadata-supported-platform:

Supported-Platform (multiple use)
=================================
Expand Down Expand Up @@ -340,6 +344,7 @@ Example::
easier to update the specification to match the de facto standard.

.. _home-page-optional:
.. _core-metadata-home-page:

Home-page
=========
Expand All @@ -352,6 +357,7 @@ Example::

Home-page: http://www.example.com/~cschultz/bvote/

.. _core-metadata-download-url:

Download-URL
============
Expand Down Expand Up @@ -558,6 +564,7 @@ Examples::
Requires-Python: >2.6,!=3.0.*,!=3.1.*
Requires-Python: ~=2.6

.. _core-metadata-requires-external:

Requires-External (multiple use)
================================
Expand Down Expand Up @@ -682,6 +689,7 @@ as they're still potentially useful for informational purposes, and can
also be used for their originally intended purpose in combination with
a curated package repository.

.. _core-metadata-provides-dist:

Provides-Dist (multiple use)
----------------------------
Expand Down Expand Up @@ -723,6 +731,7 @@ Examples::
Provides-Dist: AnotherProject (3.4)
Provides-Dist: virtual_package; python_version >= "3.4"

.. _core-metadata-obsoletes-dist:

Obsoletes-Dist (multiple use)
-----------------------------
Expand Down