[sphinx-dev] Re: ReStructuredTextToolsForGedit

2010-03-30 Thread Guenter Milde
On 2010-03-30, werner wrote: > I use UliPad, but it has the same limitations - it would be nice if > there is a way to preview a single .rst file - with Sphinx directives > also working, but I don't think there is such a "build" command in > Sphinx at this time - would be very happy if someone

Re: [sphinx-dev] Re: ReStructuredTextToolsForGedit

2010-03-30 Thread Roberto Alsina
On Tuesday 30 March 2010 04:21:44 Guenter Milde wrote: > On 2010-03-30, werner wrote: > > I use UliPad, but it has the same limitations - it would be nice if > > there is a way to preview a single .rst file - with Sphinx directives > > also working, but I don't think there is such a "build" comma

Re: [sphinx-dev] Included non-rst files not copied to _source directory

2010-03-30 Thread TP
I implemented rst_prologue option in conf.py here: http://bitbucket.org/tpowers/sphinx/changeset/c5ad17aa65cb/ (it's only a few changed lines). On Mon, Mar 29, 2010 at 7:29 PM, Fernando Perez wrote: > On Mon, Mar 29, 2010 at 2:42 PM, TP wrote: >> >> >> However, as described in my "Include direct

[sphinx-dev] [GSoC] Port to Python 3.x and Integration of sphinx.web

2010-03-30 Thread DasIch
Hello, I am planning on applying to GSoC to port Sphinx to Python 3 and integrate sphinx.web(last year's GSoC project) into Sphinx. Basically these are two projects but Georg pointed out that just one of the two is probably too short for the GSoC. As proposed by the Wiki i would like to get some

[sphinx-dev] please add GetFEM++ in projects using sphinx

2010-03-30 Thread Luis Saavedra
Dear sphinx-dev group, the project GetFEM++ http://home.gna.org/getfem/ is using sphinx in its documentation, regards, Luis. -- 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 u

[sphinx-dev] add_description_unit - control output?

2010-03-30 Thread bob84123
I've been using an extension with the following line, in order to document and catalog requirements: app.add_description_unit(directivename = 'requirement', rolename = 'req') Now I'd like to customise the output of the directive, but that's where I'm stuck. The documentation says: "If you

[sphinx-dev] [GSoC] Support for other languages via doxygen

2010-03-30 Thread Leontius Adhika Pradhana
Hi all, My name is Leon from National University of Singapore and I would like to participate in GSoC this year for Sphinx. I would like to develop support for documenting languages other than python via doxygen. Currently doxygen does a good job in parsing source code and extracting relevant co

Re: [sphinx-dev] Re: ReStructuredTextToolsForGedit

2010-03-30 Thread Justin Rosen
Thanks for the info, I'll stick with syntax highlighting for now! On Tue, Mar 30, 2010 at 3:22 AM, Roberto Alsina wrote: > On Tuesday 30 March 2010 04:21:44 Guenter Milde wrote: > > On 2010-03-30, werner wrote: > > > I use UliPad, but it has the same limitations - it would be nice if > > > there

Re: [sphinx-dev] add_description_unit - control output?

2010-03-30 Thread Florian Diesch
bob84123 writes: > I've been using an extension with the following line, in order to > document and catalog requirements: > >app.add_description_unit(directivename = 'requirement', rolename = > 'req') > > Now I'd like to customise the output of the directive, but that's > where I'm stuck. Th