docs/machine*: Remove explicit targets and "machine." prefixes on classes.

With currentmodule:: set properly, none are needed. Extra "machine." prefix
produces wrong indexing data.
This commit is contained in:
Paul Sokolovsky
2016-06-09 03:03:53 +03:00
parent a0c296f6d5
commit 79b40d1127
9 changed files with 10 additions and 18 deletions

View File

@@ -1,5 +1,4 @@
.. currentmodule:: machine
.. _machine.SPI:
class SPI -- a master-driven serial protocol
============================================
@@ -24,7 +23,7 @@ Constructors
.. only:: port_wipy
.. class:: machine.SPI(id, ...)
.. class:: SPI(id, ...)
Construct an SPI object on the given bus. ``id`` can be only 0.
With no additional parameters, the SPI object is created but not