Ignore:
Timestamp:
04/18/2022 04:59:52 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
4b51d83b
Parents:
97497444
Message:

text fixes for wheel change

  • Add description for "wheel" command
  • Explain why pip3 warning does not matter for us
  • Format and typo fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/wheel.xml

    r97497444 ree16e55  
    2424    <title/>
    2525
    26     <para>Wheel is a Python library that implements the reference
     26    <para>Wheel is a Python library that is the reference
    2727    implementation of the Python wheel packaging standard.</para>
    2828
     
    5151        <term><command>install</command></term>
    5252        <listitem>
    53            <para>Install the package</para>
     53           <para>Install the package.</para>
    5454        </listitem>
    5555      </varlistentry>
     
    8080
    8181    <segmentedlist>
    82       <segtitle>Installed module</segtitle>
     82      <segtitle>Installed program</segtitle>
    8383      <segtitle>Installed directory</segtitle>
    8484
    8585      <seglistitem>
    86         <seg>wheel.py</seg>
     86        <seg>wheel</seg>
    8787        <seg>/usr/lib/python&python-minor;/site-packages/wheel</seg>
    8888      </seglistitem>
     89    </segmentedlist>
    8990
    90     </segmentedlist>
     91    <variablelist>
     92      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     93      <?dbfo list-presentation="list"?>
     94      <?dbhtml list-presentation="table"?>
     95
     96      <varlistentry id="wheel-wheel">
     97        <term><command>wheel</command></term>
     98        <listitem>
     99          <para>
     100            is an utility to unpack, pack, or convert wheel packages
     101          </para>
     102          <indexterm zone="ch-system-wheel">
     103            <primary sortas="b-wheel">wheel</primary>
     104          </indexterm>
     105        </listitem>
     106      </varlistentry>
     107    </variablelist>
    91108
    92109  </sect2>
Note: See TracChangeset for help on using the changeset viewer.