summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
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: