Skip to content

Commit 5eca123

Browse files
committed
Fix build errors in docs
1 parent 2ca4591 commit 5eca123

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

importlib_metadata/docs/using.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ You can get the :ref:`metadata for a distribution <metadata>`::
5959
['Metadata-Version', 'Name', 'Version', 'Summary', 'Home-page', 'Author', 'Author-email', 'Maintainer', 'Maintainer-email', 'License', 'Project-URL', 'Project-URL', 'Project-URL', 'Keywords', 'Platform', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Requires-Python', 'Provides-Extra', 'Requires-Dist', 'Requires-Dist']
6060

6161
You can also get a :ref:`distribution's version number <version>`, list its
62-
:ref:`constituent files <files>`_, and get a list of the distribution's
63-
:ref:`requirements`_.
62+
:ref:`constituent files <files>`, and get a list of the distribution's
63+
:ref:`requirements`.
6464

6565

6666
Functional API
@@ -69,7 +69,7 @@ Functional API
6969
This package provides the following functionality via its public API.
7070

7171

72-
.. _entry-points::
72+
.. _entry-points:
7373

7474
Entry points
7575
------------
@@ -97,7 +97,7 @@ group. Read `the setuptools docs
9797
for more information on entrypoints, their definition, and usage.
9898

9999

100-
.. _metadata::
100+
.. _metadata:
101101

102102
Distribution metadata
103103
---------------------
@@ -114,7 +114,7 @@ their values are returned unparsed from the distribution metadata::
114114
'>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*'
115115

116116

117-
.. _version::
117+
.. _version:
118118

119119
Distribution versions
120120
---------------------
@@ -126,7 +126,7 @@ number, as a string::
126126
'0.32.3'
127127

128128

129-
.. _files::
129+
.. _files:
130130

131131
Distribution files
132132
------------------
@@ -159,7 +159,7 @@ Once you have the file, you can also read its contents::
159159
return s
160160

161161

162-
.. _requirements::
162+
.. _requirements:
163163

164164
Distribution requirements
165165
-------------------------

0 commit comments

Comments
 (0)