Re: html french output

2009-03-19 Thread Werner F. Bruhin
Shubacka wrote: Hi everybody, While testing Sphinx, I've noticed that not-all-the-words are in french (like search, etc.). Where is the file to be translated further in french? I believe it is in this folder:

Re: html french output

2009-03-19 Thread Benjamin Peterson
Shubacka o.turlier at gmail.com writes: Hi everybody, While testing Sphinx, I've noticed that not-all-the-words are in french (like search, etc.). Where is the file to be translated further in french? TIA for any answer sphinx/locale/fr/

-interaction=nonstopmode in LaTeX build

2009-03-19 Thread andreash
Hey there, for a project I'm building the documentation automatically upon a commit using a post-commit hook (SVN). For this scenario it would be really nice to have the option of adding --interaction=nonstopmode to the latex commands. However, the Makefile seems to be re-written every time I

Re: new exporter/builder : context

2009-03-19 Thread olilo
On Mar 18, 6:19 pm, Shubacka o.turl...@gmail.com wrote: Hi everybody. I've tested Sphinx for setting up a double output (pdf html) for courses (construction techniques, drawing, etc.). I'm really impressed by the html output (default conf.) For making the pdf, I would know if it's possible

Re: new exporter/builder : context

2009-03-19 Thread Guenter Milde
On 2009-03-18, Shubacka wrote: For making the pdf, I would know if it's possible to develop an exporter/builder to context (macro-package on top of tex, ... Do you mean Context? ... is it possible to copy/alter the latex one for making a context builder? It is possible but it is a lot of

Search with Numbers?

2009-03-19 Thread eric
Is the search box supposed to work if numbers are included? If I have a page with Cat 55, I can find it searching for Cat. Searching for 55 does not work, but neither does Cat 55. If numbers can't be included, it would be useful to just have them ignored, instead of returning no matches.

Re: Summer of Code

2009-03-19 Thread rodrigob
Well, I suggest the Doxygen - Sphinx integration project (see the thread named 'Auto generating C++ docs' ). Regards, rodrigob. On Mar 19, 2:13 am, Arc Riley arcri...@gmail.com wrote: Hey Guys/Gals We're getting ready for another year of Summer of Code.  As an important Python-based project

Re: Summer of Code

2009-03-19 Thread Ben Smith
In the category of I wish Sphinx would.. topics, my top one is: Output MediaWiki Wikitext. My documentation needs to also appear in a mediawiki site. -ben Arc Riley wrote: Hey Guys/Gals We're getting ready for another year of Summer of Code. As an important Python-based project the PSF

Re: Released: 0.6b1, 0.5.2b1

2009-03-19 Thread David Huard
Hi Georg, The autosummary directive does not seem to include the summary line in the second column. This is from a fresh hg pull. Cheers, David On Mar 16, 8:20 pm, Georg Brandl ge...@python.org wrote: Hi, I've just put beta versions of 0.6 and 0.5.2 on the cheeseshop. Please test and let

Re: Summer of Code

2009-03-19 Thread Max Battcher
Ben Smith wrote: In the category of I wish Sphinx would.. topics, my top one is: Output MediaWiki Wikitext. My documentation needs to also appear in a mediawiki site. -ben It's been mentioned before here, I think, but Wikir gets you part of the way there: http://code.google.com/p/wikir/

Re: Summer of Code

2009-03-19 Thread Gael Varoquaux
On Thu, Mar 19, 2009 at 09:54:29PM +0100, Georg Brandl wrote: My favorite project (and one that I think is well manageable in the time and experience limits) is writing a Sphinx web app that serves docs in a more interactive fashion than the standard static HTML. This would be used for the

Re: Summer of Code

2009-03-19 Thread Armin Ronacher
Hi, Georg Brandl schrieb: I would be the primary mentor, and I hope Armin will act as my backup; I'll try to contact him ASAP. Do you need more info? Count me in. Regards, Armin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Auto generating C++ docs

2009-03-19 Thread Michael Jones
Thanks for taking the time to check it out, sorry I didn't leave it in a working state. I've not worked on it for a bit as I was taking time out to work on another extension and get used to the rst/Sphinx setup. It is next on my list so I'll get back to it next week. The first thing I'll do is

Re: Summer of Code

2009-03-19 Thread Chris h
On Thursday 19 March 2009 16:54:29 Georg Brandl wrote: Another project is adding a direct PDF builder, producing its output via reportlab/rst2pdf as opposed to having to go through LaTeX. This is a bit more tedious, because it requires handling quite a lot of corner cases. If memory serves