From 274d8a03c34444abc0ddd0f2c6495f72ba6959c1 Mon Sep 17 00:00:00 2001 From: lim Date: Wed, 27 Jun 2012 16:49:54 +0000 Subject: lim updated existing doc and added skyline doc git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17584 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 1dbb501e8e1337077abc2595bf43226e34d57153 --- doc/source/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/source/conf.py') 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. -- cgit