commit | d6ced7d199b29f39e40dc887d6e83caadc506a66 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Tue Jan 19 17:11:23 1999 +0000 |
committer | Fred Drake <fdrake@acm.org> | Tue Jan 19 17:11:23 1999 +0000 |
tree | 2114b9f0120178d243af8f68c11daed542be6660 | |
parent | f82e4ab61733c321b583e049700b10c5375d6781 [diff] [blame] |
convert(): Change the element name remapping to convert <refmodule> to <module link>.
diff --git a/Doc/tools/sgmlconv/docfixer.py b/Doc/tools/sgmlconv/docfixer.py index d843490..2aa7284 100755 --- a/Doc/tools/sgmlconv/docfixer.py +++ b/Doc/tools/sgmlconv/docfixer.py
@@ -676,6 +676,7 @@ "lineii": ("row", {}), "lineiii": ("row", {}), "lineiv": ("row", {}), + "refmodule": ("module", {"link": "link"}), }) fixup_table_structures(doc) fixup_rfc_references(doc)