Update api docs for JID

This commit is contained in:
Lance Stout
2011-12-04 13:42:46 -08:00
parent b7b53362e1
commit b9332142c9
4 changed files with 36 additions and 30 deletions

7
docs/api/jid.rst Normal file
View File

@@ -0,0 +1,7 @@
Jabber IDs (JID)
=================
.. module:: sleekxmpp.xmlstream.jid
.. autoclass:: JID
:members:

View File

@@ -16,7 +16,7 @@ import sys, os
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('..'))
# -- General configuration -----------------------------------------------------

View File

@@ -112,6 +112,7 @@ API Reference
api/clientxmpp
api/componentxmpp
api/basexmpp
api/jid
api/xmlstream/stanzabase
api/xmlstream/tostring
api/xmlstream/filesocket