X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fconf.py.in;h=9f0b2a32b49744832b2fb67bcf7684cf7e0896e5;hb=3302041bbe7bda096d658e7032e77763ed6187f5;hp=5952dc2ea7e36b0e6253c4d44648f1b2e6514d98;hpb=2cc368abe76d52e8c26f883eaa0090f98fcc0a3c;p=awesomized%2Flibmemcached diff --git a/docs/conf.py.in b/docs/conf.py.in index 5952dc2e..9f0b2a32 100644 --- a/docs/conf.py.in +++ b/docs/conf.py.in @@ -27,11 +27,11 @@ import sys, os # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = [] -extensions = ['sphinxcontrib.googleanalytics'] +#extensions = ['sphinxcontrib.googleanalytics'] # Google -googleanalytics_id = 'UA-15307604-2' -googleanalytics_enabled = 'True' +#googleanalytics_id = 'UA-15307604-2' +#googleanalytics_enabled = 'True' # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -47,7 +47,7 @@ master_doc = 'index' # General information about the project. project = u'libmemcached' -copyright = u'2011, Brian Aker DataDifferential, http://datadifferential.com/' +copyright = u'2011-2012, Brian Aker DataDifferential, http://datadifferential.com/' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -263,6 +263,8 @@ man_pages = [ ('memcached_create', 'memcached_servers_reset', u'libmemcached Documentation', [u'Brian Aker'], 3), ('memcached_delete', 'memcached_delete', u'libmemcached Documentation', [u'Brian Aker'], 3), ('memcached_delete', 'memcached_delete_by_key', u'libmemcached Documentation', [u'Brian Aker'], 3), + ('libmemcached-1.0/memcached_touch', 'memcached_touch', u'libmemcached Documentation', [u'Brian Aker'], 3), + ('libmemcached-1.0/memcached_touch', 'memcached_touch_by_key', u'libmemcached Documentation', [u'Brian Aker'], 3), ('libmemcached/memcached_exist', 'memcached_exist', u'libmemcached Documentation', [u'Brian Aker'], 3), ('libmemcached/memcached_exist', 'memcached_exist_by_key', u'libmemcached Documentation', [u'Brian Aker'], 3), ('memcached_dump', 'memcached_dump', u'libmemcached Documentation', [u'Brian Aker'], 3), @@ -296,6 +298,7 @@ man_pages = [ ('memcached_pool', 'memcached_pool_release', u'libmemcached Documentation', [u'Brian Aker'], 3), ('memcached_pool', 'memcached_pool_st', u'libmemcached Documentation', [u'Brian Aker'], 3), ('memcached_quit', 'memcached_quit', u'libmemcached Documentation', [u'Brian Aker'], 3), + ('libmemcached-1.0/memcached_set_encoding_key', 'memcached_set_encoding_key', u'libmemcached Documentation', [u'Brian Aker'], 3), ('memcached_result_st', 'memcached_result_cas', u'Working with result sets', [u'Brian Aker'], 3), ('memcached_result_st', 'memcached_result_create', u'Working with result sets', [u'Brian Aker'], 3), ('memcached_result_st', 'memcached_result_flags', u'Working with result sets', [u'Brian Aker'], 3), @@ -351,4 +354,8 @@ man_pages = [ ('bin/memaslap', 'memaslap', u'libmemcached Documentation', [u'Brian Aker'], 1), ('bin/memslap', 'memslap', u'libmemcached Documentation', [u'Brian Aker'], 1), ('bin/memstat', 'memstat', u'libmemcached Documentation', [u'Brian Aker'], 1), + ('bin/memexist', 'memexist', u'libmemcached Documentation', [u'Brian Aker'], 1), + ('bin/memparse', 'memparse', u'libmemcached Documentation', [u'Brian Aker'], 1), + ('bin/memping', 'memping', u'libmemcached Documentation', [u'Brian Aker'], 1), + ('bin/memtouch', 'memtouch', u'libmemcached Documentation', [u'Brian Aker'], 1), ]