summaryrefslogtreecommitdiff
path: root/shared-bindings/rotaryio/__init__.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/rotaryio/__init__.c')
-rw-r--r--shared-bindings/rotaryio/__init__.c18
1 files changed, 2 insertions, 16 deletions
diff --git a/shared-bindings/rotaryio/__init__.c b/shared-bindings/rotaryio/__init__.c
index 0cc8eb556..0fa457ca7 100644
--- a/shared-bindings/rotaryio/__init__.c
+++ b/shared-bindings/rotaryio/__init__.c
@@ -33,27 +33,13 @@
#include "shared-bindings/rotaryio/__init__.h"
#include "shared-bindings/rotaryio/IncrementalEncoder.h"
-//| """:mod:`rotaryio` --- Support for reading rotation sensors
-//| ========================================================
-//|
-//| .. module:: rotaryio
-//| :synopsis: Support for reading rotation sensors
-//| :platform: SAMD
+//| """Support for reading rotation sensors
//|
//| The `rotaryio` module contains classes to read different rotation encoding schemes. See
//| `Wikipedia's Rotary Encoder page <https://en.wikipedia.org/wiki/Rotary_encoder>`_ for more
//| background.
-//|
-//| Libraries
-//|
-//| .. toctree::
-//| :maxdepth: 3
-//|
-//| IncrementalEncoder
-//|
-//| .. warning:: This module is not available in some SAMD21 (aka M0) builds. See the
-//| :ref:`module-support-matrix` for more info.
+//| .. warning:: This module is not available in some SAMD21 (aka M0) builds. See the :ref:`module-support-matrix` for more info.
//|
//| All classes change hardware state and should be deinitialized when they