summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-03-23 16:29:06 (GMT)
committerFred Drake <fdrake@acm.org>2001-03-23 16:29:06 (GMT)
commitce19496ec1264b330aa76f3e4366d2ff3dab2548 (patch)
treecaab7e3bee7abeeca08f577fe7e66ab8c4df8bb6 /Doc/tools
parent7621fa9147f814364951a8523ee6d11d533e6468 (diff)
downloadcpython-ce19496ec1264b330aa76f3e4366d2ff3dab2548.zip
cpython-ce19496ec1264b330aa76f3e4366d2ff3dab2548.tar.gz
cpython-ce19496ec1264b330aa76f3e4366d2ff3dab2548.tar.bz2
Add conversions for more of the markup -- not all of this was around when
this file was written!
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/sgmlconv/conversion.xml33
1 files changed, 32 insertions, 1 deletions
diff --git a/Doc/tools/sgmlconv/conversion.xml b/Doc/tools/sgmlconv/conversion.xml
index 82741b9..b1a34d4 100644
--- a/Doc/tools/sgmlconv/conversion.xml
+++ b/Doc/tools/sgmlconv/conversion.xml
@@ -41,10 +41,16 @@
<macro name="rfc">
<attribute name="num"/>
</macro>
- <macro name="sectionauthor">
+ <macro name="sectionauthor" outputname="author">
<attribute name="name"/>
<attribute name="email"/>
</macro>
+ <macro name="author">
+ <attribute name="name"/>
+ </macro>
+ <macro name="authoraddress">
+ <content/>
+ </macro>
<macro name="shortversion"/>
<macro name="versionadded">
<attribute name="version"/>
@@ -93,6 +99,9 @@
<environment name="datadesc">
<attribute name="name"/>
</environment>
+ <macro name="dataline">
+ <attribute name="name"/>
+ </macro>
<environment name="excdesc">
<attribute name="name"/>
</environment>
@@ -263,6 +272,11 @@
<attribute name="classname"/>
</macro>
+ <macro name="usepackage">
+ <attribute name="options" optional="yes"/>
+ <attribute name="pkg"/>
+ </macro>
+
<environment name="document"
endcloses="chapter chapter* section section*
subsection subsection*
@@ -550,6 +564,20 @@
</macro>
<macro name="version"/>
+ <!-- Distutils things. -->
+ <macro name="command">
+ <content/>
+ </macro>
+ <macro name="option">
+ <content/>
+ </macro>
+ <macro name="filevar" outputname="var">
+ <content/>
+ </macro>
+ <macro name="XXX" outputname="editorial-comment">
+ <content/>
+ </macro>
+
<!-- Misc. -->
<macro name="emph">
<content/>
@@ -633,6 +661,9 @@
<macro name="programopt" outputname="option">
<content/>
</macro>
+ <macro name="longprogramopt" outputname="longoption">
+ <content/>
+ </macro>
<macro name="regexp">
<content/>
</macro>