diff --git a/docs/source/api.rst b/docs/source/api.rst index 468cc3e..8ccdc78 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -6,4 +6,5 @@ This is the front page for the API documentation of the **pydualsense** library. .. toctree:: ds_enum - ds_main \ No newline at end of file + ds_main + ds_eventsystem \ No newline at end of file diff --git a/docs/source/ds_eventsystem.rst b/docs/source/ds_eventsystem.rst new file mode 100644 index 0000000..8b7246d --- /dev/null +++ b/docs/source/ds_eventsystem.rst @@ -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: \ No newline at end of file diff --git a/docs/source/index.rst b/docs/source/index.rst index ffb1656..10bc26d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -17,6 +17,7 @@ Contents usage api examples + modules TODOs