Skip to content

Commit

Permalink
doc: use capitalized notation
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Oct 28, 2013
1 parent 2cf234b commit d4f5d8f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/source/conf.py
Expand Up @@ -62,7 +62,7 @@
master_doc = 'index'

# General information about the project.
project = u'groonga'
project = u'Groonga'
copyright = u'2009-' + unicode(datetime.today().year) + ', Brazil, Inc'

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -224,7 +224,7 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'groonga.tex', unicode(_('groonga documentation'), "utf-8"),
('index', 'groonga.tex', unicode(_('Groonga documentation'), "utf-8"),
u'Brazil, Inc', 'manual'),
]

Expand All @@ -248,9 +248,9 @@
# -- Options for rst2pdf output --------------------------------------------------
pdf_documents = [
('index',
u'groonga-%s' % (release,),
u'Groonga-%s' % (release,),
html_title,
unicode(_('groonga project'), "utf-8"))
unicode(_('Groonga Project'), "utf-8"))
]
pdf_stylesheets = ['sphinx', 'kerning', 'a4']
if 'language' in dir():
Expand All @@ -267,6 +267,6 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'groonga', unicode(_('groonga documentation'), "utf-8"),
[u'groonga project'], 1)
('index', 'Groonga', unicode(_('Groonga documentation'), "utf-8"),
[u'Groonga Project'], 1)
]

0 comments on commit d4f5d8f

Please sign in to comment.