summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-11-21 23:28:19 -0800
committerLance Stout <lancestout@gmail.com>2011-11-21 23:28:19 -0800
commitff5421cefcd2f86fef362d8fd8b387f7e812cc85 (patch)
tree4abcbc9c140108b2b965d4eb7cce924b37839059
parent4498e992a2b082917a6b6cc855ed1e38cf905867 (diff)
downloadslixmpp-ff5421cefcd2f86fef362d8fd8b387f7e812cc85.tar.gz
slixmpp-ff5421cefcd2f86fef362d8fd8b387f7e812cc85.tar.bz2
slixmpp-ff5421cefcd2f86fef362d8fd8b387f7e812cc85.tar.xz
slixmpp-ff5421cefcd2f86fef362d8fd8b387f7e812cc85.zip
Moar docs!
-rw-r--r--docs/api/stanzabase.rst5
-rw-r--r--docs/api/xmlstream.rst4
-rw-r--r--docs/index.rst3
3 files changed, 9 insertions, 3 deletions
diff --git a/docs/api/stanzabase.rst b/docs/api/stanzabase.rst
index e31fb267..5a2c9a06 100644
--- a/docs/api/stanzabase.rst
+++ b/docs/api/stanzabase.rst
@@ -96,8 +96,9 @@ of an interface defined by the parent.
.. seealso::
- - :ref:`creating-extension-plugins`
- - :ref:`overriding-parent-interfaces`
+ - :ref:`create-stanza-plugins`
+ - :ref:`create-extension-plugins`
+ - :ref:`override-parent-interfaces`
Registering Stanza Plugins
diff --git a/docs/api/xmlstream.rst b/docs/api/xmlstream.rst
index 7835bf57..65200f66 100644
--- a/docs/api/xmlstream.rst
+++ b/docs/api/xmlstream.rst
@@ -6,3 +6,7 @@ xmlstream
.. autoclass:: XMLStream
:members:
+
+.. toctree::
+
+ stanzabase
diff --git a/docs/index.rst b/docs/index.rst
index 1608d4ca..6898b506 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -87,8 +87,10 @@ Tutorials, FAQs, and How To Guides
.. toctree::
:maxdepth: 1
+ faq
xeps
xmpp_tdg
+ create_stanzas
create_plugin
features
sasl
@@ -118,7 +120,6 @@ API Reference
api/clientxmpp
api/basexmpp
api/xmlstream
- api/stanzabase
Additional Info
---------------