File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,13 @@ then ``discovered_plugins`` would be:
45
45
' flask_talisman' : < module: ' flask_talisman' > ,
46
46
}
47
47
48
- Using naming convention for plugins also allows you to query the
49
- Python Package Index's `simple API `_ for all packages that conform to your
50
- naming convention.
48
+ Using naming convention for plugins also allows you to query
49
+ the Python Package Index's :ref: `simple repository API < simple-repository-api >`
50
+ for all packages that conform to your naming convention.
51
51
52
52
.. _Flask : https://pypi.org/project/Flask/
53
53
.. _Flask-SQLAlchemy : https://pypi.org/project/Flask-SQLAlchemy/
54
54
.. _Flask-Talisman : https://pypi.org/project/flask-talisman
55
- .. _simple API : https://www.python.org/dev/peps/pep-0503/#specification
56
55
57
56
58
57
Using namespace packages
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ instruct users to add the URL to their installer's configuration.
55
55
----
56
56
57
57
.. [1 ] For complete documentation of the simple repository protocol, see
58
- :pep: ` 503 `.
58
+ :ref: ` simple repository API < simple-repository-api > `.
59
59
60
60
61
61
.. _Twisted : https://twistedmatrix.com/
Original file line number Diff line number Diff line change @@ -612,10 +612,10 @@ Install from a local directory containing archives (and don't check :term:`PyPI
612
612
Installing from other sources
613
613
=============================
614
614
615
- To install from other data sources (for example Amazon S3 storage) you can
616
- create a helper application that presents the data in a :pep: ` 503 ` compliant
617
- index format, and use the `` --extra-index-url `` flag to direct pip to use
618
- that index.
615
+ To install from other data sources (for example Amazon S3 storage)
616
+ you can create a helper application that presents the data
617
+ in a format compliant with the :ref: ` simple repository API < simple-repository-api >`:,
618
+ and use the `` --extra-index-url `` flag to direct pip to use that index.
619
619
620
620
.. code-block :: bash
621
621
You can’t perform that action at this time.
0 commit comments