About the glossary....
Terry>I think it would be more helpful if [the glossary] didn't start
Terry>with all those @ entries - no doubt alphabetical order is
Terry>working against us there.
Edward>Please, let's all be clear that I want this to happen too.
Edward>But I don't know how to do this.
I think this means that instead of a glossary that looks like this:
@apple
@berry
@citrus
Alpha
Beta
the desired effect is:
Alpha
@apple
@berry
Beta
@citrus
Based on my interpretation of http://sphinx.pocoo.org/markup/para.html#glossary
and the section, "New in version 0.6", the easy part to make this
happen is to remove the :sorted: flag. Then the hard part is manually
re-ordering the glossary to the desired sequence. I wouldn't mind
volunteering to do at least the initial pass on the hard part. After
that new entries should be easier -- just insert them in the order
desired.
About the index....
Based on my interpretation of
http://sphinx.pocoo.org/markup/para.html#index-generating-markup
it doesn't seem to be that index entry types (single, pair, triple)
are mutually exclusive. For example, in directives.txt rev 3259:
.. index::
pair: @killcolor; Reference
I think you could add "single: killcolor" like this:
.. index::
single: killcolor
pair: @killcolor; Reference
or maybe two pairs:
.. index::
pair: killcolor; Reference
pair: @killcolor; Reference
So it would create @killcolor under Symbols and killcolor under K.
I would have thought:
.. index::
triple: @killcolor; killcolor; Reference
would also work but that doesn't seem to give the desired results as
described at the para.html#index-generating-markup link above, but I'm
probably just not understanding the description correctly.
--
You received this message because you are subscribed to the Google Groups
"leo-editor" 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/leo-editor?hl=en.