|
1 | 1 | # -*- coding: utf-8 -*-
|
2 | 2 | #
|
3 |
| -# h5serv documentation build configuration file, created by |
| 3 | +# HDF Kita documentation build configuration file, created by |
4 | 4 | # sphinx-quickstart on Mon Nov 3 22:14:28 2014.
|
5 | 5 | #
|
6 | 6 | # This file is execfile()d with the current directory set to its
|
|
46 | 46 | master_doc = 'index'
|
47 | 47 |
|
48 | 48 | # General information about the project.
|
49 |
| -project = u'h5serv' |
| 49 | +project = u'HDF Kita' |
50 | 50 | copyright = unicode(datetime.now().year) + u', The HDF Group'
|
51 | 51 |
|
52 | 52 | rst_epilog = '.. |copyright| replace:: %s' % copyright
|
|
181 | 181 | #html_file_suffix = None
|
182 | 182 |
|
183 | 183 | # Output file base name for HTML help builder.
|
184 |
| -htmlhelp_basename = 'h5servdoc' |
| 184 | +htmlhelp_basename = 'hdfkitadoc' |
185 | 185 |
|
186 | 186 |
|
187 | 187 | # -- Options for LaTeX output ---------------------------------------------
|
|
201 | 201 | # (source start file, target name, title,
|
202 | 202 | # author, documentclass [howto, manual, or own class]).
|
203 | 203 | latex_documents = [
|
204 |
| - ('index', 'h5serv.tex', u'h5serv Documentation', |
| 204 | + ('index', 'HDFKita.tex', u'HDF Kita Documentation', |
205 | 205 | u'HDFGroup', 'manual'),
|
206 | 206 | ]
|
207 | 207 |
|
|
231 | 231 | # One entry per manual page. List of tuples
|
232 | 232 | # (source start file, name, description, authors, manual section).
|
233 | 233 | man_pages = [
|
234 |
| - ('index', 'h5serv', u'h5serv Documentation', |
| 234 | + ('index', 'HDFKita', u'HDF Kita Documentation', |
235 | 235 | [u'HDFGroup'], 1)
|
236 | 236 | ]
|
237 | 237 |
|
|
245 | 245 | # (source start file, target name, title, author,
|
246 | 246 | # dir menu entry, description, category)
|
247 | 247 | 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.', |
250 | 250 | 'Miscellaneous'),
|
251 | 251 | ]
|
252 | 252 |
|
|
0 commit comments