diff options
author | mathieui <mathieui@mathieui.net> | 2021-02-03 23:04:02 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2021-02-03 23:04:02 +0100 |
commit | d9975aa4c0af1516ec00b66f90bc368a7133ffa6 (patch) | |
tree | e98e40a3ad50240d4e7f7910b2e1d4ac1b6d7d52 /docs/api | |
parent | 17f08929f91958fb88c504eb3eaf4597f9c044ba (diff) | |
download | slixmpp-d9975aa4c0af1516ec00b66f90bc368a7133ffa6.tar.gz slixmpp-d9975aa4c0af1516ec00b66f90bc368a7133ffa6.tar.bz2 slixmpp-d9975aa4c0af1516ec00b66f90bc368a7133ffa6.tar.xz slixmpp-d9975aa4c0af1516ec00b66f90bc368a7133ffa6.zip |
docs: move things around for a cleaner toctree
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/index.rst | 16 | ||||
-rw-r--r-- | docs/api/stanza/index.rst | 11 |
2 files changed, 27 insertions, 0 deletions
diff --git a/docs/api/index.rst b/docs/api/index.rst new file mode 100644 index 00000000..aefa0f56 --- /dev/null +++ b/docs/api/index.rst @@ -0,0 +1,16 @@ +API Reference +------------- + +.. toctree:: + :maxdepth: 3 + + clientxmpp + componentxmpp + basexmpp + exceptions + xmlstream/jid + xmlstream/stanzabase + xmlstream/handler + xmlstream/matcher + xmlstream/xmlstream + xmlstream/tostring diff --git a/docs/api/stanza/index.rst b/docs/api/stanza/index.rst new file mode 100644 index 00000000..2af0d630 --- /dev/null +++ b/docs/api/stanza/index.rst @@ -0,0 +1,11 @@ + +Core Stanzas +------------ + +.. toctree:: + :maxdepth: 2 + + rootstanza + message + presence + iq |