Re: [sphinx-dev] Nice and consistent graphs

2011-09-26 Thread Andrea Crotti
On 09/26/2011 12:41 PM, werner wrote: not an expert on all this but couldn't you use conf.py? I use them for inheritance graphs and do this which I was pointed to do by someone on the list. # draw them top to bottom inheritance_graph_attrs = dict(rankdir="TB", size='"10.0, 10.0"') inheritanc

Re: [sphinx-dev] Nice and consistent graphs

2011-09-26 Thread werner
On 09/26/2011 12:27 PM, Andrea Crotti wrote: I just saw today the nice sphinx.ext.graphviz extension, and I think I will use it heavily. The only problem is that I wanted to get all the graphs with a nice-looking and consistent style, and graphviz for that doesn't really help. If for exampl

[sphinx-dev] Nice and consistent graphs

2011-09-26 Thread Andrea Crotti
I just saw today the nice sphinx.ext.graphviz extension, and I think I will use it heavily. The only problem is that I wanted to get all the graphs with a nice-looking and consistent style, and graphviz for that doesn't really help. If for example all the nodes should be black I should write