docs: esp8266: Enable "machine" module docs.

The docs are still heavily biased towards WiPy, so will need a lot of
exclusions.
pull/1973/head
Paul Sokolovsky 2016-04-07 16:44:10 +03:00
rodzic 5e7fa7c80c
commit 9c04299da1
2 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -317,5 +317,3 @@ exclude_patterns.extend([port + '*' for port in ports if port != micropy_port])
# Exclude pyb module if the port is the WiPy
if micropy_port == 'wipy':
exclude_patterns.append('library/pyb*')
else: # exclude machine
exclude_patterns.append('library/machine*')

Wyświetl plik

@ -158,6 +158,6 @@ library.
.. toctree::
:maxdepth: 2
pyb.rst
esp.rst
network.rst
esp.rst
machine.rst