[sphinx-dev] converting from epytext to reST format

2010-02-27 Thread Tomaz
I'm a contributor to a small but incrementally growing OSS project and the recent problem, that's been bugging me and some our end users, was lack of proper documentation. Right now, all what we have is some generic API docs generated with epydocs from epytext formatted docstring's. I'm thinking

Re: [sphinx-dev] Re: pygments-related error

2010-02-27 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 24.02.2010 01:23, schrieb Warren Weckesser: Apparently the problem was caused by my custom pygments style. It used to work, but now it results in an error when the latex file is processed. When I replaced it with a different style file, the

Re: [sphinx-dev] rst output

2010-02-27 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 25.02.2010 20:07, schrieb Joachim: Hi, I was wondering if there was an option or a way to output into rst files (basically like the 'text' output but with the markup) I'm using autodocs and I would actually like to generate the rst files

Re: [sphinx-dev] converting from epytext to reST format

2010-02-27 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 26.02.2010 17:35, schrieb Tomaz: I'm a contributor to a small but incrementally growing OSS project and the recent problem, that's been bugging me and some our end users, was lack of proper documentation. Right now, all what we have is some

Re: [sphinx-dev] class attribute for HTML tags generated by :guilabel: etc.

2010-02-27 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 27.02.2010 02:09, schrieb Florian Diesch: Hi! Is it possible to add a class attribute to the HTML tags generated by :guilabel:, :kbd:, ...? I'd like to change their style via CSS and that's not possible as they just have plain tags like

Re: [sphinx-dev] Ordering members by order in source code?

2010-02-27 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 25.02.2010 06:08, schrieb pamela: Hi there- I saw some old threads about ordering members in a module by the order they are in the source code. I tried the hacks suggested there, but don't seem to work. Has there been any progress in that

Re: [sphinx-dev] Re: autodoc for Java source?

2010-02-27 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 27.02.2010 01:42, schrieb Roger Binns: Chris Collins wrote: Good idea. In case you're not familiar, Java has an automatic documentation feature called JavaDoc. I used Java from around its 1.0 days and consequently am very familiar with

Re: [sphinx-dev] Non-trivial conditional include with ifconfig?

2010-02-27 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 26.02.2010 17:22, schrieb Fernando Perez: Hi, On Sun, Feb 21, 2010 at 9:46 AM, Georg Brandl ge...@python.org wrote: @Günter: section titles can be matched in nested parsing if you set the match_titles argument to true. I am very happy that