From 2339ec4332246c08ac0e771ef32a284e302f6c8c Mon Sep 17 00:00:00 2001 From: Jean-Philippe ARGAUD Date: Wed, 16 Feb 2022 07:23:44 +0100 Subject: [PATCH] Minor documentation and code review corrections (23) --- doc/en/ref_algorithm_3DVAR.rst | 3 +++ doc/en/ref_algorithm_Blue.rst | 3 +++ doc/en/ref_algorithm_ExtendedBlue.rst | 3 +++ doc/en/ref_algorithm_LinearLeastSquares.rst | 3 +++ doc/en/ref_algorithm_NonLinearLeastSquares.rst | 3 +++ doc/fr/ref_algorithm_3DVAR.rst | 3 +++ doc/fr/ref_algorithm_Blue.rst | 3 +++ doc/fr/ref_algorithm_ExtendedBlue.rst | 3 +++ doc/fr/ref_algorithm_LinearLeastSquares.rst | 3 +++ doc/fr/ref_algorithm_NonLinearLeastSquares.rst | 3 +++ 10 files changed, 30 insertions(+) diff --git a/doc/en/ref_algorithm_3DVAR.rst b/doc/en/ref_algorithm_3DVAR.rst index 9e5fe8c..e279fb8 100644 --- a/doc/en/ref_algorithm_3DVAR.rst +++ b/doc/en/ref_algorithm_3DVAR.rst @@ -127,6 +127,7 @@ StoreSupplementaryCalculations "CurrentIterationNumber", "CurrentOptimum", "CurrentState", + "CurrentStepNumber", "ForecastState", "IndexOfOptimum", "Innovation", @@ -196,6 +197,8 @@ StoreSupplementaryCalculations .. include:: snippets/CurrentState.rst +.. include:: snippets/CurrentStepNumber.rst + .. include:: snippets/ForecastState.rst .. include:: snippets/IndexOfOptimum.rst diff --git a/doc/en/ref_algorithm_Blue.rst b/doc/en/ref_algorithm_Blue.rst index 9c1c156..a550288 100644 --- a/doc/en/ref_algorithm_Blue.rst +++ b/doc/en/ref_algorithm_Blue.rst @@ -110,6 +110,7 @@ StoreSupplementaryCalculations "CostFunctionJoAtCurrentOptimum", "CurrentOptimum", "CurrentState", + "CurrentStepNumber", "ForecastState", "Innovation", "InnovationAtCurrentAnalysis", @@ -165,6 +166,8 @@ StoreSupplementaryCalculations .. include:: snippets/CurrentState.rst +.. include:: snippets/CurrentStepNumber.rst + .. include:: snippets/ForecastState.rst .. include:: snippets/Innovation.rst diff --git a/doc/en/ref_algorithm_ExtendedBlue.rst b/doc/en/ref_algorithm_ExtendedBlue.rst index 7e13e9c..df017e6 100644 --- a/doc/en/ref_algorithm_ExtendedBlue.rst +++ b/doc/en/ref_algorithm_ExtendedBlue.rst @@ -96,6 +96,7 @@ StoreSupplementaryCalculations "CostFunctionJoAtCurrentOptimum", "CurrentOptimum", "CurrentState", + "CurrentStepNumber", "ForecastState", "Innovation", "InnovationAtCurrentAnalysis", @@ -151,6 +152,8 @@ StoreSupplementaryCalculations .. include:: snippets/CurrentState.rst +.. include:: snippets/CurrentStepNumber.rst + .. include:: snippets/ForecastState.rst .. include:: snippets/Innovation.rst diff --git a/doc/en/ref_algorithm_LinearLeastSquares.rst b/doc/en/ref_algorithm_LinearLeastSquares.rst index 68fe08b..c1d65d6 100644 --- a/doc/en/ref_algorithm_LinearLeastSquares.rst +++ b/doc/en/ref_algorithm_LinearLeastSquares.rst @@ -81,6 +81,7 @@ StoreSupplementaryCalculations "CostFunctionJoAtCurrentOptimum", "CurrentOptimum", "CurrentState", + "CurrentStepNumber", "ForecastState", "InnovationAtCurrentAnalysis", "OMA", @@ -131,6 +132,8 @@ StoreSupplementaryCalculations .. include:: snippets/CurrentState.rst +.. include:: snippets/CurrentStepNumber.rst + .. include:: snippets/ForecastState.rst .. include:: snippets/InnovationAtCurrentAnalysis.rst diff --git a/doc/en/ref_algorithm_NonLinearLeastSquares.rst b/doc/en/ref_algorithm_NonLinearLeastSquares.rst index 2c7b9b4..faa1adc 100644 --- a/doc/en/ref_algorithm_NonLinearLeastSquares.rst +++ b/doc/en/ref_algorithm_NonLinearLeastSquares.rst @@ -97,6 +97,7 @@ StoreSupplementaryCalculations "CurrentIterationNumber", "CurrentOptimum", "CurrentState", + "CurrentStepNumber", "ForecastState", "IndexOfOptimum", "Innovation", @@ -156,6 +157,8 @@ StoreSupplementaryCalculations .. include:: snippets/CurrentState.rst +.. include:: snippets/CurrentStepNumber.rst + .. include:: snippets/ForecastState.rst .. include:: snippets/IndexOfOptimum.rst diff --git a/doc/fr/ref_algorithm_3DVAR.rst b/doc/fr/ref_algorithm_3DVAR.rst index 4d3d20d..06bddc4 100644 --- a/doc/fr/ref_algorithm_3DVAR.rst +++ b/doc/fr/ref_algorithm_3DVAR.rst @@ -130,6 +130,7 @@ StoreSupplementaryCalculations "CurrentIterationNumber", "CurrentOptimum", "CurrentState", + "CurrentStepNumber", "ForecastState", "IndexOfOptimum", "Innovation", @@ -199,6 +200,8 @@ StoreSupplementaryCalculations .. include:: snippets/CurrentState.rst +.. include:: snippets/CurrentStepNumber.rst + .. include:: snippets/ForecastState.rst .. include:: snippets/IndexOfOptimum.rst diff --git a/doc/fr/ref_algorithm_Blue.rst b/doc/fr/ref_algorithm_Blue.rst index a1f3a85..01a1398 100644 --- a/doc/fr/ref_algorithm_Blue.rst +++ b/doc/fr/ref_algorithm_Blue.rst @@ -111,6 +111,7 @@ StoreSupplementaryCalculations "CostFunctionJoAtCurrentOptimum", "CurrentOptimum", "CurrentState", + "CurrentStepNumber", "ForecastState", "Innovation", "InnovationAtCurrentAnalysis", @@ -166,6 +167,8 @@ StoreSupplementaryCalculations .. include:: snippets/CurrentState.rst +.. include:: snippets/CurrentStepNumber.rst + .. include:: snippets/ForecastState.rst .. include:: snippets/Innovation.rst diff --git a/doc/fr/ref_algorithm_ExtendedBlue.rst b/doc/fr/ref_algorithm_ExtendedBlue.rst index fae75cd..dcdb78c 100644 --- a/doc/fr/ref_algorithm_ExtendedBlue.rst +++ b/doc/fr/ref_algorithm_ExtendedBlue.rst @@ -96,6 +96,7 @@ StoreSupplementaryCalculations "CostFunctionJoAtCurrentOptimum", "CurrentOptimum", "CurrentState", + "CurrentStepNumber", "ForecastState", "Innovation", "InnovationAtCurrentAnalysis", @@ -151,6 +152,8 @@ StoreSupplementaryCalculations .. include:: snippets/CurrentState.rst +.. include:: snippets/CurrentStepNumber.rst + .. include:: snippets/ForecastState.rst .. include:: snippets/Innovation.rst diff --git a/doc/fr/ref_algorithm_LinearLeastSquares.rst b/doc/fr/ref_algorithm_LinearLeastSquares.rst index d4c4acb..eb0ce4f 100644 --- a/doc/fr/ref_algorithm_LinearLeastSquares.rst +++ b/doc/fr/ref_algorithm_LinearLeastSquares.rst @@ -81,6 +81,7 @@ StoreSupplementaryCalculations "CostFunctionJoAtCurrentOptimum", "CurrentOptimum", "CurrentState", + "CurrentStepNumber", "ForecastState", "InnovationAtCurrentAnalysis", "OMA", @@ -132,6 +133,8 @@ StoreSupplementaryCalculations .. include:: snippets/CurrentState.rst +.. include:: snippets/CurrentStepNumber.rst + .. include:: snippets/ForecastState.rst .. include:: snippets/InnovationAtCurrentAnalysis.rst diff --git a/doc/fr/ref_algorithm_NonLinearLeastSquares.rst b/doc/fr/ref_algorithm_NonLinearLeastSquares.rst index aed53dc..0570f09 100644 --- a/doc/fr/ref_algorithm_NonLinearLeastSquares.rst +++ b/doc/fr/ref_algorithm_NonLinearLeastSquares.rst @@ -98,6 +98,7 @@ StoreSupplementaryCalculations "CurrentIterationNumber", "CurrentOptimum", "CurrentState", + "CurrentStepNumber", "ForecastState", "IndexOfOptimum", "Innovation", @@ -158,6 +159,8 @@ StoreSupplementaryCalculations .. include:: snippets/CurrentState.rst +.. include:: snippets/CurrentStepNumber.rst + .. include:: snippets/ForecastState.rst .. include:: snippets/IndexOfOptimum.rst -- 2.39.2