[sphinx-dev] Re: why does sphinx eat traceback lines?

2009-11-13 Thread Chris Withers
Chris Withers wrote: Note the very subtle difference. It's a bug, but the above is a workaround for now... So subtle my mua ended up srewing it up... Actually, chatting with Georg^wRDM? on IRC, it turned out to be: from testfixtures import compare compare(1, ... 2)

[sphinx-dev] Re: faster sphinx-to-gihtub script

2009-11-13 Thread Michael Jones
Thank you for this. I confess that part of me has a soft spot for the original shell script implementation but if Python is faster and indeed more portable then it makes sense to switch. I'll pull and update as necessary. Michael On Fri, Nov 13, 2009 at 1:24 AM, Ondrej Certik ond...@certik.cz

[sphinx-dev] Re: why does sphinx eat traceback lines?

2009-11-13 Thread Chris Withers
Georg Brandl wrote: Actually, chatting with Georg on IRC, it turned out to be: Actually, that was R. David Murray, not me :) But birkenfeld and bitdancer both start with 'bi'?! ;-) Chris -- Simplistix - Content Management, Batch Processing Python Consulting -

[sphinx-dev] Re: faster sphinx-to-gihtub script

2009-11-13 Thread Jean Daniel
Hello, Make sure to rename the '_sources' directory in the searchtool.js, line 389, or else the search page will not work correctly (I think this directory name is hardcoded). In the python script, this is 'if file.endswith(.html) or file.endswith(.js)', in bash this is 'find -type f' without

[sphinx-dev] Re: faster sphinx-to-gihtub script

2009-11-13 Thread Jean Daniel
Also, I read searchtool.js, it is a super cool gem. Very smart ! Cheers, On Fri, Nov 13, 2009 at 3:01 PM, Jean Daniel jeandaniel.bro...@gmail.com wrote: Hello, Make sure to rename the '_sources' directory in the searchtool.js, line 389, or else the search page will not work correctly

[sphinx-dev] Re: faster sphinx-to-gihtub script

2009-11-13 Thread Ondrej Certik
On Fri, Nov 13, 2009 at 6:01 AM, Jean Daniel jeandaniel.bro...@gmail.com wrote: Hello, Make sure to rename the '_sources' directory in the searchtool.js, line 389, or else the search page will not work correctly (I think this directory name is hardcoded). In the python script, this is 'if

[sphinx-dev] Bug report

2009-11-13 Thread Nils Wagner
--~--~-~--~~~---~--~~ 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] Re: Bug report

2009-11-13 Thread Pauli Virtanen
pe, 2009-11-13 kello 19:49 +0100, Nils Wagner kirjoitti: [clip] That's a possible bug in the numpydoc Sphinx extension, not in Sphinx itself -- so the proper place to report it is probably in Numpy's trac (component 'Documentation'). -- Pauli Virtanen