You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples/drone_delivery.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,8 @@ How it works
105
105
Using attribute observers
106
106
-------------------------
107
107
108
-
All attributes in DroneKit can have observers - this is the primary mechanism you should use to be notified of changes in vehicle state. For instance, `drone_delivery.py <https://github.com/dronekit/dronekit-python/blob/master/examples/drone_delivery/drone_delivery.py>`_ calls:
108
+
All attributes in DroneKit can have observers - this is the primary mechanism you should use to be notified of changes in vehicle state.
109
+
For instance, `drone_delivery.py <https://github.com/dronekit/dronekit-python/blob/master/examples/drone_delivery/drone_delivery.py>`_ calls:
109
110
110
111
.. code-block:: python
111
112
@@ -114,7 +115,7 @@ All attributes in DroneKit can have observers - this is the primary mechanism yo
@@ -191,7 +192,8 @@ This example has no known issues.
191
192
Source code
192
193
===========
193
194
194
-
The full source code at documentation build-time is listed below (`current version on github <https://github.com/dronekit/dronekit-python/blob/master/examples/vehicle_state/vehicle_state.py>`_):
195
+
The full source code at documentation build-time is listed below
196
+
(`current version on github <https://github.com/dronekit/dronekit-python/blob/master/examples/vehicle_state/vehicle_state.py>`_):
0 commit comments