Stefan recently published a post about the class hierarchy in his new diffgeom module. http://krastanov.wordpress.com/2012/08/08/graph-of-the-relations-between-objects-in-the-diffgeom-module/
I really like it. This kind of visualization gives an excellent high-level overview of what to expect before diving into the code. I'd like to see one for all of SymPy. Or rather I'd like a tool that looks through the .py files in a (sub)directory and creates such a graph in the .dot format of the class inheritance structure. I plan to do this at some point in the near future. I wanted to make sure that we didn't already have a solution for this though. Alternatively does anyone know of a good tool that they would recommend for this? -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
