From d9975aa4c0af1516ec00b66f90bc368a7133ffa6 Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 3 Feb 2021 23:04:02 +0100 Subject: docs: move things around for a cleaner toctree --- docs/api/index.rst | 16 ++++++++++++++++ docs/api/stanza/index.rst | 11 +++++++++++ 2 files changed, 27 insertions(+) create mode 100644 docs/api/index.rst create mode 100644 docs/api/stanza/index.rst (limited to 'docs/api') 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 -- cgit v1.2.3