]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
convert(): Change the element name remapping to convert <refmodule>
authorFred Drake <fdrake@acm.org>
Tue, 19 Jan 1999 17:11:23 +0000 (17:11 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 19 Jan 1999 17:11:23 +0000 (17:11 +0000)
to <module link>.

Doc/tools/sgmlconv/docfixer.py

index d8434909a2a26eb15c96919edff08e0a3570774b..2aa7284beb03d5aaa1be77bc66d436114b9f01ee 100755 (executable)
@@ -676,6 +676,7 @@ def convert(ifp, ofp):
         "lineii": ("row", {}),
         "lineiii": ("row", {}),
         "lineiv": ("row", {}),
+        "refmodule": ("module", {"link": "link"}),
         })
     fixup_table_structures(doc)
     fixup_rfc_references(doc)