[PATCH] graphviz extension images can't be centered in latex output

2009-05-22 Thread Leandro Lucarella
I don't know if it's me, but when I include graphviz images in a latex figure, with \centering, the image wont get centered. I hit the "problem", it seems to be that LaTeX has some problem if the \includegraphics don't have any options. Again, I don't know much about LaTeX but the trivial patch I'

Links as footnotes (latex output)

2009-05-22 Thread Leandro Lucarella
For printed documents hyper-links are pretty useless. I used a trick in reST to convert all the links to footnotes using the .. target-notes: directive, but I can't get it to work when using Sphinx (I get latex errors). Is there any way to accomplish that using Sphinx? Thanks! -- Leandro Lucar

Re: [PATCH] Makefile qthelp builder project/project_fn confusion

2009-05-22 Thread Wouter van Heyst
On Fri, May 22, 2009 at 06:14:49PM +0200, Georg Brandl wrote: > > Wouter van Heyst schrieb: > > Hi, > > > > sphinx-quickstart will generate a Makefile that for the qthelp target > > will give the wrong advice on which commands to run. Attached patch > > harmonizes things. > > Thanks! I've appli

Re: "class" renaming - feedback needed!

2009-05-22 Thread Georg Brandl
Doug Hellmann schrieb: > > On May 13, 2009, at 3:31 AM, Georg Brandl wrote: > >> >> Looking at Python naming tradition, both "type" and "classobj" would >> be >> candidates. "klass" is also commonly used when a Python identifier is >> called for, but of these, only "classobj" would be possibl

Re: sphinx-contrib repository created

2009-05-22 Thread Georg Brandl
Felix Hummel schrieb: > Thanks, Georg! > > One place to collect extensions, but individual eggs seem like a good > idea to me too. > > What about a setup.py template (with useful sphinx defaults) to make > creating eggs easier? Yes, I will set up the new structure soon, with a template to follo

Re: [PATCH] Makefile qthelp builder project/project_fn confusion

2009-05-22 Thread Georg Brandl
Wouter van Heyst schrieb: > Hi, > > sphinx-quickstart will generate a Makefile that for the qthelp target > will give the wrong advice on which commands to run. Attached patch > harmonizes things. Thanks! I've applied this and the image patch in 0.6 and trunk. cheers, Georg --~--~-~--~

[PATCH] Makefile qthelp builder project/project_fn confusion

2009-05-22 Thread Wouter van Heyst
Hi, sphinx-quickstart will generate a Makefile that for the qthelp target will give the wrong advice on which commands to run. Attached patch harmonizes things. Wouter van Heyst --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog

[PATCH] qthelp builder inclusion of images

2009-05-22 Thread Wouter van Heyst
Hi, currently the qthelp builder doesn't list any images in the generated .qhp file. With Qt 4.4 you could get away with that if the paths in your .html file happened to resolve from the location where you started Qt Assistant. With Qt 4.5 this is no longer the case. The attached patch will also