Replies: 1 comment 1 reply
-
| Does the following work? .. index:: main_entry; sub_entry1
           main_entry; sub_entry2It would be helpful to have an example of what the LaTeX syntax generates in the index. A | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    

Uh oh!
There was an error while loading. Please reload this page.
-
I would like to know if there is a way to add multiple index entries in Sphinx.
In the tutorials, I've found that only two entries can be added using the format
.. index:: main_entry; sub_entryHowever, I am looking for a method to include more than two entries, similar to LaTeX's approach with
\index{main_entry!sub_entry!sub_sub_entry}Is there a way to achieve this in Sphinx?
Beta Was this translation helpful? Give feedback.
All reactions