Changeset 0cf85fa


Ignore:
Timestamp:
09/30/2022 09:38:51 AM (19 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:
4492186
Parents:
3d48ae4
Message:

Add files referenced by sphinx

File content is totally bogus...

Location:
general/prog
Files:
14 added
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/prog.xml

    r3d48ae4 r0cf85fa  
    4747  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python3.xml"/>
    4848  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python-modules.xml"/>
     49  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python-dependencies.xml"/>
    4950  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ruby.xml"/>
    5051  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rust.xml"/>
  • general/prog/python-modules.xml

    r3d48ae4 r0cf85fa  
    169169        </para>
    170170      </listitem>
    171 <!--      <listitem>
    172         <para>
    173           <xref linkend="python-slip"/>
    174         </para>
    175       </listitem>
    176 -->
     171      <listitem>
     172        <para>
     173          <xref linkend="pytest"/>
     174        </para>
     175      </listitem>
    177176      <listitem>
    178177        <para>
     
    183182        <para>
    184183          <xref linkend="six"/>
     184        </para>
     185      </listitem>
     186      <listitem>
     187        <para>
     188          <xref linkend="sphinx"/>
    185189        </para>
    186190      </listitem>
     
    270274    href="python-modules/mako.xml"/>
    271275
    272 <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    273     href="python-slip.xml"/>-->
     276  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     277    href="python-modules/pytest.xml"/>
    274278
    275279  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    282286    href="python-modules/six.xml"/>
    283287
     288  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     289    href="python-modules/sphinx.xml"/>
     290
    284291</sect1>
  • general/prog/python-modules/sphinx.xml

    r3d48ae4 r0cf85fa  
    7474        <xref linkend="docutils"/>,
    7575        <xref linkend="imagesize"/>,
    76         <phrase revision="sysv"><xref linkend="jinja2"/>,</phrase>
     76        <phrase revision="sysv"><xref linkend="Jinja2"/>,</phrase>
    7777        <xref linkend="packaging"/>,
    7878        <xref linkend="pygments"/>,
     
    173173        </seglistitem>
    174174      </segmentedlist>
    175 
     175      <!--
    176176      <variablelist>
    177177        <bridgehead renderas="sect5">Short Descriptions</bridgehead>
     
    205205
    206206      </variablelist>
    207 
     207      -->
    208208    </sect3>
    209209
Note: See TracChangeset for help on using the changeset viewer.