Navigation Menu

Skip to content

Commit

Permalink
[doc] groonga storage engine -> mroonga.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 28, 2011
1 parent 92a84fa commit 3b441aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/source/conf.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# groonga storage engine documentation build configuration file, created by
# mroonga documentation build configuration file, created by
# sphinx-quickstart on Tue Aug 03 14:53:35 2010.
#
# This file is execfile()d with the current directory set to its containing dir.
Expand Down Expand Up @@ -41,7 +41,7 @@
master_doc = 'index'

# General information about the project.
project = u'groonga storage engine'
project = u'mroonga'
copyright = u'2009-' + unicode(datetime.today().year) + u', groonga project'

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -191,7 +191,7 @@
#html_file_suffix = None

# Output file base name for HTML help builder.
htmlhelp_basename = 'groongastorageenginedoc'
htmlhelp_basename = 'mroongadoc'


# -- Options for LaTeX output --------------------------------------------------
Expand All @@ -205,7 +205,7 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'groongastorageengine.tex', u'groonga storage engine Documentation',
('index', 'mroonga.tex', u'mroonga Documentation',
u'groonga project', 'manual'),
]

Expand Down Expand Up @@ -238,6 +238,6 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'groongastorageengine', u'groonga storage engine Documentation',
[u'groonga project'], 1)
('index', 'mroonga', u'mroonga Documentation',
[u'mroonga project'], 1)
]

0 comments on commit 3b441aa

Please sign in to comment.