1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Fix broken references in documentation

This commit is contained in:
Pradyun Gedam 2021-09-18 09:11:42 +01:00
parent 89326c8a9f
commit 992d954ebd
No known key found for this signature in database
GPG key ID: FF99710C4332258E
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,5 @@
(requirements-file-format)=
# Requirements File Format
Requirements files serve as a list of items to be installed by pip, when

View file

@ -113,7 +113,7 @@ installed using :ref:`pip install` like so:
py -m pip install -r requirements.txt
Details on the format of the files are here: :ref:`Requirements File Format`.
Details on the format of the files are here: :ref:`requirements-file-format`.
Logically, a Requirements file is just a list of :ref:`pip install` arguments
placed in a file. Note that you should not rely on the items in the file being
@ -185,7 +185,7 @@ not by discovering ``requirements.txt`` files embedded in projects.
See also:
* :ref:`Requirements File Format`
* :ref:`requirements-file-format`
* :ref:`pip freeze`
* `"setup.py vs requirements.txt" (an article by Donald Stufft)
<https://caremad.io/2013/07/setup-vs-requirement/>`_