docs: esp8266: Enable "machine" module docs.
The docs are still heavily biased towards WiPy, so will need a lot of exclusions.
This commit is contained in:
parent
5e7fa7c80c
commit
9c04299da1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user