From 83abb6ce52d1c34d7d75ff018bd2a3b45d24a3d2 Mon Sep 17 00:00:00 2001 From: Denis Demidov Date: Mon, 6 Feb 2017 10:51:55 +0300 Subject: [PATCH] Include list_sensors() into documentation --- docs/spec.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/spec.rst b/docs/spec.rst index 7524014..8fa4880 100644 --- a/docs/spec.rst +++ b/docs/spec.rst @@ -11,6 +11,8 @@ Each class in ev3dev module inherits from the base :py:class:`Device` class. .. autofunction:: ev3dev.core.list_motors +.. autofunction:: ev3dev.core.list_sensors + .. rubric:: Contents: .. toctree::