Re: [Rest2web-develop] Linking to document by filename
Brought to you by:
mjfoord
From: G. M. <mi...@us...> - 2008-09-05 05:30:04
|
On 4.09.08, Stéfan van der Walt wrote: > Hi all, > I am new to rest2web, and have a question re: hyperlinking, to which I > could not find an answer on the mailing list archive. > I would like to link to documents by their filename, i.e. if I have > index.txt > otherpage.txt > then inside index.txt I'd like to write > "please refer to `other page <otherpage>`_ ". Is there currently a > way to do this in rest2web, or would a patch for such functionality be > considered? How about:: please refer to `other page <otherpage.html>`_ ? Günter |