summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-11-20 17:29:54 -0800
committerLance Stout <lancestout@gmail.com>2011-11-20 17:29:54 -0800
commitbc2d0ee9a88de9abb151fe399777c1914f9c5e92 (patch)
tree8274e9d5ab59737cae16d6e03e1ac914122343b5
parent862a2a1440054975c6e974f17eadba23032353b1 (diff)
downloadslixmpp-bc2d0ee9a88de9abb151fe399777c1914f9c5e92.tar.gz
slixmpp-bc2d0ee9a88de9abb151fe399777c1914f9c5e92.tar.bz2
slixmpp-bc2d0ee9a88de9abb151fe399777c1914f9c5e92.tar.xz
slixmpp-bc2d0ee9a88de9abb151fe399777c1914f9c5e92.zip
Update docs index
-rw-r--r--docs/conf.py2
-rw-r--r--docs/index.rst4
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 8a165872..0213bb17 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -50,7 +50,7 @@ copyright = u'2011, Nathan Fritz, Lance Stout'
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
-release = '1.0RC1'
+release = '1.0RC3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/docs/index.rst b/docs/index.rst
index 5da389b9..1608d4ca 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -13,6 +13,9 @@ SleekXMPP
``develop`` branch.
**Stable Releases**
+ - `1.0 RC3 <http://github.com/fritzy/SleekXMPP/zipball/1.0-RC3>`_
+ - `1.0 RC2 <http://github.com/fritzy/SleekXMPP/zipball/1.0-RC2>`_
+ - `1.0 RC1 <http://github.com/fritzy/SleekXMPP/zipball/1.0-RC1>`_
- `1.0 Beta6.1 <http://github.com/fritzy/SleekXMPP/zipball/1.0-Beta6.1>`_
- `1.0 Beta5 <http://github.com/fritzy/SleekXMPP/zipball/1.0-Beta5>`_
- `1.0 Beta4 <http://github.com/fritzy/SleekXMPP/zipball/1.0-Beta4>`_
@@ -115,6 +118,7 @@ API Reference
api/clientxmpp
api/basexmpp
api/xmlstream
+ api/stanzabase
Additional Info
---------------