diff options
author | Lance Stout <lancestout@gmail.com> | 2011-11-22 15:25:02 -0800 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-11-22 15:25:02 -0800 |
commit | 6906c15e8ee20633ae0bf94fee1a99d916ceedc8 (patch) | |
tree | f933aee58924c878b3fff92823667c4ba68442fb /docs/api | |
parent | ff5421cefcd2f86fef362d8fd8b387f7e812cc85 (diff) | |
download | slixmpp-6906c15e8ee20633ae0bf94fee1a99d916ceedc8.tar.gz slixmpp-6906c15e8ee20633ae0bf94fee1a99d916ceedc8.tar.bz2 slixmpp-6906c15e8ee20633ae0bf94fee1a99d916ceedc8.tar.xz slixmpp-6906c15e8ee20633ae0bf94fee1a99d916ceedc8.zip |
Update docs for tostring
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/xmlstream/index.rst (renamed from docs/api/xmlstream.rst) | 1 | ||||
-rw-r--r-- | docs/api/xmlstream/stanzabase.rst (renamed from docs/api/stanzabase.rst) | 2 | ||||
-rw-r--r-- | docs/api/xmlstream/tostring.rst | 17 |
3 files changed, 20 insertions, 0 deletions
diff --git a/docs/api/xmlstream.rst b/docs/api/xmlstream/index.rst index 65200f66..22f9f3ff 100644 --- a/docs/api/xmlstream.rst +++ b/docs/api/xmlstream/index.rst @@ -10,3 +10,4 @@ xmlstream .. toctree:: stanzabase + tostring diff --git a/docs/api/stanzabase.rst b/docs/api/xmlstream/stanzabase.rst index 5a2c9a06..afed7655 100644 --- a/docs/api/stanzabase.rst +++ b/docs/api/xmlstream/stanzabase.rst @@ -1,3 +1,5 @@ +.. _stanzabase: + ========== stanzabase ========== diff --git a/docs/api/xmlstream/tostring.rst b/docs/api/xmlstream/tostring.rst new file mode 100644 index 00000000..038b7876 --- /dev/null +++ b/docs/api/xmlstream/tostring.rst @@ -0,0 +1,17 @@ +======== +tostring +======== + +.. module:: sleekxmpp.xmlstream.tostring + +.. _tostring: + +XML Serialization +----------------- + +.. autofunction:: tostring + +Escaping Special Characters +--------------------------- + +.. autofunction:: xml_escape |