Index: DamEngine/trunk/doc/Dam Engine - Functional Design/FO.tex =================================================================== diff -u -r3426 -r3429 --- DamEngine/trunk/doc/Dam Engine - Functional Design/FO.tex (.../FO.tex) (revision 3426) +++ DamEngine/trunk/doc/Dam Engine - Functional Design/FO.tex (.../FO.tex) (revision 3429) @@ -110,9 +110,11 @@ The DAM engine can make stability calculations with the kernel of D-Geostability 18.1. The options used by the DAM engine are equal to the use of the kernel of D-Geostability 15.1 and are described in \autoref{sec:UseStabKernel}. +% ToDo ToDo MWDAM-1719 {sec:FODAMPipingKernel} is defined in FOWBIPipingKernel.tex but this LaTeX-file is never included. +% Investigate if this subsection is relevant. \subsubsection{REQ Calc.DAMPiping}\label{sec:REQ CalcDAMPiping} The DAM engine can make piping calculations with the DAM-piping kernel. -The functional design of the DAM piping kernel is described in \autoref{sec:FODAMPipingKernel}. +% The functional design of the DAM piping kernel is described in \autoref{sec:FODAMPipingKernel}. \subsubsection{REQ Calc.WBIPiping}\label{sec:REQ CalcWBIPiping} Index: DamEngine/trunk/doc/parseLogs.py =================================================================== diff -u -r3428 -r3429 --- DamEngine/trunk/doc/parseLogs.py (.../parseLogs.py) (revision 3428) +++ DamEngine/trunk/doc/parseLogs.py (.../parseLogs.py) (revision 3429) @@ -28,7 +28,7 @@ text = line.replace("'", " ") text = text.replace("`", " ") if "LaTeX Warning:" in line: - if "was:used:in:doc" not in text and "\@arrayparboxrestore" not in text and "There were multiply-defined labels" not in text and "underbar has changed" not in text and "underline has changed" not in text and 'Font shape declaration has incorrect series value' not in text and and 'Package siunitx Warning: Option ' not in text: + if "was:used:in:doc" not in text and "\@arrayparboxrestore" not in text and "There were multiply-defined labels" not in text and "underbar has changed" not in text and "underline has changed" not in text and 'Font shape declaration has incorrect series value' not in text and 'Package siunitx Warning: Option ' not in text: print("##teamcity[testFailed name='LaTeX Warnings' message='{}']".format(text.strip())) print ("##teamcity[testFinished name='LaTeX Warnings']") Index: DamEngine/trunk/doc/Dam Engine - Functional Design/DAM Engine - Functional Design.tex =================================================================== diff -u -r3427 -r3429 --- DamEngine/trunk/doc/Dam Engine - Functional Design/DAM Engine - Functional Design.tex (.../DAM Engine - Functional Design.tex) (revision 3427) +++ DamEngine/trunk/doc/Dam Engine - Functional Design/DAM Engine - Functional Design.tex (.../DAM Engine - Functional Design.tex) (revision 3429) @@ -48,6 +48,7 @@ %------------------------------------------------------------------------------ \appendix\chapter*{Appendix} \addcontentsline{toc}{chapter}{Appendix} +% ToDo MWDAM-1719 investigate if FOWBIPipingKernel.tex and RRDScenarioSelection.tex should also be included here. \include{UseStabKernel} \include{UpliftCalculations} \include{FODAMPipingKernel}