aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2014-08-27 19:21:50 -0400
committerbnewbold <bnewbold@robocracy.org>2014-08-27 19:21:50 -0400
commitc3eb039f8c46bddba6c253eee5296cecee2914a1 (patch)
tree1fa1cc4ec97803dc2cc46a07fd522cd0ff7c89e8 /docs
parentd7212508f203d03b4931b94695fb10cb8a7862c2 (diff)
downloadlibrambutan-c3eb039f8c46bddba6c253eee5296cecee2914a1.tar.gz
librambutan-c3eb039f8c46bddba6c253eee5296cecee2914a1.zip
docs/source/conf.py: initial Maple => Rambutan edits
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index f4a9bbb..b1126df 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# libmaple documentation build configuration file, created by
+# librambutan documentation build configuration file, originally created by
# sphinx-quickstart on Thu Oct 7 06:42:30 2010.
#
# This file is execfile()d with the current directory set to its
@@ -49,8 +49,8 @@ source_suffix = '.rst'
master_doc = 'contents'
# General information about the project.
-project = u'Maple'
-copyright = u'2010, 2011, LeafLabs, LLC'
+project = u'librambutan'
+copyright = u'2010, 2011, LeafLabs, LLC. 2014 Various Contributors.'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -209,7 +209,7 @@ html_use_index = False
#html_file_suffix = None
# Output file base name for HTML help builder.
-htmlhelp_basename = 'mapledoc'
+htmlhelp_basename = 'librambutandoc'
# -- Options for LaTeX output -------------------------------------------------
@@ -223,8 +223,8 @@ htmlhelp_basename = 'mapledoc'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target file, title, author, documentclass [howto/manual])
latex_documents = [
- ('index', 'maple.tex', u'Maple Documentation',
- u'LeafLabs, LLC', 'manual'),
+ ('index', 'librambutan.tex', u'librambutan Documentation',
+ u'LeafLabs, LLC and Contributors', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -256,8 +256,8 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'maple', u'Maple Documentation',
- [u'LeafLabs, LLC'], 1)
+ ('index', 'librambutan', u'librambutan Documentation',
+ [u'LeafLabs, LLC and Contributors'], 1)
]