Skip to content

Commit 1ed19f7

Browse files
Naming, copyright updates
1 parent e9d5c5a commit 1ed19f7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/conf.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
master_doc = 'index'
4343

4444
# General information about the project.
45-
project = u'Splunk Python SDK'
46-
copyright = u'2012, Splunk Inc'
45+
project = u'Splunk SDK for Python'
46+
copyright = u'2013, Splunk Inc'
4747

4848
# The version info for the project you're documenting, acts as replacement for
4949
# |version| and |release|, also used in various other places throughout the
@@ -107,7 +107,7 @@
107107

108108
# The name for this set of Sphinx documents. If None, it defaults to
109109
# "<project> v<release> documentation".
110-
html_title = "Splunk Python SDK Reference"
110+
html_title = "Splunk SDK for Python API Reference"
111111

112112
# A shorter title for the navigation bar. Default is the same as html_title.
113113
#html_short_title = "Splunk Python SDK Reference"
@@ -191,7 +191,7 @@
191191
# Grouping the document tree into LaTeX files. List of tuples
192192
# (source start file, target name, title, author, documentclass [howto/manual]).
193193
latex_documents = [
194-
('index', 'SplunkPythonSDK.tex', u'Splunk Python SDK Documentation',
194+
('index', 'SplunkPythonSDK.tex', u'Splunk SDK for Python Documentation',
195195
u'Splunk Inc.', 'manual'),
196196
]
197197

@@ -221,7 +221,7 @@
221221
# One entry per manual page. List of tuples
222222
# (source start file, name, description, authors, manual section).
223223
man_pages = [
224-
('index', 'splunkpythonsdk', u'Splunk Python SDK Documentation',
224+
('index', 'splunkpythonsdk', u'Splunk SDK for Python API Documentation',
225225
[u'Splunk Inc.'], 1)
226226
]
227227

@@ -235,8 +235,8 @@
235235
# (source start file, target name, title, author,
236236
# dir menu entry, description, category)
237237
texinfo_documents = [
238-
('index', 'SplunkPythonSDK', u'Splunk Python SDK Documentation',
239-
u'Splunk Inc.', 'SplunkPythonSDK', 'One line description of project.',
238+
('index', 'SplunkPythonSDK', u'Splunk SDK for Python API Documentation',
239+
u'Splunk Inc.', 'SplunkPythonSDK', 'API reference for Splunk SDK for Python.',
240240
'Miscellaneous'),
241241
]
242242

0 commit comments

Comments
 (0)