summaryrefslogtreecommitdiff
path: root/shared-bindings/socket
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-05-12 17:15:28 -0700
committerScott Shawcroft <scott@tannewt.org>2020-05-12 17:28:24 -0700
commit4e8de3c554024d3ac89e9ee77b958a6932a64bec (patch)
tree4606c0cf69cef8a033aa2d95fab0811ddf49123a /shared-bindings/socket
parentc534a872a2b5a2d5e6b7543f56539afb24261443 (diff)
Swap sphinx to autoapi and the inline stubs
Diffstat (limited to 'shared-bindings/socket')
-rw-r--r--shared-bindings/socket/__init__.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/shared-bindings/socket/__init__.c b/shared-bindings/socket/__init__.c
index 4c0811bdb..19c4850cd 100644
--- a/shared-bindings/socket/__init__.c
+++ b/shared-bindings/socket/__init__.c
@@ -37,12 +37,7 @@
#include "shared-module/network/__init__.h"
-//| """:mod:`socket` --- TCP, UDP and RAW socket support
-//| =================================================
-//|
-//| .. module:: socket
-//| :synopsis: TCP, UDP and RAW sockets
-//| :platform: SAMD21, SAMD51
+//| """TCP, UDP and RAW socket support
//|
//| Create TCP, UDP and RAW sockets for communicating over the Internet."""
//|
@@ -50,7 +45,6 @@
STATIC const mp_obj_type_t socket_type;
//| class socket:
-//| """.. currentmodule:: socket"""
//|
//| def __init__(self, family: int, type: int, proto: int):
//| """Create a new socket