Hi.

I cleaned and refactored the "doc" folder, it is uploaded to my repo.

Just replace the folder and it should work. If something is wrong or the organization has to be changed, tell me.

The resulting documentation is here:
http://code.nabla.net/doc/

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've done a little trick to have the Window attributes documented, I replaced "BaseWindow" to "Window" In window/__init__.py.
http://code.nabla.net/doc/pyglet/api/pyglet/window/pyglet.window.Window.html#pyglet.window.Window.invalid

it is easy to do if you are going to publish the documentation.

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 know if this would break something when using pyglet.

Regards.

--
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.

Reply via email to