From c54f58bceef5705ca8a1da6eddbae286c34300b8 Mon Sep 17 00:00:00 2001 From: Florian Kaiser <37000563+flok@users.noreply.github.com> Date: Sun, 23 Oct 2022 09:55:56 +0200 Subject: [PATCH] Update doc --- docs/source/api.rst | 3 ++- docs/source/ds_eventsystem.rst | 10 ++++++++++ docs/source/index.rst | 1 + 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 docs/source/ds_eventsystem.rst 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