@@ -96,16 +96,16 @@ go to the :ref:`source-distribution-format` specification to learn more.
9696
9797If you rely on any non-Python code, or non-Python packages (such as
9898`libxml2 <https://en.wikipedia.org/wiki/Libxml2 >`_ in the case of
99- ` lxml < https:// pypi.org/project/ lxml/ >`_ , or BLAS libraries in the
100- case of ` numpy < https:// pypi.org/project/ numpy>`_ ), you will need to
99+ : pypi: ` lxml ` , or BLAS libraries in the
100+ case of : pypi: ` numpy ` ), you will need to
101101use the format detailed in the next section, which also has many
102102advantages for pure-Python libraries.
103103
104104.. note :: Python and PyPI support multiple distributions providing
105105 different implementations of the same package. For instance the
106106 unmaintained-but-seminal `PIL distribution
107107 <https://pypi.org/project/PIL/> `_ provides the PIL package, and so
108- does ` Pillow < https:// pypi.org/project/ Pillow/ >`_ , an
108+ does : pypi: ` Pillow ` , an
109109 actively-maintained fork of PIL!
110110
111111 This Python packaging superpower makes it possible for Pillow to be
@@ -308,7 +308,7 @@ A selection of Python freezers:
308308* `py2exe <http://www.py2exe.org/ >`_ - Windows only
309309* `py2app <https://py2app.readthedocs.io/en/latest/ >`_ - Mac only
310310* `osnap <https://github.com/jamesabel/osnap >`_ - Windows and Mac
311- * ` pynsist < https:// pypi.org/project/ pynsist/ >`_ - Windows only
311+ * : pypi: ` pynsist ` - Windows only
312312
313313Most of the above imply single-user deployments. For multi-component
314314server applications, see :gh: `Chef Omnibus
0 commit comments