Hi, I'd like to come back to this topic: intersphinx is great, but it's a pity that it doesn't work for `:doc:` roles. How much work would it be to add this feature?
Yes, the objects.inv contains only objects, but I personally would need it to interlink my own projects, so I have also the other project's doctree files. Yes, I can define extlink roles as a workaround, but an intersphinxed :doc: role would have at least two advantages: - possibility to automatically get the remote page's title - only one place in my conf.py pointing to the other project Not urgent, this was just to share my thoughts. Luc On 8.11.2009 17:49, Georg Brandl wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > j brandon keith schrieb: >> hi, i think i'm beginning to understand intersphinx a little--i can >> put in modles, classes, etc. and have them show up in my >> objects.inv...but what I would like to do is link to parts of other >> sphinx documentation...i suppose i could use an http url, is there a >> way to, say, in a toctree link to an rst file in a (distant) sphinx >> doc set and have it show up seamlessly in another? > > That is currently not really possible. Only Python objects are listed > in objects.inv. > > However, you can at least place any link in a toctree by using something > like this: > > .. toctree:: > > normal_doc > normal_doc > link caption <http://address.com/> > > There will be no subitems for that item though. > > cheers, > Georg -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users?hl=en.
