Browse Source

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 9 years ago
parent
commit
9c04299da1
  1. 2
      docs/conf.py
  2. 4
      docs/library/index.rst

2
docs/conf.py

@ -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*')

4
docs/library/index.rst

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

Loading…
Cancel
Save