aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-10-07 20:12:29 -0400
committerMarti Bolivar <mbolivar@mit.edu>2010-10-07 20:12:29 -0400
commitfb674494256d51cee09a3ce2c0ead3ac4dd86a46 (patch)
treec367b98c805bf3f080cb31bf4d1079de0d4495fd /docs/source/conf.py
parent4fa975664646211b52e09e5663be2f9f8d73c0fb (diff)
downloadlibrambutan-fb674494256d51cee09a3ce2c0ead3ac4dd86a46.tar.gz
librambutan-fb674494256d51cee09a3ce2c0ead3ac4dd86a46.zip
lots more docs
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index e9c55b2..7f2b3b4 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -44,7 +44,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'libmaple'
+project = u'Maple'
copyright = u'2010, LeafLabs, LLC'
# The version info for the project you're documenting, acts as replacement for
@@ -169,7 +169,7 @@ html_static_path = ['_static']
#html_file_suffix = None
# Output file base name for HTML help builder.
-htmlhelp_basename = 'libmapledoc'
+htmlhelp_basename = 'mapledoc'
# -- Options for LaTeX output -------------------------------------------------
@@ -183,7 +183,7 @@ htmlhelp_basename = 'libmapledoc'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target file, title, author, documentclass [howto/manual])
latex_documents = [
- ('index', 'libmaple.tex', u'libmaple Documentation',
+ ('index', 'maple.tex', u'Maple Documentation',
u'LeafLabs, LLC', 'manual'),
]
@@ -216,7 +216,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'libmaple', u'libmaple Documentation',
+ ('index', 'maple', u'Maple Documentation',
[u'LeafLabs, LLC'], 1)
]