[Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv conversion.xml,1.9,1.10

Fred L. Drake python-dev@python.org
Wed, 22 Nov 2000 08:45:22 -0800


Update of /cvsroot/python/python/dist/src/Doc/tools/sgmlconv
In directory slayer.i.sourceforge.net:/tmp/cvs-serv5200

Modified Files:
	conversion.xml 
Log Message:

Add support for (relatively) recent additions and changes to python.sty,
and one more standard LaTeX macro.


Index: conversion.xml
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/sgmlconv/conversion.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** conversion.xml	2000/11/17 19:05:12	1.9
--- conversion.xml	2000/11/22 16:45:19	1.10
***************
*** 46,52 ****
--- 46,57 ----
      <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"/>
***************
*** 68,71 ****
--- 73,77 ----
      </environment>
    <environment name="ctypedesc">
+     <attribute name="tag" optional="yes"/>
      <attribute name="name"/>
      </environment>
***************
*** 153,161 ****
      <attribute name="ref" optional="yes"/>
      <attribute name="name"/>
!     <content/>
      </macro>
    <macro name="seetext">
!     <content/>
      </macro>
  
    <!-- Index-generating markup. -->
--- 159,186 ----
      <attribute name="ref" optional="yes"/>
      <attribute name="name"/>
!     <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">
!     <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. -->
***************
*** 670,673 ****
--- 695,701 ----
    <macro name="UNIX" outputname="">
      <text>Unix</text>
+     </macro>
+   <macro name="textasciitilde" outputname="">
+     <text>~</text>
      </macro>