[sphinx-dev] Re: Status of rst2pdf and a timeout

2009-09-14 Thread Roberto Alsina
On Monday 14 September 2009 18:11:19 Tim Michelsen wrote: > > The font discovery in windows is pretty much untested. > > I can be a tester, though I will not code a line. > > Can you put your testing code somewhere? There isn't any yet because I never expected font embedding to have a sphinx- s

[sphinx-dev] Re: Auto-documentation issues and limitations

2009-09-14 Thread Fernando Perez
On Mon, Sep 14, 2009 at 1:35 PM, Tim Michelsen wrote: > >> 1. - Is there any way to create auto-documentation of a project >> without generating the rst files and setting the auto-doc strings >> (automodule, autoclass...) for each module and class manually? > Although this seems to be disregarded

[sphinx-dev] Re: Status of rst2pdf and a timeout

2009-09-14 Thread Tim Michelsen
> The font discovery in windows is pretty much untested. I can be a tester, though I will not code a line. Can you put your testing code somewhere? Or shall I try it with the offical Python docs that you posted as pictures? --~--~-~--~~~---~--~~ You received thi

[sphinx-dev] Re: Status of rst2pdf and a timeout

2009-09-14 Thread Roberto Alsina
On Monday 14 September 2009 17:42:58 Tim Michelsen wrote: > > Pretty good! And the sphinx integration is working. > > > > While not ready for production usage, odds are good your manuals will > > work, and produce reasonable output. Also: install psyco, it gets more > > than twice as fast. > > I

[sphinx-dev] Re: Status of rst2pdf and a timeout

2009-09-14 Thread Tim Michelsen
> Pretty good! And the sphinx integration is working. > > While not ready for production usage, odds are good your manuals will work, > and produce reasonable output. Also: install psyco, it gets more than twice > as > fast. I tried it out today on Windows XP. When I opened the generated PDF

[sphinx-dev] Re: Auto-documentation issues and limitations

2009-09-14 Thread Tim Michelsen
> 1. - Is there any way to create auto-documentation of a project > without generating the rst files and setting the auto-doc strings > (automodule, autoclass...) for each module and class manually? Although this seems to be disregarded by some developers on this list, I think this is sometimes

[sphinx-dev] Newbie question - "make html" no longer works on OSX

2009-09-14 Thread Gerhardt
Hello Sphinx folk, I am writing some documentation using Sphinx. The command I used to use to convert the restructured text files to html no longer seems to work for me on my macbook: > make html sphinx-build -b html -d _build/doctrees . _build/html Traceback (most recent call last): File "

[sphinx-dev] autodoc of inherited properties and members?

2009-09-14 Thread jtravs
Hello, I've just started using sphinx, and I'm loving it! One issue that I can't seem to resolve is if autodoc can document inherited properties and attributes like it can methods? I use a private base class for common functionality, with a number of properties, but I want the public derived cla

[sphinx-dev] Auto-documentation issues and limitations

2009-09-14 Thread Diego Escalona
Hello all, I'm giving a try to Sphinx to autodoc some of my Python projects because I've found this tool really amazing. But I'm having some problems to generate auto-documentation, so I would to ask some questions. 1. - Is there any way to create auto-documentation of a project without generati