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:
C:\Python25\Lib\site-packages\Sphinx-0.5.1-py2.5.egg\sphinx\locale\fr\LC_MESSAGES

There is some stuff in the sphinx.po and some in sphinx.js

As you can see I am using 0.5.1 and for me the word Search is 
translated, however the description of what search does on the search 
page is not translated (i.e. the text starting with From here you can 
search these documents ...  I can't find this in either of the 
two files, so it probably means that George has to define this in the 
code as translatable.

Werner

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sphinx-dev group.
To post to this group, send email to sphinx-dev@googlegroups.com
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



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/





--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sphinx-dev group.
To post to this group, send email to sphinx-dev@googlegroups.com
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



-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 run 'make latex' in the documentation root directory. How can i
solve this?

Thanks,

Andreas

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sphinx-dev group.
To post to this group, send email to sphinx-dev@googlegroups.com
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



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 to develop an
 exporter/builder to context (macro-package on top of tex, the real
 latex3? try it by installing minimals - whithout altering an
 existing tex(llive) tree :http://wiki.contextgarden.net/ConTeXt_Minimals
 , and see luatex.org for the future of context). As I'm not a
 developper, is it possible to copy/alter the latex one for making a
 context builder? Where is this file hidden?
 Anybody interested?
 As context tend to be almost standalone, (maybe i'm wrong) I find it
 more simple to use than tons of macro, .sty files, etc.. OK,
 compilation time is longer than latex files, but you can embed
 directly metapost code, and now calculations whith lua code, add fonts
 easily (easier than in xetex), etc.)
 TIA for any answer

I really like very much ConTeXt. It's much easier to do things than in
LaTeX.

It would be great if there was a ConTeXt builder.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sphinx-dev group.
To post to this group, send email to sphinx-dev@googlegroups.com
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



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 work. Maybe a project for the Summer of
Code?

Günter


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sphinx-dev group.
To post to this group, send email to sphinx-dev@googlegroups.com
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



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.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sphinx-dev group.
To post to this group, send email to sphinx-dev@googlegroups.com
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



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 the PSF can umbrella a student to work on a
 Sphinx-related project, you just need to provide two things;

 1) a small list of project ideas (summarized to one sentence) that you'd
 like to inspire students with.  Keep in mind the students are being paid
 $4500 to work on this for around 30 hours a week, 12 weeks, when considering
 the scope.  The idea needs to be concrete and demonstratable, not just
 handle bugs on the tracker, and be code-based (not just writing
 documentation).

 2) 2 mentors for the student (primary and backup), these people should send
 me a private email for more on this.

 Students are already looking at different ideas and deciding what to work on
 so don't take your time on this, we're trying to get all the project ideas
 up by Friday at latest.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sphinx-dev group.
To post to this group, send email to sphinx-dev@googlegroups.com
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



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 can umbrella a student to work on a 
 Sphinx-related project, you just need to provide two things;
 
 1) a small list of project ideas (summarized to one sentence) that you'd 
 like to inspire students with.  Keep in mind the students are being paid 
 $4500 to work on this for around 30 hours a week, 12 weeks, when 
 considering the scope.  The idea needs to be concrete and 
 demonstratable, not just handle bugs on the tracker, and be code-based 
 (not just writing documentation).
 
 2) 2 mentors for the student (primary and backup), these people should 
 send me a private email for more on this.
 
 Students are already looking at different ideas and deciding what to 
 work on so don't take your time on this, we're trying to get all the 
 project ideas up by Friday at latest.
 
  

-- 
Capt. Ben Smith
R/V Coastal Surveyor - R/V Cocheco - S/V Mother of Perl
Center for Coastal and Ocean Mapping Joint Hydrographic Center
University of New Hampshire, Durham, NH, U.S.A.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sphinx-dev group.
To post to this group, send email to sphinx-dev@googlegroups.com
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---

begin:vcard
fn:Capt. Ben Smith
n:Smith;Ben
org:CCOM-JHC
email;internet:b...@ccom.unh.edu
title:Manager of Boat Operations
tel;cell:(603) 781-1766
x-mozilla-html:FALSE
version:2.1
end:vcard



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 me know of any bugs or problems you find.
 I've planned to release the finals a week later.

 I'll be away for the next two days, so please don't expect an
 answer for this time.

 Thanks,
 Georg
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sphinx-dev group.
To post to this group, send email to sphinx-dev@googlegroups.com
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



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/

Supposedly you could use Wikir to bootstrap Sphinx MediaWiki output.

