From: <gr...@us...> - 2025-06-10 19:50:52
|
Revision: 10161 http://sourceforge.net/p/docutils/code/10161 Author: grubert Date: 2025-06-10 19:50:50 +0000 (Tue, 10 Jun 2025) Log Message: ----------- TODO refid markup Modified Paths: -------------- trunk/docutils/docutils/writers/manpage.py Modified: trunk/docutils/docutils/writers/manpage.py =================================================================== --- trunk/docutils/docutils/writers/manpage.py 2025-06-10 09:57:32 UTC (rev 10160) +++ trunk/docutils/docutils/writers/manpage.py 2025-06-10 19:50:50 UTC (rev 10161) @@ -1112,6 +1112,7 @@ self.body.append(r"\%%<%s>" % insert_URI_breakpoints(node.astext())) raise nodes.SkipNode + # TODO markup the target # elif 'refid' in node: # internal cross references are ignored (just print the text) @@ -1142,6 +1143,7 @@ # if content is uri skip content raise nodes.SkipNode else: + # TODO markup the target self.context.append('') def _depart_reference_with_macro(self, node) -> None: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |