Ignore:
Timestamp:
01/28/2023 09:08:03 AM (15 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
02c7572d
Parents:
8d52d869
Message:

Hatch-vcs: use underscore in written text

It is not easy to make one's mind whether a dash or an underscore
should be used: pypi, and doc, use hatch-vcs. But tarball name
nd installed module directories have hatch_vcs (note that dashes
are forbidden in python module names). So use hatch_vcs in written
text (don't change the dash in the entities and the id).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-dependencies/hatch-vcs.xml

    r8d52d869 r35879fc  
    1313]>
    1414
    15   <sect2 id="hatch-vcs" xreflabel="hatch-vcs-&hatch-vcs-version;">
     15  <sect2 id="hatch-vcs" xreflabel="hatch_vcs-&hatch-vcs-version;">
    1616
    17     <title>Hatch-vcs-&hatch-vcs-version;</title>
     17    <title>Hatch_vcs-&hatch-vcs-version;</title>
    1818
    1919    <indexterm zone="hatch-vcs">
    20       <primary sortas="a-hatch-vcs">hatch-vcs</primary>
     20      <primary sortas="a-hatch_vcs">hatch_vcs</primary>
    2121    </indexterm>
    2222
     
    2525
    2626      <para>
    27         <application>Hatch-vcs</application> is a Hatch plugin for versioning
     27        <application>Hatch_vcs</application> is a Hatch plugin for versioning
    2828        with several <xref linkend="gVCS"/>.
    2929      </para>
     
    6565      </itemizedlist>
    6666
    67       <bridgehead renderas="sect4">Hatch-vcs Dependencies</bridgehead>
     67      <bridgehead renderas="sect4">Hatch_vcs Dependencies</bridgehead>
    6868
    6969      <bridgehead renderas="sect5">Required</bridgehead>
     
    8181
    8282    <sect3 role="installation">
    83       <title>Installation of Hatch-vcs</title>
     83      <title>Installation of Hatch_vcs</title>
    8484
    8585      <para>Build the module: </para>
     
    9191      </para>
    9292
    93 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user hatch-vcs</userinput></screen>
     93<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user hatch_vcs</userinput></screen>
    9494
    9595      <para>
Note: See TracChangeset for help on using the changeset viewer.