Trying to link e.g. to this:
http://xoomer.virgilio.it/infinity77/AGW_Docs/foldpanelbar.FoldPanelItem.html#foldpanelbar.FoldPanelItem
my conf.py has:
intersphinx_mapping = {"python": ('http://docs.python.org/', None),
"agw":
('http://xoomer.virgilio.it/infinity77/AGW_Docs/', None),
}
And Sphinx build can read both the Python and the agw objects.inv file.
Then I have a link in the doc like this:
:ref:`<agw:foldpanelbar.FoldPanelItem>`
But I get a warning "undefined label....)
Trying to figure out if I use the correct label I looked at objects.inv
and I think this is the relevant entry in there:
(u'Advanced Generic Widgets', u'0.9.1',
u'http://xoomer.virgilio.it/infinity77/AGW_Docs/foldpanelbar.FoldPanelItem.html#foldpanelbar-foldpanelitem',
u'FoldPanelItem')
Can someone help me figure out where I am going wrong with this?
Werner
--
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/sphinx-dev?hl=en.