Skip to content

Commit a5a0eda

Browse files
committed
Update conf.py with changes of project name
1 parent 1665b22 commit a5a0eda

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

conf.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# h5serv documentation build configuration file, created by
3+
# HDF Kita documentation build configuration file, created by
44
# sphinx-quickstart on Mon Nov 3 22:14:28 2014.
55
#
66
# This file is execfile()d with the current directory set to its
@@ -46,7 +46,7 @@
4646
master_doc = 'index'
4747

4848
# General information about the project.
49-
project = u'h5serv'
49+
project = u'HDF Kita'
5050
copyright = unicode(datetime.now().year) + u', The HDF Group'
5151

5252
rst_epilog = '.. |copyright| replace:: %s' % copyright
@@ -181,7 +181,7 @@
181181
#html_file_suffix = None
182182

183183
# Output file base name for HTML help builder.
184-
htmlhelp_basename = 'h5servdoc'
184+
htmlhelp_basename = 'hdfkitadoc'
185185

186186

187187
# -- Options for LaTeX output ---------------------------------------------
@@ -201,7 +201,7 @@
201201
# (source start file, target name, title,
202202
# author, documentclass [howto, manual, or own class]).
203203
latex_documents = [
204-
('index', 'h5serv.tex', u'h5serv Documentation',
204+
('index', 'HDFKita.tex', u'HDF Kita Documentation',
205205
u'HDFGroup', 'manual'),
206206
]
207207

@@ -231,7 +231,7 @@
231231
# One entry per manual page. List of tuples
232232
# (source start file, name, description, authors, manual section).
233233
man_pages = [
234-
('index', 'h5serv', u'h5serv Documentation',
234+
('index', 'HDFKita', u'HDF Kita Documentation',
235235
[u'HDFGroup'], 1)
236236
]
237237

@@ -245,8 +245,8 @@
245245
# (source start file, target name, title, author,
246246
# dir menu entry, description, category)
247247
texinfo_documents = [
248-
('index', 'h5serv', u'h5serv Documentation',
249-
u'HDFGroup', 'h5serv', 'One line description of project.',
248+
('index', 'HDFKita', u'HDF Kita Documentation',
249+
u'HDFGroup', 'HDFKita', 'One line description of project.',
250250
'Miscellaneous'),
251251
]
252252

0 commit comments

Comments
 (0)