aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-10-07 08:55:35 -0400
committerMarti Bolivar <mbolivar@mit.edu>2010-10-07 08:55:35 -0400
commit4ed840601975a497a57c958b3d9043c21ddf2430 (patch)
tree2ef2a15c7d968b67bf1aafec9f5f053a60a6630c /docs/source/conf.py
parente14e95941120eb62ac22b9c9b9284048e4efd12d (diff)
downloadlibrambutan-4ed840601975a497a57c958b3d9043c21ddf2430.tar.gz
librambutan-4ed840601975a497a57c958b3d9043c21ddf2430.zip
some comment stubs
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index c12ebb9..e9c55b2 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -45,7 +45,7 @@ master_doc = 'index'
# General information about the project.
project = u'libmaple'
-copyright = u'2010, Marti Bolivar, Perry Hung, Andrew Meyer, Brian Newbold'
+copyright = u'2010, LeafLabs, LLC'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -184,7 +184,7 @@ htmlhelp_basename = 'libmapledoc'
# (source start file, target file, title, author, documentclass [howto/manual])
latex_documents = [
('index', 'libmaple.tex', u'libmaple Documentation',
- u'Marti Bolivar, Perry Hung, Andrew Meyer, Brian Newbold', 'manual'),
+ u'LeafLabs, LLC', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -217,7 +217,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'libmaple', u'libmaple Documentation',
- [u'Marti Bolivar, Perry Hung, Andrew Meyer, Brian Newbold'], 1)
+ [u'LeafLabs, LLC'], 1)
]