Hi, I am customizing a module index. I would like to set classes as entries and let the methods appears as sub-entries.
To do so I am looking at the Sphinx API Index class http://www.sphinx-doc.org/en/stable/extdev/domainapi.html#sphinx.domains.Index.generate I see that I can flag an entry as sub-entry related type: 0 – normal entry 1 – entry with sub-entries 2 – sub-entry. So I will basically flag a class with 2 and a method as 1. Fine, I see the classes become collapsible. But The methods are not listed at all! Indeed, I cannot figure out how to link a method to its class. None of the entry fields seems to related to the parent type. Any clue?? -- 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 https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
