Skip to content

Commit afa6ea8

Browse files
committed
Merge pull request #44 from hamishwillee/master
Update contact details for project
2 parents e01fc7c + fac281f commit afa6ea8

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ This package contains the python language bindings for the drone API and the ass
88

99
## Users wanted!
1010

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:
1314

1415
* 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
1617
* The [overview document](https://docs.google.com/document/d/1ihKneLwA4hXmKS1W2pbG9lty_EAwbmy0giusUwQ8dto)
1718
* The [python autodocs](http://python.dronekit.io/automodule.html)
1819
* The [python code](droneapi/lib/__init__.py) itself
20+
* Answers to [technical support queries](http://stackoverflow.com/questions/tagged/dronekit-python) on Stack Overflow.
1921
* Example code can be found here: ['example/'](example/)
2022
* Beginner ['hello world'](example/small_demo/small_demo.py)
2123
* Beginner ['simple_goto'](example/simple_goto/simple_goto.py)
@@ -25,6 +27,7 @@ API please see:
2527
* Advanced ['drone_delivery'](example/drone_delivery/)
2628
* Advanced ['follow-me'](example/follow_me/)
2729

28-
Copyright 2014 3D Robotics, Inc. - Licensed under the Apache 2.0 License.
30+
31+
[Stack Overflow](http://stackoverflow.com/questions/tagged/dronekit-python) is the best place to ask for *technical support* on how to use the API.
2932

30-
Contact: Kevin Hester, [[email protected]](mailto:[email protected])
33+
Copyright 2014 3D Robotics, Inc. - Licensed under the Apache 2.0 License.

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
# General information about the project.
4444
project = u'DroneKit Air: Python'
45-
copyright = u'2014, Kevin Hester'
45+
copyright = u'2015, 3D Robotics'
4646

4747
# The version info for the project you're documenting, acts as replacement for
4848
# |version| and |release|, also used in various other places throughout the
@@ -188,6 +188,7 @@
188188
u'Kevin Hester', 'manual'),
189189
]
190190

191+
191192
# The name of an image file (relative to this directory) to place at the top of
192193
# the title page.
193194
#latex_logo = None

0 commit comments

Comments
 (0)