I would like sphinx to generate a module overview similar to the one created by doxygen, here is an example
I can not find how sphinx can do this
I could use Graphviz to generate some kind of graph, but I cannot find a way to get an object that can be clicked on a graph that works the same way as in the example above.
Is there a way to do this directly in sphinx or hack it so that it works as an overview of the doxygen module?
source share