docs/machine.*: Add "currentmodule:: machine" directive.

Makes sure that classes described in these separate files are properly
designated as belonging to "machine" module in indexes.
pull/2168/merge
Paul Sokolovsky 2016-06-08 00:46:27 +03:00
rodzic 2c5fc681c8
commit c8b7628094
9 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,4 @@
.. currentmodule:: machine
.. _machine.ADC:
class ADC -- analog to digital conversion

Wyświetl plik

@ -1,3 +1,4 @@
.. currentmodule:: machine
.. _machine.I2C:
class I2C -- a two-wire serial protocol

Wyświetl plik

@ -1,3 +1,4 @@
.. currentmodule:: machine
.. _machine.Pin:
class Pin -- control I/O pins

Wyświetl plik

@ -1,3 +1,4 @@
.. currentmodule:: machine
.. _machine.RTC:
class RTC -- real time clock

Wyświetl plik

@ -1,3 +1,4 @@
.. currentmodule:: machine
.. _machine.SD:
class SD -- secure digital memory card

Wyświetl plik

@ -1,3 +1,4 @@
.. currentmodule:: machine
.. _machine.SPI:
class SPI -- a master-driven serial protocol

Wyświetl plik

@ -1,3 +1,4 @@
.. currentmodule:: machine
.. _machine.Timer:
class Timer -- control internal timers

Wyświetl plik

@ -1,3 +1,4 @@
.. currentmodule:: machine
.. _machine.UART:
class UART -- duplex serial communication bus

Wyświetl plik

@ -1,3 +1,4 @@
.. currentmodule:: machine
.. _machine.WDT:
class WDT -- watchdog timer