Update doc

This commit is contained in:
Florian Kaiser
2022-10-23 09:55:56 +02:00
parent d19bfc6507
commit c54f58bcee
3 changed files with 13 additions and 1 deletions

View File

@@ -6,4 +6,5 @@ This is the front page for the API documentation of the **pydualsense** library.
.. toctree::
ds_enum
ds_main
ds_main
ds_eventsystem

View File

@@ -0,0 +1,10 @@
pydualsense event system classes
=========================
The `Event System` implements the event system used for the button callbacks
.. automodule:: pydualsense.event_system
:noindex:
:members:
:undoc-members:
:show-inheritance:

View File

@@ -17,6 +17,7 @@ Contents
usage
api
examples
modules
TODOs