From 010bf6dd70a44d9e9087336bc955a591ab9248b3 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 10 Dec 2020 19:17:11 +0100 Subject: docs: fix rest issues --- docs/api/stanza/iq.rst | 1 + docs/api/stanza/message.rst | 1 + docs/api/xmlstream/tostring.rst | 1 + 3 files changed, 3 insertions(+) (limited to 'docs/api') 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: -- cgit v1.2.3