Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
not-na committed May 27, 2017
1 parent 82e6e4e commit 2bc2bc3
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
peng3d_sphinxext
# `peng3d_sphinxext` - A Sphinx plugin adding support for [peng3d](https://github.com/not-na/peng3d) events

This Sphinx plugin adds support for [peng3d Events](http://peng3d.readthedocs.io/en/latest/events.html).
It also supports old-style pyglet events sent via peng3d.

## Short documentation

There are only two directives added by `peng3d_sphinxext`:

.. peng3d:event:: some:event.name
Documentation for the event.
and

.. peng3d:pgevent:: on_pyglet_event
Documentation for a pyglet event.

These directives can be referred to as usual, via ``:peng3d:event:`some:event.name`` and ``:peng3d:pgevent:`on_pyglet_event` ``.

0 comments on commit 2bc2bc3

Please sign in to comment.