SF.net SVN: docutils:[9607 ] trunk/sandbox/manpage-wri ter

grubert--- via Docutils-checkins <[email protected]>
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 9607
          http://sourceforge.net/p/docutils/code/9607
Author:   grubert
Date:     2024-03-30 09:47:50 +0000 (Sat, 30 Mar 2024)
Log Message:
-----------
FIX refids are not output

Modified Paths:
--------------
    trunk/sandbox/manpage-writer/expected/references.latin1
    trunk/sandbox/manpage-writer/expected/references.man
    trunk/sandbox/manpage-writer/expected/references.ps
    trunk/sandbox/manpage-writer/expected-mandoc/references.man
    trunk/sandbox/manpage-writer/expected-mandoc/references.ps
    trunk/sandbox/manpage-writer/expected-mandoc/references.utf8

Modified: trunk/sandbox/manpage-writer/expected/references.latin1
===================================================================
--- trunk/sandbox/manpage-writer/expected/references.latin1	2024-03-30 09:44:37 UTC (rev 9606)
+++ trunk/sandbox/manpage-writer/expected/references.latin1	2024-03-30 09:47:50 UTC (rev 9607)
@@ -45,8 +45,7 @@
        Want   to   learn    about    my    favorite    programming    language
        <https://www.python.org> ?
 
-       Clicking  on  this internal hyperlink will take us to the  <target> be-
-       low.
+       Clicking on this internal hyperlink will take us to the target below.
 
        The hyperlink target above points to this paragraph.
 
@@ -63,7 +62,7 @@
        The one-liner <https://docutils.sourceforge.io/rst.html>
         and starts-on-this-line <https://docutils.sourceforge.net/rst.html>
         or entirely-below <https://docutils.sourceforge.net/rst.html>
-        point to   <https://docutils.sourceforge.io/rst.html>  and in man  are
+        point  to   <https://docutils.sourceforge.io/rst.html>  and in man are
        ... ?
 
        Escaped whitespace is preserved as intentional spaces, e.g.:
@@ -71,10 +70,10 @@
        some reference <../local path with spaces.html>
         to a local path.
 
-       Anonymous  hyperlink  references are specified with two underscores in-
+       Anonymous hyperlink references are specified with two  underscores  in-
        stead of one:
 
-       See   the   web   site   of   my    favorite    programming    language
+       See    the    web    site   of   my   favorite   programming   language
        <https://www.python.org> .
 
        Anonymous targets begin with ".. __:"; no reference name is required or

Modified: trunk/sandbox/manpage-writer/expected/references.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/references.man	2024-03-30 09:44:37 UTC (rev 9606)
+++ trunk/sandbox/manpage-writer/expected/references.man	2024-03-30 09:47:50 UTC (rev 9607)
@@ -92,7 +92,7 @@
 Want to learn about my favorite programming language <https://www.python.org>
 ?
 .sp
-Clicking on this internal hyperlink will take us to the  <target> 
+Clicking on this internal hyperlink will take us to the target
 below.
 .sp
 The hyperlink target above points to this paragraph.

Modified: trunk/sandbox/manpage-writer/expected/references.ps
===================================================================
--- trunk/sandbox/manpage-writer/expected/references.ps	2024-03-30 09:44:37 UTC (rev 9606)
+++ trunk/sandbox/manpage-writer/expected/references.ps	2024-03-30 09:47:50 UTC (rev 9607)
@@ -1,6 +1,6 @@
 %!PS-Adobe-3.0
 %%Creator: groff version 1.23.0
-%%CreationDate: Tue Mar 26 16:18:51 2024
+%%CreationDate: Sat Mar 30 10:39:11 2024
 %%DocumentNeededResources: font Times-Italic
 %%+ font Times-Roman
 %%+ font Times-Bold
@@ -293,8 +293,8 @@
 (ython.or)-.1 E(g> .)-.18 E -.8(Wa)108 504 S(nt to learn about my f).8 E
 -.2(avo)-.1 G(rite programming language <https://www).2 E(.p)-.65 E
 (ython.or)-.1 E(g> ?)-.18 E(Clicking on this internal h)108 528 Q
-(yperlink will tak)-.05 E 2.5(eu)-.1 G 2.5(st)-2.5 G 2.5(ot)-2.5 G 2.5
-(he <tar)-2.5 F(get> belo)-.18 E -.65(w.)-.25 G(The h)108 552 Q
+(yperlink will tak)-.05 E 2.5(eu)-.1 G 2.5(st)-2.5 G 2.5(ot)-2.5 G
+(he tar)-2.5 E(get belo)-.18 E -.65(w.)-.25 G(The h)108 552 Q
 (yperlink tar)-.05 E(get abo)-.18 E .3 -.15(ve p)-.15 H
 (oints to this paragraph.).15 E<83>108 568.8 Q -.2(bu)118 568.8 S
 (llet list).2 E<83>108 585.6 Q(second item, with h)118 585.6 Q

Modified: trunk/sandbox/manpage-writer/expected-mandoc/references.man
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/references.man	2024-03-30 09:44:37 UTC (rev 9606)
+++ trunk/sandbox/manpage-writer/expected-mandoc/references.man	2024-03-30 09:47:50 UTC (rev 9607)
@@ -92,7 +92,7 @@
 Want to learn about my favorite programming language <https://www.python.org>
 ?
 .sp
-Clicking on this internal hyperlink will take us to the  <target> 
+Clicking on this internal hyperlink will take us to the target
 below.
 .sp
 The hyperlink target above points to this paragraph.

Modified: trunk/sandbox/manpage-writer/expected-mandoc/references.ps
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/references.ps	2024-03-30 09:44:37 UTC (rev 9606)
+++ trunk/sandbox/manpage-writer/expected-mandoc/references.ps	2024-03-30 09:47:50 UTC (rev 9607)
@@ -175,8 +175,8 @@
 282.524(us)c
 295.053(to)c
 306.361(the)c
-325.303(<target>)c
-365.508(below.)c
+322.553(target)c
+350.350(below.)c
 87.274 641.432(The)s
 107.129(hyperlink)c
 152.042(target)c

Modified: trunk/sandbox/manpage-writer/expected-mandoc/references.utf8
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/references.utf8	2024-03-30 09:44:37 UTC (rev 9606)
+++ trunk/sandbox/manpage-writer/expected-mandoc/references.utf8	2024-03-30 09:47:50 UTC (rev 9607)
@@ -46,8 +46,7 @@
        Want to learn about my favorite programming language
        <https://www.python.org> ?
 
-       Clicking on this internal hyperlink will take us to the  <target>
-       below.
+       Clicking on this internal hyperlink will take us to the target below.
 
        The hyperlink target above points to this paragraph.
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.