mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
ply: Adjust capitalization.
This commit is contained in:
parent
9d69f374fa
commit
e206760b26
@ -39,6 +39,15 @@
|
||||
</listitem>
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>July 17th, 2024</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[Zeckmathederg] - ply: Adjust capitalization.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>July 16th, 2024</para>
|
||||
<itemizedlist>
|
||||
|
@ -4,25 +4,25 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY ply-download-http "http://www.dabeaz.com/ply/ply-&ply-version;.tar.gz">
|
||||
<!ENTITY ply-download-http "https://files.pythonhosted.org/packages/source/p/ply/ply-&ply-version;.tar.gz">
|
||||
<!ENTITY ply-download-ftp " ">
|
||||
]>
|
||||
|
||||
<sect1 id="ply" xreflabel="PLY-&ply-version;">
|
||||
<sect1 id="ply" xreflabel="ply-&ply-version;">
|
||||
<?dbhtml filename="ply.html"?>
|
||||
|
||||
|
||||
<title>PLY-&ply-version;</title>
|
||||
<title>ply-&ply-version;</title>
|
||||
|
||||
<indexterm zone="ply">
|
||||
<primary sortas="a-PLY">PLY</primary>
|
||||
<primary sortas="a-ply">ply</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to PLY</title>
|
||||
<title>Introduction to ply</title>
|
||||
|
||||
<para>
|
||||
<application>PLY</application> is a zero-dependency Python implementation
|
||||
The <application>ply</application> is a zero-dependency Python implementation
|
||||
of the traditional parsing tools lex and yacc.
|
||||
</para>
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of PLY</title>
|
||||
<title>Installation of ply</title>
|
||||
|
||||
<para>
|
||||
Build the module:
|
||||
|
Loading…
Reference in New Issue
Block a user