Is there a way to generate "File lists" in Sphinx documentation for a Python repository similar to Doxygen File lists generated for C++ as shown below?
I've tried the 'autoapi' extension in Sphinx. It generates a hierarchical list of links to file. But this is not what I need.