--
--Max Battcher--
http://worldmaker.net

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sphinx-dev group.
To post to this group, send email to sphinx-dev@googlegroups.com
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



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 Python docs and should include comments, better search (e.g.
 via Xapian) and changes suggestions, 

You are aware of pydocweb?
https://code.launchpad.net/~pauli-virtanen/scipy/pydocweb

You can see it running on http://docs.scipy.org. We use it to enable any user to
edit docs and docstrings without using SVN.

It could be a good starting point. I believe the code is fairly clean.

Gaël

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sphinx-dev group.
To post to this group, send email to sphinx-dev@googlegroups.com
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



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 Google Groups 
sphinx-dev group.
To post to this group, send email to sphinx-dev@googlegroups.com
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



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 get it in a state where it actually runs!

From what I remember it currently reads in the information from the
index.xml file of the doxygen xml output and displays that in a very
basic format but does not yet move on to extracting the details from
the other referenced xml files.

For more direct answers to your questions:
- The project is in early development stage.
- I think it will be a viable option but some issues need to be
overcome like how to easily generating multiple pages without having
to be too explicit in the mark up.
- There is no example of the final expected output, I'm not sure
enough of the systems involved to know fully what to expect.

Cheers,
Michael

On Tue, Mar 17, 2009 at 11:49 AM, rodrigob rodrigo.benen...@gmail.com wrote:

 I'm currently working on the documentation of a large C++ project
 using Sphinx (Doxygen is just not readable enough...).

 I was initially planning to do a trick like
 http://www.vlfeat.org/api/index.html

 where they split a generated page to use a header and footer for the
 generated doxygen html pages.

 However the 'breathe' extensions seems to be a better way of doing
 things.

 Could you explain the status of the project ?
 Do you think it is a viable option ?
 Is it somewhere a sample of the expected output ?

 Retrieving the current git branch and running the testsuite today
 provides an


 breathe/testsuite$ make html
 mkdir -p build/html build/doctrees
 sphinx-build -b html -a -N -d build/doctrees   source build/html
 Extension error:
 Could not import extension breathe (exception: No module named
 indexsuper)
 

 And it seems that indexsuper
 http://google.com/codesearch?hl=ensa=Nq=indexsuper++lang:pythonct=rrcs_r=lang:python

 is supposed to be provided by your code ?


 Thanks for your answer.
 Regards,
 rodrigob.

 On Feb 8, 1:09 pm, Michael Jones m.pricejo...@gmail.com wrote:
 For those interested, I've not made much progress, what I have done is
 summarised by the following two repositories:

 Sphinx extension:http://github.com/michaeljones/breathe/tree/master

 Output processing:http://github.com/michaeljones/doxml/tree/master

 I'm getting into a rhythm of working on it, but it might still be
 several weeks before something basic is in place.

 Michael

 On Mon, Dec 15, 2008 at 11:02 PM, Michael Jones m.pricejo...@gmail.com 
 wrote:
  I'm giving this a whirl, I'll keep this thread updated with progress.
  Might not be anything of interest before the new year though. Give us
  a shout if you'd like to help out,

  Michael

  On Sat, Dec 13, 2008 at 11:47 AM, Michael Jones m.pricejo...@gmail.com 
  wrote:
  I've not tried, though I believe Dan's suggestion to be the best
  direction to go in, with the one problem that the Doxygen XML output
  is still in development so might well be subject to change.

  I'm still not finding the time I'm afraid.

  Michael

  On Tue, Dec 9, 2008 at 6:10 AM, Dmitriy fox...@gmail.com wrote:

  Hi, Michael (and the rest of the Sphinx mailing list),

  Have you had any luck with this? I would be very interested in using
  Sphinx to document C++ code.

  Thanks.
  Dmitriy

  On Oct 22, 1:49 am, mpj m.pricejo...@gmail.com wrote:
  Hi,

  I was wondering if anyone has done any work on some kind of autoclass
  equivalent for c++? I thought that using gccxml and pygccxml might be
  an avenue worth exploring but I thought I'd check if anyone had put
  some more thought into it.

  Sphinx is ace, thank you for all the hard work.

  Regards,
  Michael



 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sphinx-dev group.
To post to this group, send email to sphinx-dev@googlegroups.com
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



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 me correctly there is a zope plugin that does this. Perhaps 
the code may provide guidance. 

-- 
/ch

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sphinx-dev group.
To post to this group, send email to sphinx-dev@googlegroups.com
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---