Hi there, 
It seem I can't create a working index in HTML, though it in latex/pdf. As 
an example, in the file first.rst i have the line:

.. index:: Firewall rules, network interface, IP address

which creates, in the latex source, the correct line:

\index{Firewall rules}\index{network interface}\index{IP address}

Also in the first.html there is a <p id="index-6"> anchor, but in the 
genindex.html page I can find:

<h2 id="F">F</h2>
<table width="100%" class="indextable"><tr><td width="33%" valign="top">
<dl>

<dt><a href="('', 'first.html#index-6')">Firewall 
rules</a></dt></dl></td><td width="33%" valign="top"><dl>
</dl></td></tr></table>

As you see, the href can not work (perhaps there should be some .js file 
that translates that href into an URL that I am missing). it seems that 
some method fails in creating the correct full (relative) hyperlink.

My guess is that the sphinx builders/writers are doing their job correctly, 
but the HTML index-generating class/method is not. I have no idea where to 
look for it... Any idea? 

Thank you in advance,
Stefano

-- 
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.


Reply via email to