You need Sphinx (1.1.3) and this files in pyglet/doc folder from current repository:
http://code.nabla.net/doc/pyglet/doc.zip

The new "event" object is defined in conf.py, I patched
sphinx.ext.autosummary.generate to:
- Mark methods having ":event:" in __doc__ as events.
- Skip all members starting with "PFN" or "GL"
See doc/ext/autosummary/generate.py

The api folder is where all the API is generated,
the autosummary directives are in the template files.

Install Graphviz if you want the inheritance diagrams.
The executable has to be specified to sphinx-build (see go.bat).
 "make html" should work too, without graphs.

El 17/06/2012 5:31, Richard Jones escribió:
On 17 June 2012 08:02, Txema Vicente<[email protected]>  wrote:
I patched sphinx.ext.autosummary to generate event lists automatically
and I did some magic in conf.py, templates and css, too.

See:
http://code.nabla.net/doc/pyglet/api/window/pyglet.window.Window.html#events

Is this what we need?
Nice work! I'd prefer the style stick to the current website feel if
possible. Otherwise what do I need to do to make this work?


      Richard


--
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en.

Reply via email to