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: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,16 @@ This package contains the python language bindings for the drone API and the ass
8
8
9
9
## Users wanted!
10
10
11
-
We'd love your feedback on the use of this API and are eager to evolve it to meet your needs. For documentation on how to use this
12
-
API please see:
11
+
We'd love your [feedback and suggestions](https://github.com/diydrones/dronekit-python/issues) about this API and are eager to evolve it to meet your needs.
12
+
13
+
For documentation on how to use this API please see:
13
14
14
15
* The new DroneKit-python [website](http://python.dronekit.io/)
15
-
* Our [tutorial](http://dev.ardupilot.com/wiki/droneapi-tutorial/) on the ardupilot wiki.
16
+
* Our [tutorial](http://dev.ardupilot.com/wiki/droneapi-tutorial/) on the ardupilot wiki
16
17
* The [overview document](https://docs.google.com/document/d/1ihKneLwA4hXmKS1W2pbG9lty_EAwbmy0giusUwQ8dto)
17
18
* The [python autodocs](http://python.dronekit.io/automodule.html)
18
19
* The [python code](droneapi/lib/__init__.py) itself
20
+
* Answers to [technical support queries](http://stackoverflow.com/questions/tagged/dronekit-python) on Stack Overflow.
19
21
* Example code can be found here: ['example/'](example/)
0 commit comments