From: <ki...@us...> - 2003-05-07 00:34:48
|
Update of /cvsroot/pymerase/Docs/output In directory sc8-pr-cvs1:/tmp/cvs-serv13453 Modified Files: output_modules.tex Log Message: added output formats, CreateReport and CreateTableXML Index: output_modules.tex =================================================================== RCS file: /cvsroot/pymerase/Docs/output/output_modules.tex,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** output_modules.tex 7 May 2003 00:11:58 -0000 1.4 --- output_modules.tex 7 May 2003 00:34:45 -0000 1.5 *************** *** 29,33 **** \author{Brandon King \\ Copyright \copyright ~2003 California Institute of Technology} ! \date{Version 0.1.4\\\today} \maketitle \thispagestyle{empty} --- 29,33 ---- \author{Brandon King \\ Copyright \copyright ~2003 California Institute of Technology} ! \date{Version 0.1.5\\\today} \maketitle \thispagestyle{empty} *************** *** 83,86 **** --- 83,100 ---- \end{tabular} + \subsubsection{\cb Output Formats} + + \begin{tabular}{ll} + \bf Output Module & \bf Output Format \\ + CreateDBAPI & Directory (Python Package) \\ + CreateGraphvizUML & File (.dot) \\ + CreatePyTkDBWidgets & Directory (Python Package) \\ + CreatePyTkWidgets & Directory (Python Package) \\ + CreateReport & File (.txt) \\ + CreateSQL & File (.sql) \\ + CreateTableXML & Directory (schema/)\\ + iPymerase & No Output + \end{tabular} + \subsubsection{\cb System Requirements} *************** *** 104,108 **** --- 118,126 ---- \input{modules/CreateGraphvizUML.tex} \newpage + \input{modules/CreateReport.tex} + \newpage \input{modules/CreateSQL.tex} + \newpage + \input{modules/CreateTableXML.tex} \newpage \input{modules/iPymerase.tex} |