@@ -41,21 +41,21 @@ Key terms
4141 file format standards. They maintain a variety of tools, documentation
4242 and issue trackers on both `GitHub <https://github.com/pypa >`__ and
4343 `Bitbucket <https://bitbucket.org/pypa/ >`__.
44- * :mod: ` distutils ` is the original build and distribution system first added
45- to the Python standard library in 1998. While direct use of :mod: ` distutils `
44+ * `` distutils ` ` is the original build and distribution system first added
45+ to the Python standard library in 1998. While direct use of `` distutils ` `
4646 is being phased out, it still laid the foundation for the current packaging
4747 and distribution infrastructure, and it not only remains part of the
4848 standard library, but its name lives on in other ways (such as the name
4949 of the mailing list used to coordinate Python packaging standards
5050 development).
51- * `setuptools `_ is a (largely) drop-in replacement for :mod: ` distutils ` first
51+ * `setuptools `_ is a (largely) drop-in replacement for `` distutils ` ` first
5252 published in 2004. Its most notable addition over the unmodified
53- :mod: ` distutils ` tools was the ability to declare dependencies on other
53+ `` distutils ` ` tools was the ability to declare dependencies on other
5454 packages. It is currently recommended as a more regularly updated
55- alternative to :mod: ` distutils ` that offers consistent support for more
55+ alternative to `` distutils ` ` that offers consistent support for more
5656 recent packaging standards across a wide range of Python versions.
5757* `wheel `_ (in this context) is a project that adds the ``bdist_wheel ``
58- command to :mod: ` distutils `/`setuptools `_. This produces a cross platform
58+ command to `` distutils ` `/`setuptools `_. This produces a cross platform
5959 binary packaging format (called "wheels" or "wheel files" and defined in
6060 :pep: `427 `) that allows Python libraries, even those including binary
6161 extensions, to be installed on a system without needing to be built
0 commit comments