Link the events tutorial to the events references

This commit is contained in:
Jamie Bliss 2017-02-16 16:52:46 -05:00 committed by GitHub
parent 1072cc2646
commit 19c4d54568

View file

@ -45,8 +45,10 @@ Yes! It's even easy! In your xontrib, you just have to do something like::
This will enable users to call ``help(events.myxontrib_on_spam)`` and get useful output.
Under the Hood
==============
Further Reading
===============
For a complete list of available events, see `the events reference <events.html>`_.
If you want to know more about the gory details of what makes events tick, see
`Advanced Events <advanced_events.html>`_.