On 04/12/13 18:29, Txema Vicente wrote: > [...] > The resulting documentation is here: > http://code.nabla.net/doc/
Looks good to me! > I wrote a new page about the documentation system. I do not explain > myself very well in English, so it needs a correction. > http://code.nabla.net/doc/pyglet/internal/doc_generation.html > I'll take a look when I have some free time. I want to check your changes and include them in pyglet's repo if everything's OK. > [...] > To fix this issue, I wonder if this could be done: > > if not _is_epydoc: > # We are NOT building documentation > BaseWindow = Window > BaseWindow.__name__ = 'Window' > del Window > I don't understand that part. When the docs are being generated we set _is_epydoc to True, so we can change things for the doc generation. So it shouldn't be necessary if the the "epydoc ready" part is OK. Anyway, thanks a lot for your help! As I said I'll get your changes and hopefully we'll get the doc generation sorted out! Regards, Juan -- jjm's home: http://www.usebox.net/jjm/ blackshell: http://blackshell.usebox.net/ -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/groups/opt_out.
