On Mon, Jan 12, 2009 at 7:52 PM, Benjamin Peterson <[email protected]> wrote: > > Jorge Vargas <jorge.vargas <at> gmail.com> writes: > >> >> >> Hi, >> >> I have come across the need to link rst files together in a lossy way. >> My use case could be described as "For more information please see >> <link>", for example while writing a tutorial for first time users, >> you want to keep it simply yet provide an "in deep document of the >> component". For my surprise there isn't any (at least in the docs) >> simple way of doing this. >> >> In short I want something like how wiki's work, where you could easily >> refer to any other internal link without having to go to much >> troubles. > > Something like this is implemented in the development version. The :doc: role > lets you link between documents. > ahh great, I guess I could upgrade to tip then.
>> >> The current solution seems to be >> http://sphinx.pocoo.org/markup/inline.html#ref-role but that is a link >> to a "section" rather than a "document". Maybe we could add a >> different role? say something like >> :see:relative/path/from/source/directory/ > > You can just place the section marker at the top of the document to link to it > at the moment. that is what I'm doing at the moment. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
