From 95d40a3ca336a4e1b66c7ed287ec3f2ef92b201c Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 10 Dec 2020 19:20:23 +0100 Subject: docs: update docstrings for sphinx conformity Remove most references to timeout/callback/ifrom/timeout_callbacks args --- slixmpp/plugins/xep_0332/stanza/request.py | 52 +++++++++++++++-------------- slixmpp/plugins/xep_0332/stanza/response.py | 44 ++++++++++++------------ 2 files changed, 50 insertions(+), 46 deletions(-) (limited to 'slixmpp/plugins/xep_0332/stanza') diff --git a/slixmpp/plugins/xep_0332/stanza/request.py b/slixmpp/plugins/xep_0332/stanza/request.py index 1d4aa5b1..670e27b1 100644 --- a/slixmpp/plugins/xep_0332/stanza/request.py +++ b/slixmpp/plugins/xep_0332/stanza/request.py @@ -19,32 +19,34 @@ class HTTPRequest(ElementBase): element to the server. Each `iq` stanza sent is of type `set`. Examples: - - - -
b.com
-
-
-
+ :: - - - -
b.com
-
text/html
-
...
-
- - ... - -
-
+ + + +
b.com
+
+
+
+ + + + +
b.com
+
text/html
+
...
+
+ + ... + +
+
""" name = 'request' diff --git a/slixmpp/plugins/xep_0332/stanza/response.py b/slixmpp/plugins/xep_0332/stanza/response.py index 8f58f0c2..a25aa780 100644 --- a/slixmpp/plugins/xep_0332/stanza/response.py +++ b/slixmpp/plugins/xep_0332/stanza/response.py @@ -21,27 +21,29 @@ class HTTPResponse(ElementBase): in which the original requests were made. Examples: - - - -
Fri, 03 May 2013 16:39:54GMT-4
-
Clayster
-
text/turtle
-
...
-
Close
-
- - - ... - - -
-
+ :: + + + + +
Fri, 03 May 2013 16:39:54GMT-4
+
Clayster
+
text/turtle
+
...
+
Close
+
+ + + ... + + +
+
""" name = 'response' -- cgit v1.2.3