From c66a4d4097a249efc029b761d6150378a54bf702 Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 24 Feb 2015 18:58:40 +0100 Subject: Update the documentation and examples - update most of the examples with slixmpp - change the help channels pointed out in the doc - add a page listing differences from slixmpp and how to use asyncio nicely with slixmpp - fix some in-code rst documentation --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index fbb61b37..898d00cd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -105,7 +105,7 @@ html_theme = 'haiku' # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -html_title = 'Slixmpp' +html_title = 'slixmpp' # A shorter title for the navigation bar. Default is the same as html_title. html_short_title = '%s Documentation' % release @@ -219,4 +219,4 @@ man_pages = [ [u'Nathan Fritz, Lance Stout'], 1) ] -intersphinx_mapping = {'python': ('http://docs.python.org/3.2', 'python-objects.inv')} +intersphinx_mapping = {'python': ('http://docs.python.org/3.4', 'python-objects.inv')} -- cgit v1.2.3