summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-12-15 22:24:06 (GMT)
committerFred Drake <fdrake@acm.org>2001-12-15 22:24:06 (GMT)
commitb9c0ef5db75ff1920e3fbbdc64ebd8e0ae6b3c25 (patch)
treea2cd86b113d81e7b4556c4427fa9dd634dfd061d /Doc
parent1422e9dc60bd795b0bf8d8877087ce1eb6ad6942 (diff)
downloadcpython-b9c0ef5db75ff1920e3fbbdc64ebd8e0ae6b3c25.zip
cpython-b9c0ef5db75ff1920e3fbbdc64ebd8e0ae6b3c25.tar.gz
cpython-b9c0ef5db75ff1920e3fbbdc64ebd8e0ae6b3c25.tar.bz2
Update to reflect recently added markup.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tools/sgmlconv/conversion.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/tools/sgmlconv/conversion.xml b/Doc/tools/sgmlconv/conversion.xml
index 82caadf..cf4a4c5 100644
--- a/Doc/tools/sgmlconv/conversion.xml
+++ b/Doc/tools/sgmlconv/conversion.xml
@@ -61,6 +61,15 @@
<macro name="warning">
<content/>
</macro>
+ <environment name="notice">
+ <attribute name="role" optional="yes"/>
+ </environment>
+
+ <macro name="menuselection">
+ <content/>
+ </macro>
+ <macro name="sub"/>
+
<!-- These are broken: we need to re-order the optional and required
parameters, making the optional parameter the content for the
element. latex2esis.py is not powerful enough to handle this.