Class name manipulation in autodoc

2009-05-19 Thread Matthew Turk
Hi there, Just as an upfront, I'm loving using sphinx to document a project. I'm writing because I'm stuck at a particular usage pattern we have in our code, and how to properly document it. We have objects that have affiliated "derived quantities" -- to get at these one usually accesses a dicti

Re: Sphinx and XeTeX

2009-05-19 Thread Leandro Lucarella
Guenter Milde, el 19 de mayo a las 05:58 me escribiste: > Alternatively, you can consider using the aafigure extension > http://docutils.sf.net/sandbox/cliechti/aafigure/ to generate SVG images > of your block-model and include these with sphinx. Wow! This looks awfully nice! 8-)~ I guess I'll

Re: Controlling the scale of latex images

2009-05-19 Thread Guenter Milde
On 2009-05-19, Gael Varoquaux wrote: > On Tue, May 19, 2009 at 11:26:03AM +, Guenter Milde wrote: >> On 2009-05-19, Guenter Milde wrote: >> > On 2009-05-19, Gael Varoquaux wrote: >> >> On Tue, May 19, 2009 at 05:50:59AM +, Guenter Milde wrote: >> >>> * using a stylesheet and re-defining

Re: Controlling the scale of latex images

2009-05-19 Thread Gael Varoquaux
On Tue, May 19, 2009 at 11:26:03AM +, Guenter Milde wrote: > On 2009-05-19, Guenter Milde wrote: > > On 2009-05-19, Gael Varoquaux wrote: > >> On Tue, May 19, 2009 at 05:50:59AM +, Guenter Milde wrote: > >>> * using a stylesheet and re-defining the \scalebox command > > ... > >> That's

Re: Controlling the scale of latex images

2009-05-19 Thread Guenter Milde
On 2009-05-19, Guenter Milde wrote: > On 2009-05-19, Gael Varoquaux wrote: >> On Tue, May 19, 2009 at 05:50:59AM +, Guenter Milde wrote: >>> * using a stylesheet and re-defining the \scalebox command > ... >> That's an option, althought it feels like a gludge. I found "the right way" in gr

Re: sphinx-contrib repository created

2009-05-19 Thread Felix Hummel
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? --~--~-~--~~~---~--~~ You received this message because you are subscrib

Re: Controlling the scale of latex images

2009-05-19 Thread Guenter Milde
On 2009-05-19, Gael Varoquaux wrote: > On Tue, May 19, 2009 at 05:50:59AM +, Guenter Milde wrote: >> I fear this leads to "configuritis". > Possibly, but on every single sphinx document I manage, I feel the pdf > has too large pages. >> Are you sure that there is no other sensible way like

Re: Controlling the scale of latex images

2009-05-19 Thread Gael Varoquaux
On Tue, May 19, 2009 at 08:37:29AM +, Pauli Virtanen wrote: > Tue, 19 May 2009 09:17:04 +0200, Gael Varoquaux kirjoitti: > [clip] > > The images are pngs, so there is no printing resolution. > This is, fortunately, not correct: PNG files do carry information about > the printing resolution,

Re: Controlling the scale of latex images

2009-05-19 Thread Pauli Virtanen
Tue, 19 May 2009 09:17:04 +0200, Gael Varoquaux kirjoitti: [clip] > The images are pngs, so there is no printing resolution. This is, fortunately, not correct: PNG files do carry information about the printing resolution, and pdflatex obeys this specification. It can be changed with eg. PIL, >

Re: Controlling the scale of latex images

2009-05-19 Thread Gael Varoquaux
On Tue, May 19, 2009 at 05:50:59AM +, Guenter Milde wrote: > I fear this leads to "configuritis". Possibly, but on every single sphinx document I manage, I feel the pdf has too large pages. > Are you sure that there is no other sensible way like > * setting the printing resolution in the i