Moar docs!

This commit is contained in:
Lance Stout 2011-11-21 23:28:19 -08:00
parent 4498e992a2
commit ff5421cefc
3 changed files with 9 additions and 3 deletions

View file

@ -96,8 +96,9 @@ of an interface defined by the parent.
.. seealso:: .. seealso::
- :ref:`creating-extension-plugins` - :ref:`create-stanza-plugins`
- :ref:`overriding-parent-interfaces` - :ref:`create-extension-plugins`
- :ref:`override-parent-interfaces`
Registering Stanza Plugins Registering Stanza Plugins

View file

@ -6,3 +6,7 @@ xmlstream
.. autoclass:: XMLStream .. autoclass:: XMLStream
:members: :members:
.. toctree::
stanzabase

View file

@ -87,8 +87,10 @@ Tutorials, FAQs, and How To Guides
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
faq
xeps xeps
xmpp_tdg xmpp_tdg
create_stanzas
create_plugin create_plugin
features features
sasl sasl
@ -118,7 +120,6 @@ API Reference
api/clientxmpp api/clientxmpp
api/basexmpp api/basexmpp
api/xmlstream api/xmlstream
api/stanzabase
Additional Info Additional Info
--------------- ---------------