Skip to content

Commit

Permalink
Merge pull request #24 from OPSORO/Development
Browse files Browse the repository at this point in the history
Documenting
  • Loading branch information
StanNotebaert committed Aug 17, 2017
2 parents fc02674 + a1e18d7 commit 3ea6a7e
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 3 deletions.
77 changes: 77 additions & 0 deletions docs/modules/hardware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,39 @@ opsoro.hardware
:show-inheritance:


.. _sec-modules-hardware-analog:

opsoro.hardware.analog
-------------------

.. automodule:: opsoro.hardware.analog
:members:
:undoc-members:
:show-inheritance:


.. _sec-modules-hardware-capacitive:

opsoro.hardware.capacitive
-------------------

.. automodule:: opsoro.hardware.capacitive
:members:
:undoc-members:
:show-inheritance:


.. _sec-modules-hardware-dummy_spidev:

opsoro.hardware.dummy_spidev
-------------------

.. automodule:: opsoro.hardware.dummy_spidev
:members:
:undoc-members:
:show-inheritance:


.. _sec-modules-hardware-i2c:

opsoro.hardware.i2c
Expand All @@ -18,3 +51,47 @@ opsoro.hardware.i2c
:members:
:undoc-members:
:show-inheritance:


.. _sec-modules-hardware-neopixel:

opsoro.hardware.neopixel
-------------------

.. automodule:: opsoro.hardware.neopixel
:members:
:undoc-members:
:show-inheritance:


.. _sec-modules-hardware-servo:

opsoro.hardware.servo
-------------------

.. automodule:: opsoro.hardware.servo
:members:
:undoc-members:
:show-inheritance:


.. _sec-modules-hardware-usb_serial:

opsoro.hardware.usb_serial
-------------------

.. automodule:: opsoro.hardware.usb_serial
:members:
:undoc-members:
:show-inheritance:


.. _sec-modules-hardware-test_hardware:

opsoro.hardware.test_hardware
-------------------

.. automodule:: opsoro.hardware.test_hardware
:members:
:undoc-members:
:show-inheritance:
6 changes: 3 additions & 3 deletions docs/modules/module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ opsoro.module.mouth
:show-inheritance:


.. _sec-modules-module-rotation:
.. _sec-modules-module-turn:

opsoro.module.rotation
opsoro.module.turn
-----------------------------

.. automodule:: opsoro.module.rotation
.. automodule:: opsoro.module.turn
:members:
:undoc-members:
:show-inheritance:
9 changes: 9 additions & 0 deletions src/opsoro/animate.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
"""
This module defines the interface for animating an expression.
.. autoclass:: Animate
:members:
:undoc-members:
:show-inheritance:
"""

from __future__ import division

import time
Expand Down

0 comments on commit 3ea6a7e

Please sign in to comment.