Hi, You can refer the general index and python-module index using :ref: role (:ref:`genindex` and :ref:`modindex`). But we can not refer other index pages using the role. AFAIK there are no way to make links to them.
BTW the index pages are not a "document". so you can use :doc: role to refer them. Thanks, Takeshi KOMIYA 2017年2月14日火曜日 23時58分17秒 UTC+9 Viktor Haag: > > What's the recommended way to cross-reference in RST to a generated index > page? Ideally, one should be able to :doc: or :ref: to the name of the > Index class's "name" property, I would think? > > It seems that we can use a relative HTTP link to produce a link to the > page, but that seems fragile when compared to an RST-level cross-reference > to a node label of some kind? > -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
