it doesn't do what you want because I've misspelled it, it should be with semicolon

   .. index::
       pair: Pan; Peter


this creates two index entries, "Pan Peter" and "Peter Pan". usually, this is the best way for index entries of two words.


That does not do what I want, but I now found the solution with:

.. index::
    single: Pan, Peter

This creates the right entry.

Thanks!
juh

--
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@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.

Reply via email to