diff options
| author | Damien George | 2015-06-27 13:42:00 +0100 |
|---|---|---|
| committer | Damien George | 2015-06-27 13:42:00 +0100 |
| commit | fa1cdb09fccc4dc9d6578a8c378a6f30653cecc2 (patch) | |
| tree | b6fa18369b694bad50cf3864f67f36fdf1a25a4e /docs | |
| parent | 8cc8f280ebaf6731e35e5862fe9d186580389d80 (diff) | |
docs: Fix duplicate label error for network.WLAN.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/library/network.rst | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/docs/library/network.rst b/docs/library/network.rst index 6c6fdc3a9..adea37384 100644 --- a/docs/library/network.rst +++ b/docs/library/network.rst @@ -178,12 +178,12 @@ For example:: Dump the WIZnet5x00 registers. Useful for debugging. -.. only:: port_esp8266 +class WLAN +========== - class WLAN - ========== +.. _network.WLAN: - .. _network.WLAN: +.. only:: port_esp8266 This class provides a driver for WiFi network processor in the ESP8266. Example usage:: @@ -238,11 +238,6 @@ For example:: .. only:: port_wipy - class WLAN - ========== - - .. _network.WLAN: - This class provides a driver for WiFi network processor in the WiPy. Example usage:: import network |
