@@ -150,7 +150,7 @@ Here's a breakdown of the important differences between pip and easy_install now
150150| List Installed Packages |Yes (``pip list`` and ``pip |No |
151151| |freeze``) | |
152152+------------------------------+----------------------------------+-------------------------------+
153- | :ref:`PEP438 <PEP438s> ` |Yes |No |
153+ | :ref:`PEP438 <pypa: PEP438s> ` |Yes |No |
154154| Support | | |
155155+------------------------------+----------------------------------+-------------------------------+
156156| Installation format |'Flat' packages with `egg-info` | Encapsulated Egg format |
@@ -195,7 +195,7 @@ easy_install and sys.path
195195Wheel vs Egg
196196============
197197
198- * :term: `Wheel ` has an :ref: `official PEP <PEP427s >`. :term: `Egg ` did not.
198+ * :term: `Wheel ` has an :ref: `official PEP <pypa: PEP427s >`. :term: `Egg ` did not.
199199
200200* :term: `Wheel ` is a :term: `distribution <Distribution Package> ` format, i.e a packaging
201201 format. [2 ]_ :term: `Egg ` was both a distribution format and a runtime
@@ -206,10 +206,10 @@ Wheel vs Egg
206206 compatible with Python 2 and 3, it's possible for a wheel to be "universal",
207207 similar to an :term: `sdist <Source Distribution (or "sdist")> `.
208208
209- * :term: `Wheel ` uses :ref: `PEP376-compliant <PEP376s >` ``.dist-info ``
209+ * :term: `Wheel ` uses :ref: `PEP376-compliant <pypa: PEP376s >` ``.dist-info ``
210210 directories. Egg used ``.egg-info ``.
211211
212- * :term: `Wheel ` has a :ref: `richer file naming convention <PEP425s >`. A single
212+ * :term: `Wheel ` has a :ref: `richer file naming convention <pypa: PEP425s >`. A single
213213 wheel archive can indicate its compatibility with a number of Python language
214214 versions and implementations, ABIs, and system architectures.
215215
0 commit comments