Re: [DOCS] [HACKERS] Linking the previously separated documentation

2004-02-09 Thread Peter Eisentraut
Michael Glaesemann wrote:
> If I'm understanding you correctly, that's what I'm doing. Here's an
> example of the change:
>
> Original:
>  Please familiarize yourself with the
>  pg_dump reference page.
>
> Revised:
>  Please familiarize yourself with the
>  
> reference page.

If you write xref then you already say that this is a cross-reference, 
so you don't need the citerefentry element.  (citerefentry is typically 
used to automatically link all occurences to the location of the 
manpage.  For instance, FreeBSD uses it to link all refentry 
"citations" to their online manpage gateway.)



---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org


Re: [DOCS] [HACKERS] Linking the previously separated documentation

2004-02-09 Thread Michael Glaesemann
On Feb 9, 2004, at 6:23 PM, Peter Eisentraut wrote:

Michael Glaesemann wrote:
If I'm understanding you correctly, that's what I'm doing. Here's an
example of the change:
Original:
 Please familiarize yourself with the
 pg_dump reference page.
Revised:
 Please familiarize yourself with the
 
reference page.
If you write xref then you already say that this is a cross-reference,
so you don't need the citerefentry element.  (citerefentry is typically
used to automatically link all occurences to the location of the
manpage.  For instance, FreeBSD uses it to link all refentry
"citations" to their online manpage gateway.)
Thanks, Peter! Good to know.

Michael Glaesemann
grzm myrealbox com
---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster