From fa1cdb09fccc4dc9d6578a8c378a6f30653cecc2 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 27 Jun 2015 13:42:00 +0100 Subject: [PATCH] docs: Fix duplicate label error for network.WLAN. --- docs/library/network.rst | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/docs/library/network.rst b/docs/library/network.rst index 6c6fdc3a90..adea373842 100644 --- a/docs/library/network.rst +++ b/docs/library/network.rst @@ -178,13 +178,13 @@ For example:: Dump the WIZnet5x00 registers. Useful for debugging. +class WLAN +========== + +.. _network.WLAN: + .. only:: port_esp8266 - class WLAN - ========== - - .. _network.WLAN: - This class provides a driver for WiFi network processor in the ESP8266. Example usage:: import network @@ -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