From 7fabbed98fa339cdb83d8d08ae195ae61f3a08e4 Mon Sep 17 00:00:00 2001 From: hack Date: Tue, 12 Oct 2010 20:13:55 +0000 Subject: 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 --- doc/source/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/source/conf.py') 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 -- cgit