1) Why am i seeing </dl></td><td width="33%" valign="top"><dl>
in my html at seemingly random places? This is causing blank spaces in between index entries where i don't want spaces. This is my html: <dt><a href="overview/setupiDigi.html#index-223">Add Gateway to the idigi.com Device List</a></dt> <dt><a href="Test/appendixA/se/aliasing.html#index-18">add_alias</a>, <a href="appendixA/se/aliasing.html#index-107">[1]</a></dt> <dt><a href="Test/appendixA/ rpc_general_interface.html#index-8">add_cluster</a>, <a href="appendixA/rpc_general_interface.html#index-97">[1]</a></dt> <dt><a href="appendixA/ zigbee_requests_responses.html#index-154">add_device</a>, <a href="Test/appendixA/zigbee_requests_responses.html#index-65">[1]</a></ dt></dl></td><td width="33%" valign="top"><dl> <dt><a href="Test/appendixA/ rpc_general_interface.html#index-6">add_endpoint</a>, <a href="appendixA/rpc_general_interface.html#index-95">[1]</a></dt> <dt><a href="Test/appendixA/ rpc_general_interface.html#index-4">add_interface</a>, <a href="appendixA/rpc_general_interface.html#index-93">[1]</a></dt> Here is rpc_general_interface.rst: .. index:: single: General Requests/Responses; add_cluster single: add_cluster .. _appendixA_addCluster: add_cluster ============ Here is zigbee_requests_responses.rst: .. index:: single: add_device single: ZigBee Requests/Responses; add_device .. _appendixA_addDevice: add_device =========== What is the issue here? 2) Using: .. index:: single: Smart Energy Requests/Responses: Messaging and then later on .. index:: single: Smart Energy Requests/Responses: Messaging; get_message_events single: get_message_events and .. index:: single: Smart Energy Requests/Responses: Messaging; cancel_message_event single: cancel_message_event gives me an Index header that is not a link while the sublist are all links. I'm using the exact same formatting (copied and pasted) in 10 other places and it works as it should and yet the html generation is different for this one index. What gives? -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.
