diff options
| author | hack <hack@stsci.edu> | 2010-10-12 16:13:55 -0400 |
|---|---|---|
| committer | hack <hack@stsci.edu> | 2010-10-12 16:13:55 -0400 |
| commit | 7fabbed98fa339cdb83d8d08ae195ae61f3a08e4 (patch) | |
| tree | f7d0d3dc7c727d6722c4bad44da13f53af35a441 /doc/source/conf.py | |
| parent | 70040275e4919a15f8980686a66acaac493dd263 (diff) | |
| download | stwcs_hcf-7fabbed98fa339cdb83d8d08ae195ae61f3a08e4.tar.gz | |
Updates were made to the headerlet definition to turn it into a TSR when creating PDF output and address comments discussed with Nadia. The index for the headerlet tsr was also moved so that it can turned into a TSR PDF while allowing the remainder of the STWCS docs to be turned into a manual. WJH
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@10528 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'doc/source/conf.py')
| -rw-r--r-- | doc/source/conf.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index fce6518..e24bb8f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -48,7 +48,7 @@ copyright = u'2010, Nadia Dencheva, Warren Hack' # The short X.Y version. version = '0.8' # The full version, including alpha/beta/rc tags. -release = '0.8' +release = '2011.xx' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -175,6 +175,8 @@ htmlhelp_basename = 'STWCSdoc' latex_documents = [ ('index', 'STWCS.tex', u'STWCS Documentation', u'Nadia Dencheva, Warren Hack', 'manual'), + ('hdrlet_tsr', 'headerlet_tsr.tex', u'Headerlet Definition', + u'Nadia Dencheva, Warren Hack', 'tsr'), ] # The name of an image file (relative to this directory) to place at the top of |
