Skip to content

Commit 6bfbce0

Browse files
committed
WIP adding links to issues
Addresses pypa#8210 , pypa#8253
1 parent a910ef6 commit 6bfbce0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/html/user_guide.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,9 +1082,9 @@ install x y`` in a single command.
10821082

10831083
We are also changing our support for :ref:`Constraints Files`:
10841084

1085-
* Unnamed requirements are not allowed as constraints (see `#6628`_)
1086-
* Links are not allowed as constraints
1087-
* Constraints cannot have extras
1085+
* Unnamed requirements are not allowed as constraints (see `#6628`_ and `#8210`_)
1086+
* Links are not allowed as constraints (see `#8253`_)
1087+
* Constraints cannot have extras (see `#6628`_)
10881088

10891089

10901090
How to test
@@ -1226,3 +1226,5 @@ As discussed in `our announcement on the PSF blog`_, the pip team are in the pro
12261226
.. _our announcement on the PSF blog: http://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html
12271227
.. _tensorflow: https://pypi.org/project/tensorflow/
12281228
.. _#6628: https://github.com/pypa/pip/issues/6628
1229+
.. _#8210: https://github.com/pypa/pip/issues/8210
1230+
.. _#8253: https://github.com/pypa/pip/issues/8253

0 commit comments

Comments
 (0)