diff options
author | lim <lim@stsci.edu> | 2012-06-27 12:49:54 -0400 |
---|---|---|
committer | lim <lim@stsci.edu> | 2012-06-27 12:49:54 -0400 |
commit | 274d8a03c34444abc0ddd0f2c6495f72ba6959c1 (patch) | |
tree | ab20e7c758d81d4e9394f6fab05b123ff9b3a4e7 /doc/source/conf.py | |
parent | d5f1fce2e7df93f76ed860b8ffe1f2a97599bd25 (diff) | |
download | stsci.sphere-274d8a03c34444abc0ddd0f2c6495f72ba6959c1.tar.gz |
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
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 10 |
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. |