]> granicus.if.org Git - python/commitdiff
Add support for (relatively) recent additions and changes to python.sty,
authorFred Drake <fdrake@acm.org>
Wed, 22 Nov 2000 16:45:19 +0000 (16:45 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 22 Nov 2000 16:45:19 +0000 (16:45 +0000)
and one more standard LaTeX macro.

Doc/tools/sgmlconv/conversion.xml

index 244c824c31e7fe72158c8a584e29d535f8e6665b..82741b9cf3b4c9214da71024e7cd0c09ba6e5fa7 100644 (file)
     <attribute name="name"/>
     <attribute name="email"/>
     </macro>
+  <macro name="shortversion"/>
   <macro name="versionadded">
     <attribute name="version"/>
     </macro>
+  <!-- This is broken:  we need to re-order the optional and required
+       parameters, making the optional parameter the content for the
+       element.  The processor is not powerful enough to handle this.
+    -->
   <macro name="versionchanged">
     <attribute name="version"/>
     </macro>
@@ -67,6 +72,7 @@
     <child name="args"/>
     </environment>
   <environment name="ctypedesc">
+    <attribute name="tag" optional="yes"/>
     <attribute name="name"/>
     </environment>
   <environment name="cvardesc">
   <macro name="seemodule">
     <attribute name="ref" optional="yes"/>
     <attribute name="name"/>
-    <content/>
+    <child name="description"/>
+    </macro>
+  <macro name="seepep">
+    <attribute name="number"/>
+    <child name="title"/>
+    <child name="description"/>
+    </macro>
+  <macro name="seerfc">
+    <attribute name="number"/>
+    <child name="title"/>
+    <child name="description"/>
     </macro>
   <macro name="seetext">
-    <content/>
+    <child name="description"/>
+    </macro>
+  <macro name="seetitle">
+    <attribute name="href" optional="yes"/>
+    <child name="title"/>
+    <child name="description"/>
+    </macro>
+  <macro name="seeurl">
+    <attribute name="href"/>
+    <child name="description"/>
     </macro>
 
   <!-- Index-generating markup. -->
   <macro name="UNIX" outputname="">
     <text>Unix</text>
     </macro>
+  <macro name="textasciitilde" outputname="">
+    <text>~</text>
+    </macro>
 
   <!-- These will end up disappearing as well! -->
   <macro name="catcode" outputname=""/>