Ignore:
Timestamp:
01/19/2023 01:23:40 PM (17 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:
bb4b217d
Parents:
6550bf6 (diff), ca1012d8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'plabs/python-mods' into trunk

This branch introduces a new layout for python modules, similar
to what is done for perl modules. This allows to have useful python
modules in the book (sphinx, pytest, requests, gi-docgen), together
with their dependencies.

As a convenience for users who build by hand, a "Building
pythonhosted.org Files" section is added, which allows building all
the python modules dependencies in one go. It is generated from
the individual module pages, so the authoritative instructions are
on those individual pages.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules/mako.xml

    r6550bf6 r765fd83  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
    4   <!ENTITY % general-entities SYSTEM "../../general.ent">
     4   <!ENTITY % general-entities SYSTEM "../../../general.ent">
    55  %general-entities;
    66
     
    7676      <bridgehead renderas="sect5">Optional (for Testing)</bridgehead>
    7777      <para role="optional">
    78         <ulink url="https://pypi.org/project/pytest/">pytest</ulink>
     78        <xref linkend="pytest"/>
    7979      </para>
    8080
     
    106106
    107107    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    108       href="../../xincludes/pip3-cmd-explain.xml"/>
     108      href="../../../xincludes/pip3-cmd-explain.xml"/>
    109109
    110110    <sect3 role="content">
     
    130130      </segmentedlist>
    131131
     132      <variablelist>
     133        <bridgehead renderas="sect5">Short Descriptions</bridgehead>
     134        <?dbfo list-presentation="list"?>
     135        <?dbhtml list-presentation="table"?>
     136
     137        <varlistentry id="mako-render">
     138          <term><command>mako-render</command></term>
     139          <listitem>
     140            <para>
     141             renders a template
     142            </para>
     143            <indexterm zone="Mako mako-render">
     144              <primary sortas="b-mako-render">mako-render</primary>
     145            </indexterm>
     146          </listitem>
     147        </varlistentry>
     148
     149      </variablelist>
     150
    132151    </sect3>
    133152
Note: See TracChangeset for help on using the changeset viewer.