Re: Asterisk'd image, with path

2008-11-08 Thread Georg Brandl
Yarko T schrieb: On Thu, Nov 6, 2008 at 3:57 AM, Georg Brandl [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: . As for the latex title/author patch, this is actually documented :) It's e.g. needed for doing author=A \\and B. Georg This seems like there

Re: Latest Tip of Sphinx has a typo... startup error...

2008-11-08 Thread Yarko T
sorry - I forgot I had a branch - should have just pushed it up originally now I'm starting to like Bitbucket ;-) On Sat, Nov 8, 2008 at 1:53 AM, Georg Brandl [EMAIL PROTECTED] wrote: yarko schrieb: sphinx/application.py: line 111: __released__ (need two trailing underscores):

Re: Implementation of a ToDo directive

2008-11-08 Thread Yarko T
Ok - I've gotten a little further on this - if I put a try / except in process_todo_nodes() in the node.replace_self() call and just pass on the exception, things seem to be ok for todo output. Now, in htmlwriter.py, I get an unkown_visit() call for 'todolist' - still trying to figure this

Re: better error messages would be nice

2008-11-08 Thread Georg Brandl
Matthieu Labbé schrieb: Hello, A couple bugs I ran into... or let's say error messages that could be improved... 1) Give out a syntax error when ran under python 2.3, a better error message would be, e.g. Sphinx use the generator feature, available from python 2.??? 2) After

Re: seealso

2008-11-08 Thread Bruce Eckel
Pretty much just like any other level-2 header (that is, right below chapter level). On Sat, Nov 8, 2008 at 4:32 AM, Georg Brandl [EMAIL PROTECTED] wrote: Bruce Eckel schrieb: I like this tag, but is there a way to make it show up in the various tables of contents? Thanks... Not that I

feature proposal: include existing doctests

2008-11-08 Thread Rok Garbas
i'm facing situation that was maybe already solved by someone or is maybe desired to go into sphinx.ext.doctest in my case i have doctests laying around all over packages in .txt files. it would be nice to be able to include existing doctests with existing doctest directive, eg: .. doctest::

Re: feature proposal: include existing doctests

2008-11-08 Thread Rok Garbas
On Sun, Nov 9, 2008 at 4:11 AM, Rok Garbas [EMAIL PROTECTED] wrote: i'm facing situation that was maybe already solved by someone or is maybe desired to go into sphinx.ext.doctest in my case i have doctests laying around all over packages in .txt files. it would be nice to be able to include

latex error

2008-11-08 Thread Roie Black (SKcon)
I have set up a virtualenv to test Sphinx and installed everything in that environment with easy_install. On my Windows box, the default Makefile does not work since the Windows mkdir fails. I installed mkdir.exe from UnxUtils and added a new MKDIR definition at the top of the Makefile pointing