summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2020-12-10 19:17:11 +0100
committermathieui <mathieui@mathieui.net>2020-12-10 19:22:40 +0100
commit010bf6dd70a44d9e9087336bc955a591ab9248b3 (patch)
tree2e8d45b925f191b73845510a567abfe267e7a6f1 /docs/api
parent9d616552153b48375a594466266d99b368d074b8 (diff)
downloadslixmpp-010bf6dd70a44d9e9087336bc955a591ab9248b3.tar.gz
slixmpp-010bf6dd70a44d9e9087336bc955a591ab9248b3.tar.bz2
slixmpp-010bf6dd70a44d9e9087336bc955a591ab9248b3.tar.xz
slixmpp-010bf6dd70a44d9e9087336bc955a591ab9248b3.zip
docs: fix rest issues
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/stanza/iq.rst1
-rw-r--r--docs/api/stanza/message.rst1
-rw-r--r--docs/api/xmlstream/tostring.rst1
3 files changed, 3 insertions, 0 deletions
diff --git a/docs/api/stanza/iq.rst b/docs/api/stanza/iq.rst
index 0a7d7ffb..e1e9a89f 100644
--- a/docs/api/stanza/iq.rst
+++ b/docs/api/stanza/iq.rst
@@ -2,6 +2,7 @@ IQ Stanza
=========
.. module:: slixmpp.stanza
+ :noindex:
.. autoclass:: Iq
:members:
diff --git a/docs/api/stanza/message.rst b/docs/api/stanza/message.rst
index f01c62a7..3292ca08 100644
--- a/docs/api/stanza/message.rst
+++ b/docs/api/stanza/message.rst
@@ -2,6 +2,7 @@ Message Stanza
==============
.. module:: slixmpp.stanza
+ :noindex:
.. autoclass:: Message
:members:
diff --git a/docs/api/xmlstream/tostring.rst b/docs/api/xmlstream/tostring.rst
index 107e97b0..dae2906b 100644
--- a/docs/api/xmlstream/tostring.rst
+++ b/docs/api/xmlstream/tostring.rst
@@ -1,4 +1,5 @@
.. module:: slixmpp.xmlstream.tostring
+ :noindex:
.. _tostring: