Hi; Sphinx renders my html index entries (in the main text) like this:
the <span class="target" id="index-0"></span>item I am referring to... The inline index item follows the span tag, but is not itself wrapped in the span tag (which is empty). This is useful for marking the location of index entries in the main text, and the index itself works perfectly. But what if I want to go the other way as well? What if I want the index entries in the main text to also link back to the index? Is there a way to do that? For me, it would provide a way for readers to go directly to the index to look at the other areas in the document where a given item is referenced. Making this happen would require a link in the main text (as well as in the index), and would involve wrapping the index item inside a link tag. And, that would probably mean changing the span tag as well (or removing it altogether), to reduce redundancy. Any thoughts about the feasibility of this? Thanks in advance. (This is my first post to this forum. I did search the forum for a while before posting, but even so, I may be asking a question that has been answered many times. If so, thanks for your patience.) Ross -- 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 http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
