From 8922e2050ab3b3994e0852fa314e5bdc43809283 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Sun, 4 Dec 2011 20:35:17 -0800 Subject: Update the API docs for XMLStream --- docs/api/xmlstream/index.rst | 13 ------------- docs/api/xmlstream/xmlstream.rst | 10 ++++++++++ docs/index.rst | 19 +++++++++++++++++++ 3 files changed, 29 insertions(+), 13 deletions(-) delete mode 100644 docs/api/xmlstream/index.rst create mode 100644 docs/api/xmlstream/xmlstream.rst (limited to 'docs') diff --git a/docs/api/xmlstream/index.rst b/docs/api/xmlstream/index.rst deleted file mode 100644 index 22f9f3ff..00000000 --- a/docs/api/xmlstream/index.rst +++ /dev/null @@ -1,13 +0,0 @@ -========= -xmlstream -========= - -.. module:: sleekxmpp.xmlstream - -.. autoclass:: XMLStream - :members: - -.. toctree:: - - stanzabase - tostring diff --git a/docs/api/xmlstream/xmlstream.rst b/docs/api/xmlstream/xmlstream.rst new file mode 100644 index 00000000..90a7a6af --- /dev/null +++ b/docs/api/xmlstream/xmlstream.rst @@ -0,0 +1,10 @@ +========== +XML Stream +========== + +.. module:: sleekxmpp.xmlstream.xmlstream + +.. autoexception:: RestartStream + +.. autoclass:: XMLStream + :members: diff --git a/docs/index.rst b/docs/index.rst index 4b7a006c..625672ec 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -116,10 +116,29 @@ API Reference api/xmlstream/stanzabase api/xmlstream/handler api/xmlstream/matcher + api/xmlstream/xmlstream api/xmlstream/scheduler api/xmlstream/tostring api/xmlstream/filesocket +Core Stanzas +~~~~~~~~~~~~ +.. toctree:: + :maxdepth: 2 + + api/stanza/rootstanza + api/stanza/message + api/stanza/presence + api/stanza/iq + api/stanza/error + api/stanza/stream_error + +Plugins +~~~~~~~ +.. toctree:: + :maxdepth: 2 + + Additional Info --------------- .. toctree:: -- cgit v1.2.3