Changeset 33f878a9


Ignore:
Timestamp:
11/06/2022 11:02:53 AM (18 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, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
54d09e7
Parents:
0a13134f
Message:

Finish addition of gi-docgen

Add figures, and add short description for gi-docgen

Location:
general/prog
Files:
5 edited

Legend:

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

    r0a13134f r33f878a9  
    99  <!ENTITY markdown-md5sum        "597656cf4feadf1998b0511201620202">
    1010  <!ENTITY markdown-size          "315 KB">
    11   <!ENTITY markdown-buildsize     "1.3 MB (add 30 MB for tests)">
    12   <!ENTITY markdown-time          "less than 0.1 SBU (0.1 SBU for tests)">
     11  <!ENTITY markdown-buildsize     "4.1 MB (add 27 MB for tests)">
     12  <!ENTITY markdown-time          "less than 0.1 SBU (with tests)">
    1313]>
    1414
  • general/prog/python-dependencies/smartypants.xml

    r0a13134f r33f878a9  
    99  <!ENTITY smartypants-md5sum        "27957540f4718e892039b2ed208c78f3">
    1010  <!ENTITY smartypants-size          "24 KB">
    11   <!ENTITY smartypants-buildsize     "1.3 MB (add 30 MB for tests)">
    12   <!ENTITY smartypants-time          "less than 0.1 SBU (0.1 SBU for tests)">
     11  <!ENTITY smartypants-buildsize     "344 KB">
     12  <!ENTITY smartypants-time          "less than 0.1 SBU">
    1313]>
    1414
  • general/prog/python-dependencies/toml.xml

    r0a13134f r33f878a9  
    99  <!ENTITY toml-md5sum        "59bce5d8d67e858735ec3f399ec90253">
    1010  <!ENTITY toml-size          "22 KB">
    11   <!ENTITY toml-buildsize     "1.3 MB (add 30 MB for tests)">
    12   <!ENTITY toml-time          "less than 0.1 SBU (0.1 SBU for tests)">
     11  <!ENTITY toml-buildsize     "588 KB (add 101 MB for tests)">
     12  <!ENTITY toml-time          "less than 0.1 SBU (with tests)">
    1313]>
    1414
  • general/prog/python-dependencies/typogrify.xml

    r0a13134f r33f878a9  
    99  <!ENTITY typogrify-md5sum        "63f38f80531996f187d2894cc497ba08">
    1010  <!ENTITY typogrify-size          "13 KB">
    11   <!ENTITY typogrify-buildsize     "1.3 MB (add 30 MB for tests)">
    12   <!ENTITY typogrify-time          "less than 0.1 SBU (0.1 SBU for tests)">
     11  <!ENTITY typogrify-buildsize     "404 KB">
     12  <!ENTITY typogrify-time          "less than 0.1 SBU">
    1313]>
    1414
  • general/prog/python-modules/gi-docgen.xml

    r0a13134f r33f878a9  
    99  <!ENTITY gi-docgen-md5sum        "e1b86477bd77254a9e4070371887950c">
    1010  <!ENTITY gi-docgen-size          "2.4 MB">
    11   <!ENTITY gi-docgen-buildsize     "2.6 MB">
    12   <!ENTITY gi-docgen-time          "less than 0.1 SBU">
     11  <!ENTITY gi-docgen-buildsize     "2O MB (with tests)">
     12  <!ENTITY gi-docgen-time          "less than 0.1 SBU (with tests)">
    1313]>
    1414
     
    101101
    102102    <para>
    103       Assuming <xref linkend="pytest"/> is installed, the installation
    104       can be tested with the following commands:
     103      To test the installation, issue <command>pytest</command>.
    105104    </para>
    106 
    107 <screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
    108 source testenv/bin/activate                    &amp;&amp;
    109 pip3 install railroad-diagrams                 &amp;&amp;
    110 python3 /usr/bin/pytest<!-- no && because of a possible error -->
    111 deactivate</userinput></screen>
    112105
    113106    </sect3>
     
    125118
    126119        <seglistitem>
    127           <seg>None</seg>
     120          <seg>gi-docgen</seg>
    128121          <seg>None</seg>
    129122          <seg>
    130             /usr/lib/python&python3-majorver;/site-packages/gi-docgen and
    131             /usr/lib/python&python3-majorver;/site-packages/gi-docgen-&gi-docgen-version;.dist-info
     123            /usr/lib/python&python3-majorver;/site-packages/gidocgen and
     124            /usr/lib/python&python3-majorver;/site-packages/gi_docgen-&gi-docgen-version;.dist-info
    132125          </seg>
    133126        </seglistitem>
    134127      </segmentedlist>
    135128
     129      <variablelist>
     130        <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     131        <?dbfo list-presentation="list"?>
     132        <?dbhtml list-presentation="table"?>
     133
     134        <varlistentry id="gi-docgen-prog">
     135          <term><command>gi-docgen</command></term>
     136          <listitem>
     137            <para>
     138              manages documentation for libgobject based libraries.
     139            </para>
     140            <indexterm zone="gi-docgen gi-docgen-prog">
     141              <primary sortas="b-gi-docgen">gi-docgen</primary>
     142            </indexterm>
     143          </listitem>
     144        </varlistentry>
     145
     146      </variablelist>
     147
    136148    </sect3>
    137149
Note: See TracChangeset for help on using the changeset viewer.