Commit 9c04299d authored by Paul Sokolovsky's avatar Paul Sokolovsky

docs: esp8266: Enable "machine" module docs.

The docs are still heavily biased towards WiPy, so will need a lot of
exclusions.
parent 5e7fa7c8
......@@ -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*')
......@@ -158,6 +158,6 @@ library.
.. toctree::
:maxdepth: 2
pyb.rst
esp.rst
network.rst
esp.rst
machine.rst
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment