I am using the inheritance_diagram extension to draw inheritance diagrams for our software. (See a sample at http://github.enthought.com/enaml/developer_guide/api_ref/enaml.widgets.html )
It is a great package, and very useful for API documentation. However, I am looking for a way to limit the number of inheritance levels. Sometimes if there is a lot of subclassing, the diagram can start to look like a palm tree with an uninteresting trunk. In the example I linked to above, it is not necessary to show the inheritance all the way back to "HasTraits". Showing the inheritance to "BaseComponent" is sufficient, and the rest just causes the graph to be compressed on- screen. Is there a way to truncate inheritance diagrams? It seems to me this would be a useful addition to inheritance_graph_attrs. Thanks, -Tim -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.