summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 5ee1814..94a92fb 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -44,16 +44,16 @@ master_doc = 'index'
# General information about the project.
project = u'Spherical Geometry Toolkit'
-copyright = u'2011, Michael Droettboom, STScI'
+copyright = u'2011-2012, Michael Droettboom and Pey Lian Lim, STScI'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
-version = '0.1'
+version = '0.2'
# The full version, including alpha/beta/rc tags.
-release = '0.1'
+release = '0.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -182,7 +182,7 @@ htmlhelp_basename = 'SphericalGeometryToolkitdoc'
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'SphericalGeometryToolkit.tex', u'Spherical Geometry Toolkit Documentation',
- u'Michael Droettboom, STScI', 'manual'),
+ u'Michael Droettboom and Pey Lian Lim, STScI', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -215,7 +215,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'sphericalgeometrytoolkit', u'Spherical Geometry Toolkit Documentation',
- [u'Michael Droettboom, STScI'], 1)
+ [u'Michael Droettboom and Pey Lian Lim, STScI'], 1)
]
# If true, show URL addresses after external links.