Changeset e1dc8db


Ignore:
Timestamp:
01/19/2023 08:41:27 PM (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:
b547faf
Parents:
bb4b217d
git-author:
Pierre Labastie <pierre.labastie@…> (01/19/2023 08:38:58 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (01/19/2023 08:41:27 PM)
Message:

Minor fixes to python modules

Location:
general/prog/python-modules
Files:
3 edited

Legend:

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

    rbb4b217d re1dc8db  
    2525
    2626      <para>
    27         <application>Gi-DocGen</application>is a document generator for
     27        <application>Gi-DocGen</application> is a document generator for
    2828        GObject-based libraries. GObject is the base type system of the GNOME
    2929        project. GI-Docgen reuses the introspection data generated by
  • general/prog/python-modules/packaging.xml

    rbb4b217d re1dc8db  
    9898    <para>
    9999      Assuming <xref linkend="pytest"/> is installed, but the other optional
    100       dependencies are not, the installation can be tested with the following
     100      dependency is not, the installation can be tested with the following
    101101      commands:
    102102    </para>
  • general/prog/python-modules/recommonmark.xml

    rbb4b217d re1dc8db  
    2828        bridge to CommonMark. It allows writing CommonMark inside of Docutils
    2929        and Sphinx projects. <application>Recommonmark</application> is now
    30         deprecated in favor of <application>MyST</application>. Unfortunately,
    31         <xref linkend="llvm"/> still depends on this module.
     30        deprecated in favor of
     31        <ulink url="https://pypi.org/project/myst-parser/">MyST-Parser</ulink>.
     32        Unfortunately, <xref linkend="llvm"/> still depends on this module.
    3233      </para>
    3334
     
    99100    <para>
    100101      <application>Recommonmark</application> is now deprecated in favor of
    101       <application>MyST</application>. For this reason, a lot of tests
     102      <ulink url="https://pypi.org/project/myst-parser/">MyST-Parser</ulink>.
     103      For this reason, a lot of tests
    102104      have to be disabled because they do not pass with recent versions of
    103105      <application>Sphinx</application>. The installation can be partially
Note: See TracChangeset for help on using the changeset viewer.