Hi,
Over all, I really like ReST a lot. However, I was wondering what the proper
method is to reference other ReST pages.
In my case, my desired output /is/ HTML, and I could directly specify links to
the final deployment site. However, this kind of hardcoding is obviously
backwards, because it don't allow me to easily change my target deployment
site. Also, this solution is HTML-specific.
I was hoping that titles from other pages would be implicit links that other
pages could refer to, but that doesn't seem to be the case. I might be
mincing my ReST jargon, so let me be more clear, just in case.
In file one.txt I have:
First Title
===========
In file two.txt I have:
(see `First Title`_)
But that doesn't seem to work when I do a rst-buildhtml in the directory
containing the two files.
By the way, I'm not subscribed to the mailing list, so please reply to the
E-mail I've provided. However, I'll also check GMane periodically to see if
there are any replies.
Thanks for your help,
Sukant
|