Skip to content

Commit 9c04299

Browse files
committed
docs: esp8266: Enable "machine" module docs.
The docs are still heavily biased towards WiPy, so will need a lot of exclusions.
1 parent 5e7fa7c commit 9c04299

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,5 +317,3 @@
317317
# Exclude pyb module if the port is the WiPy
318318
if micropy_port == 'wipy':
319319
exclude_patterns.append('library/pyb*')
320-
else: # exclude machine
321-
exclude_patterns.append('library/machine*')

docs/library/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,6 @@ library.
158158
.. toctree::
159159
:maxdepth: 2
160160

161-
pyb.rst
162-
esp.rst
163161
network.rst
162+
esp.rst
163+
machine.rst

0 commit comments

Comments
 (0)