Re: [sphinx-dev] graphviz extension: how to set the layout for one graph?

2010-04-25 Thread Max Battcher
Roberto Alsina wrote: If I have several graphviz graphs and want to use "circo" instead of dot for one of them, is that doable? AFAICS, setting graphviz_dot to "circo" or graphviz_dot_args to "-Kcirco" would change **all** of them? The -K is also available in the graph itself via the graph's

Re: [sphinx-dev] Using autodoc outside sphinx.

2010-04-25 Thread Roberto Alsina,,,
DasIch writes: autodoc is a sphinx extension and it doesn't generate restructured text so I suppose that nobody has really given it some thought. It seems to me after a quick reading of the code that it does At least internally, this is from Documenter.generate: --- def generat

Re: [sphinx-dev] Using autodoc outside sphinx.

2010-04-25 Thread DasIch
autodoc is a sphinx extension and it doesn't generate restructured text so I suppose that nobody has really given it some thought. signature.asc Description: This is a digitally signed message part.

[sphinx-dev] graphviz extension: how to set the layout for one graph?

2010-04-25 Thread Roberto Alsina
If I have several graphviz graphs and want to use "circo" instead of dot for one of them, is that doable? AFAICS, setting graphviz_dot to "circo" or graphviz_dot_args to "-Kcirco" would change **all** of them? -- You received this message because you are subscribed to the Google Groups "sphin

[sphinx-dev] Using autodoc outside sphinx.

2010-04-25 Thread Roberto Alsina
I can't find any good restructured-text-oriented docstring extraction tools, and ... well, sphinx has one ;-) So, I am wondering, anyone has given any thought about using autodoc outside sphinx to generate restructured text files? Any tips? -- You received this message because you are subscri

[sphinx-dev] Re: inline latex png's don't respect baseline of running text

2010-04-25 Thread Václav Šmilauer
Oh, thanks, Georg. I overlooked that one. It works just great! Cheers, v. -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-...@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+

[sphinx-dev] [fyi] Ruby Domain for Sphinx 1.0

2010-04-25 Thread SHIBUKAWA Yoshiki
Hi everyone, I'm implementing Ruby domain for Sphinx 1.0. I copied Python Domain and customized for Ruby. I commited the source file to following place. http://bitbucket.org/birkenfeld/sphinx-contrib/src/abdfddd840f3/rubydomain/ If anyone is interested in it and has any requests or feedbacks, pl