Skip to content

Commit

Permalink
remove API word from conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Gough committed Dec 28, 2016
1 parent 7ff0f50 commit 83ba339
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions conf.py
Expand Up @@ -3,27 +3,27 @@
templates_path = ['_templates']
source_suffix = '.rst'
master_doc = 'index'
project = u'HiPFiSH API docs'
project = u'HiPFiSH docs'
copyright = u'2016, Chris Gough'
version = '0.0'
release = '0.0'
exclude_patterns = ['_build']
pygments_style = 'sphinx'
html_theme = 'default'
html_static_path = ['_static']
htmlhelp_basename = 'HiPFiSHAPIdocsdoc'
htmlhelp_basename = 'HiPFiSHdocs'
latex_elements = {
}
latex_documents = [
('index', 'HiPFiSHAPIdocs.tex', u'HiPFiSH API docs Documentation',
('index', 'HiPFiSHdocs.tex', u'HiPFiSH Documentation',
u'Chris Gough', 'manual'),
]
man_pages = [
('index', 'hipfishapidocs', u'HiPFiSH API docs Documentation',
('index', 'hipfishdocs', u'HiPFiSH Documentation',
[u'Chris Gough'], 1)
]
texinfo_documents = [
('index', 'HiPFiSHAPIdocs', u'HiPFiSH API docs Documentation',
u'Chris Gough', 'HiPFiSHAPIdocs', 'One line description of project.',
('index', 'HiPFiSHAPIdocs', u'HiPFiSH Documentation',
u'Chris Gough', 'HiPFiSHdocs', 'One line description of project.',
'Miscellaneous'),
]

0 comments on commit 83ba339

Please sign in to comment.