summaryrefslogtreecommitdiff
path: root/shared-bindings/wiznet
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/wiznet')
-rw-r--r--shared-bindings/wiznet/__init__.c16
-rw-r--r--shared-bindings/wiznet/wiznet5k.c5
2 files changed, 2 insertions, 19 deletions
diff --git a/shared-bindings/wiznet/__init__.c b/shared-bindings/wiznet/__init__.c
index 5c8e8d3fd..0b0b7b14b 100644
--- a/shared-bindings/wiznet/__init__.c
+++ b/shared-bindings/wiznet/__init__.c
@@ -35,21 +35,7 @@
#include "shared-module/network/__init__.h"
-//| """:mod:`wiznet` --- Support for WizNet hardware
-//| =============================================
-//|
-//| .. module:: wiznet
-//| :synopsis: Support for WizNet hardware
-//| :platform: SAMD
-//|
-//| Support for WizNet hardware, including the WizNet 5500 Ethernet adaptor.
-//|
-//| Libraries
-//|
-//| .. toctree::
-//| :maxdepth: 3
-//|
-//| wiznet5k"""
+//| """Support for WizNet hardware, including the WizNet 5500 Ethernet adaptor."""
//|
extern const mod_network_nic_type_t mod_network_nic_type_wiznet5k;
diff --git a/shared-bindings/wiznet/wiznet5k.c b/shared-bindings/wiznet/wiznet5k.c
index 2e2ee3949..2f49dffea 100644
--- a/shared-bindings/wiznet/wiznet5k.c
+++ b/shared-bindings/wiznet/wiznet5k.c
@@ -47,10 +47,7 @@
#include "shared-module/wiznet/wiznet5k.h"
//| class WIZNET5K:
-//| """.. currentmodule:: wiznet
-//|
-//| :class:`WIZNET5K` -- wrapper for Wiznet 5500 Ethernet interface
-//| ==============================================================="""
+//| """Wrapper for Wiznet 5500 Ethernet interface"""
//|
//| def __init__(self, spi: busio.SPI, cs: microcontroller.Pin, rst: microcontroller.Pin, dhcp: bool = True):
//| """Create a new WIZNET5500 interface using the specified pins