[sphinx-dev] Sphinxtest

2009-11-07 Thread the_...@gmx.de
Hi all, I've uploaded a patch with a WIP-version of the sphinx extension I'm hacking on. It's about doctests with fixtures similar to unittests. So far it generates html output and allows you to run your documentation as a normal unittest testsuite. I've written some documentation and added it to

[sphinx-dev] How do I set tab size in code snippets?

2009-11-07 Thread Zilupe
There are Java code snippets in my documentation. I indent code with tabs (not spaces). When I generate HTML output, it sets tab width to 8 characters which is annoying to me (i like 4). How do I change this value? I have found that there is a Pygments lexer option "tabsize", but I have no idea h

[sphinx-dev] #205: When copying files, don’t copy full stat info, only modification times.

2009-11-07 Thread Justin Rosen
Was this bug actually fixed? I was originally getting this error with 0.6.2 Exception occurred: File "/data/app/cent5_x86_64/Python/2.5.2/python/lib/python2.5/shutil.py", line 67, in copystat os.utime(dst, (st.st_atime, st.st_mtime)) OSError: [Errno 1] Operation not permitted: '/data/studio

[sphinx-dev] Re: Sphinxtest

2009-11-07 Thread SHIBUKAWA Yoshiki
Hi Ontje, I'm thinking same thing and just started implementing. Behavior Driven Development(BDD) tries to get closer to documentation rather than TDD. So I think BDD tools is more friendly to Sphinx. Techinically, BDD and TDD are very close. These are just different in method's names. And more

[sphinx-dev] Re: Sphinxtest

2009-11-07 Thread Chris Withers
the_...@gmx.de wrote: > I've uploaded a patch with a WIP-version What is a WIP-version? > hacking on. It's about doctests with fixtures similar to unittests. Have you looked at Manuel? http://packages.python.org/manuel/ > So > far it generates html output Why are you looking for html outpu

[sphinx-dev] ErrorHandler 1.1.0 Released!

2009-11-07 Thread Chris Withers
I'm pleased to announce a new release of ErrorHandler. This is a handler for the python standard logging framework that can be used to tell whether messages have been logged at or above a certain level. The only change for this release is that there is now a full set of documentation available