From 75f352b60800e5a0c639367cb4b284f9529a5bff Mon Sep 17 00:00:00 2001 From: Julianne Swinoga Date: Sun, 4 Jun 2023 12:29:14 -0400 Subject: [PATCH] Add basic GUI documentation --- docs/source/examples.rst | 7 +++++++ docs/source/index.rst | 1 + 2 files changed, 8 insertions(+) diff --git a/docs/source/examples.rst b/docs/source/examples.rst index 3678a9c..573dd14 100644 --- a/docs/source/examples.rst +++ b/docs/source/examples.rst @@ -25,6 +25,13 @@ to set the wings to 5 degrees clockwise. (change ``roll_deg_setpoint`` to :caption: examples/simple_wing_level.py :lines: 2- +Simple GUI loop +-------------------- + +.. literalinclude:: /../../examples/simple_gui.py + :caption: examples/simple_gui.py + :lines: 2- + Simple telnet (properties) interface ------------------------------------ diff --git a/docs/source/index.rst b/docs/source/index.rst index 92dea13..00de144 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -25,5 +25,6 @@ API flightgear_python.fdm_v24 flightgear_python.fdm_v25 flightgear_python.ctrls_v27 + flightgear_python.gui_v8 flightgear_python.fg_util flightgear_python.general_util