From ee16e55d205ff326d585faeb1318a35cf5589586 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 18 Apr 2022 12:59:52 +0800 Subject: text fixes for wheel change * Add description for "wheel" command * Explain why pip3 warning does not matter for us * Format and typo fixes --- chapter08/wheel.xml | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) (limited to 'chapter08/wheel.xml') diff --git a/chapter08/wheel.xml b/chapter08/wheel.xml index 78fa94fd8..f15824ad5 100644 --- a/chapter08/wheel.xml +++ b/chapter08/wheel.xml @@ -23,7 +23,7 @@ - <para>Wheel is a Python library that implements the reference + <para>Wheel is a Python library that is the reference implementation of the Python wheel packaging standard.</para> <segmentedlist> @@ -50,7 +50,7 @@ <varlistentry> <term><command>install</command></term> <listitem> - <para>Install the package</para> + <para>Install the package.</para> </listitem> </varlistentry> @@ -79,16 +79,33 @@ <title>Contents of Wheel - Installed module + Installed program Installed directory - wheel.py + wheel /usr/lib/python&python-minor;/site-packages/wheel - + + Short Descriptions + + + + + wheel + + + is an utility to unpack, pack, or convert wheel packages + + + wheel + + + + + -- cgit v1.2.3-54-g00ecf From 4b51d83b3eda54386d5bda9bc4f29667c4deb4e1 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 18 Apr 2022 20:44:35 +0800 Subject: wheel: capitalize the first letter of the title, like all other packages --- chapter08/wheel.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter08/wheel.xml') diff --git a/chapter08/wheel.xml b/chapter08/wheel.xml index f15824ad5..8e8436ffd 100644 --- a/chapter08/wheel.xml +++ b/chapter08/wheel.xml @@ -14,7 +14,7 @@
&wheel-url;
- wheel-&wheel-version; + Wheel-&wheel-version; wheel -- cgit v1.2.3-54-g00ecf