mirror of https://github.com/python/cpython
convert(): Change the element name remapping to convert <refmodule>
to <module link>.
This commit is contained in:
parent
f82e4ab617
commit
d6ced7d199
|
@ -676,6 +676,7 @@ def convert(ifp, ofp):
|
||||||
"lineii": ("row", {}),
|
"lineii": ("row", {}),
|
||||||
"lineiii": ("row", {}),
|
"lineiii": ("row", {}),
|
||||||
"lineiv": ("row", {}),
|
"lineiv": ("row", {}),
|
||||||
|
"refmodule": ("module", {"link": "link"}),
|
||||||
})
|
})
|
||||||
fixup_table_structures(doc)
|
fixup_table_structures(doc)
|
||||||
fixup_rfc_references(doc)
|
fixup_rfc_references(doc)
|
||||||
|
|
Loading…
Reference in New Issue