Skip to content

Commit c1a3af0

Browse files
committed
pythonhosted related fixes
1 parent 57af719 commit c1a3af0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
master_doc = 'index'
3838

3939
# General information about the project.
40-
project = u'aerospike-client-python'
40+
project = u'aerospike'
4141
copyright = u'2014-2015, Aerospike'
4242

4343
# The version info for the project you're documenting, acts as replacement for
@@ -158,7 +158,7 @@
158158
#html_file_suffix = ''
159159

160160
# Output file base name for HTML help builder.
161-
htmlhelp_basename = 'aerospike-client-pythondoc'
161+
htmlhelp_basename = 'aerospikehelp'
162162

163163

164164
# -- Options for LaTeX output --------------------------------------------------
@@ -172,7 +172,7 @@
172172
# Grouping the document tree into LaTeX files. List of tuples
173173
# (source start file, target name, title, author, documentclass [howto/manual]).
174174
latex_documents = [
175-
('index', 'aerospike-client-python.tex', u'aerospike-client-python Documentation',
175+
('index', 'aerospike.tex', u'aerospike Documentation',
176176
u'Ronen Botzer', 'manual'),
177177
]
178178

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Introduction
33
############
44

5-
``aerospike-client-python`` is a package which provides a Python client for
5+
``aerospike`` is a package which provides a Python client for
66
Aerospike database clusters. The Python client is a CPython module, built on
77
the Aerospike C client.
88

0 commit comments

Comments
 (0)