diff options
author | dencheva <dencheva@stsci.edu> | 2010-10-12 17:24:58 -0400 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2010-10-12 17:24:58 -0400 |
commit | 240dbc501a1e774145180dbe291f3206650112f2 (patch) | |
tree | 8c29ee78f00844cc81af1ef41f92ee79d6c88f30 /doc/source/conf.py | |
parent | 990e14e58af637dec308309ef30461b254d7c779 (diff) | |
download | stwcs_hcf-240dbc501a1e774145180dbe291f3206650112f2.tar.gz |
Added npol tsr
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@10530 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index e1e2bc4..dcff538 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -174,9 +174,11 @@ htmlhelp_basename = 'STWCSdoc' # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'STWCS.tex', u'STWCS Documentation', - u'Nadia Dencheva, Warren Hack', 'manual'), + u'Nadezhda Dencheva, Warren Hack', 'manual'), ('hdrlet_tsr', 'headerlet_tsr.tex', u'Headerlet Definition', - u'Warren Hack, Nadia Dencheva', 'tsr'), + u'Warren Hack, Nadezhda Dencheva', 'tsr'), + ('npol_tsr', 'npol_tsr.tex', u'NPOL Reference File Definition', + u'Nadezhda Dencheva, Warren Hack', 'tsr'), ] # The name of an image file (relative to this directory) to place at the top of |