Hi Paul, In Sphinx, the index page is generated by Index class. http://www.sphinx-doc.org/en/master/extdev/domainapi.html#sphinx.domains.Index
So you can make a custom index page with it. Thanks, Takeshi KOMIYA 2018-04-30 10:08 GMT+09:00 Paul Craven <[email protected]>: > This is an 'idea' for people. I wonder if this would be a nice thing to > build into Sphinx. > > For my project I generate a quick API index. For an example see here: > > http://arcade.academy/quick_index.html > > The code, which kind of a hack, is here: > > https://github.com/pvcraven/arcade/blob/master/doc/preprocess_files.py > > -- > 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. -- 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.
