Skip to content

Commit

Permalink
add title for myo module in docs/myo.rst and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Jan 22, 2016
1 parent dcb4c89 commit fce3414
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Python bindings for the Myo SDK

[![Documentation Status](https://readthedocs.org/projects/myo-python/badge/?version=latest)](http://myo-python.readthedocs.org/en/latest/?badge=latest)
<p align="center">
<img align="center" src="https://www.myo.com/assets/sapphire/navbar/myo-logo.svg"/>
<img align="center" src="https://www.python.org/static/community_logos/python-logo.png"/>
</p>
<p align="center">
<a href="http://myo-python.readthedocs.org/en/latest/?badge=latest" alt="Documentation Status">
<img src="https://readthedocs.org/projects/myo-python/badge/?version=latest"/>
</a>
</p>
<h1 align="center">Python bindings for the Myo SDK</h1>

This module is a ctypes based wrapper for the Thalmic Myo SDK that is
compatible with Python 2 and 3. Check out the [docs][] for a tutorial
Expand Down
2 changes: 2 additions & 0 deletions docs/myo.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:mod:`myo`
==========

.. autofunction:: myo.init

Expand Down

0 comments on commit fce3414

Please sign in to comment.