|
42 | 42 | master_doc = 'index' |
43 | 43 |
|
44 | 44 | # 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' |
47 | 47 |
|
48 | 48 | # The version info for the project you're documenting, acts as replacement for |
49 | 49 | # |version| and |release|, also used in various other places throughout the |
|
107 | 107 |
|
108 | 108 | # The name for this set of Sphinx documents. If None, it defaults to |
109 | 109 | # "<project> v<release> documentation". |
110 | | -html_title = "Splunk Python SDK Reference" |
| 110 | +html_title = "Splunk SDK for Python API Reference" |
111 | 111 |
|
112 | 112 | # A shorter title for the navigation bar. Default is the same as html_title. |
113 | 113 | #html_short_title = "Splunk Python SDK Reference" |
|
191 | 191 | # Grouping the document tree into LaTeX files. List of tuples |
192 | 192 | # (source start file, target name, title, author, documentclass [howto/manual]). |
193 | 193 | latex_documents = [ |
194 | | - ('index', 'SplunkPythonSDK.tex', u'Splunk Python SDK Documentation', |
| 194 | + ('index', 'SplunkPythonSDK.tex', u'Splunk SDK for Python Documentation', |
195 | 195 | u'Splunk Inc.', 'manual'), |
196 | 196 | ] |
197 | 197 |
|
|
221 | 221 | # One entry per manual page. List of tuples |
222 | 222 | # (source start file, name, description, authors, manual section). |
223 | 223 | man_pages = [ |
224 | | - ('index', 'splunkpythonsdk', u'Splunk Python SDK Documentation', |
| 224 | + ('index', 'splunkpythonsdk', u'Splunk SDK for Python API Documentation', |
225 | 225 | [u'Splunk Inc.'], 1) |
226 | 226 | ] |
227 | 227 |
|
|
235 | 235 | # (source start file, target name, title, author, |
236 | 236 | # dir menu entry, description, category) |
237 | 237 | 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.', |
240 | 240 | 'Miscellaneous'), |
241 | 241 | ] |
242 | 242 |
|
|
0 commit comments