mirror of
https://bitbucket.org/myhomie/mycorerepository.git
synced 2025-12-06 17:51:20 +00:00
39 lines
1.2 KiB
ReStructuredText
39 lines
1.2 KiB
ReStructuredText
.. pyparrot documentation master file, created by
|
|
sphinx-quickstart on Tue May 29 13:16:36 2018.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to pyparrot's documentation!
|
|
====================================
|
|
pyparrot was designed by Dr. Amy McGovern to program Parrot Minidrone (primarily Mambo FPV but Swing is also
|
|
supported) and Parrot Bebop (1 or 2) drones using Python. This interface was developed to teach kids of all ages (K-20) STEM
|
|
concepts (programming, math, and more) by having them program a drone
|
|
to fly autonomously. Anyone can use it who is interested in
|
|
autonomous drone programming!
|
|
|
|
Main documentation
|
|
==========================
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
installation.rst
|
|
quickstartminidrone.rst
|
|
quickstartbebop.rst
|
|
gettingstartedslides.rst
|
|
minidronecommands.rst
|
|
bebopcommands.rst
|
|
vision.rst
|
|
faq.rst
|
|
contact.rst
|
|
about.rst
|
|
license.rst
|
|
modules.rst
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`modindex` is a good place to start if you want to read API docs
|
|
* :ref:`genindex` of ALL functions (warning, this is huge and overwhelming)
|
|
* :ref:`search`
|