diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-07 16:44:10 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-07 16:44:10 +0300 |
commit | 9c04299da15f358318b6cda84bdb0ae79e5889bd (patch) | |
tree | 126fc6fad2491e6b8f2f4d82a82716009e69a577 /docs/library | |
parent | 5e7fa7c80cc4704185200eb566344f0b342757d5 (diff) |
docs: esp8266: Enable "machine" module docs.
The docs are still heavily biased towards WiPy, so will need a lot of
exclusions.
Diffstat (limited to 'docs/library')
-rw-r--r-- | docs/library/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index aa17c895a..47cd2eeb8 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -158,6 +158,6 @@ library. .. toctree:: :maxdepth: 2 - pyb.rst - esp.rst network.rst + esp.rst + machine.rst |