]> SALOME platform Git repositories - modules/adao.git/commit
Salome HOME
Documentation review corrections
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Thu, 12 Oct 2023 14:08:11 +0000 (16:08 +0200)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Thu, 12 Oct 2023 14:08:11 +0000 (16:08 +0200)
commit80497f93b6d39999dceb283de1771a4095c06a7d
treeace7be52661b6950ba115ec570cf818791755fc2
parentab2aa095b5028104218e17170acd94fdbd625298
Documentation review corrections
126 files changed:
doc/en/advanced.rst
doc/en/glossary.rst
doc/en/gui_in_salome.rst
doc/en/license.rst
doc/en/methodology.rst
doc/en/ref_algorithm_3DVAR.rst
doc/en/ref_algorithm_4DVAR.rst
doc/en/ref_algorithm_AdjointTest.rst
doc/en/ref_algorithm_Blue.rst
doc/en/ref_algorithm_ControledFunctionTest.rst
doc/en/ref_algorithm_DerivativeFreeOptimization.rst
doc/en/ref_algorithm_DifferentialEvolution.rst
doc/en/ref_algorithm_EnsembleBlue.rst
doc/en/ref_algorithm_EnsembleKalmanFilter.rst
doc/en/ref_algorithm_EnsembleOfSimulationGenerationTask.rst
doc/en/ref_algorithm_ExtendedBlue.rst
doc/en/ref_algorithm_ExtendedKalmanFilter.rst
doc/en/ref_algorithm_FunctionTest.rst
doc/en/ref_algorithm_GradientTest.rst
doc/en/ref_algorithm_InterpolationByReducedModelTask.rst
doc/en/ref_algorithm_KalmanFilter.rst
doc/en/ref_algorithm_LinearLeastSquares.rst
doc/en/ref_algorithm_LinearityTest.rst
doc/en/ref_algorithm_LocalSensitivityTest.rst
doc/en/ref_algorithm_MeasurementsOptimalPositioningTask.rst
doc/en/ref_algorithm_NonLinearLeastSquares.rst
doc/en/ref_algorithm_ObservationSimulationComparisonTest.rst
doc/en/ref_algorithm_ParallelFunctionTest.rst
doc/en/ref_algorithm_ParticleSwarmOptimization.rst
doc/en/ref_algorithm_QuantileRegression.rst
doc/en/ref_algorithm_SamplingTest.rst
doc/en/ref_algorithm_TabuSearch.rst
doc/en/ref_algorithm_TangentTest.rst
doc/en/ref_algorithm_UnscentedKalmanFilter.rst
doc/en/ref_assimilation_keywords.rst
doc/en/ref_entry_types.rst
doc/en/ref_observations_requirements.rst
doc/en/ref_operator_requirements.rst
doc/en/ref_options_AlgorithmParameters.rst
doc/en/ref_output_variables.rst
doc/en/scripts/simple_Blue.rst
doc/en/scripts/simple_ControledFunctionTest2.rst
doc/en/scripts/simple_ExtendedBlue.rst
doc/en/scripts/simple_InterpolationByReducedModelTask1.rst
doc/en/snippets/Header2Algo09.rst
doc/en/snippets/Variant_PSO.rst
doc/en/theory.rst
doc/en/tui.rst
doc/en/tutorials_in_salome.rst
doc/fr/advanced.rst
doc/fr/gui_in_salome.rst
doc/fr/index.rst
doc/fr/license.rst
doc/fr/methodology.rst
doc/fr/ref_algorithm_3DVAR.rst
doc/fr/ref_algorithm_EnsembleKalmanFilter.rst
doc/fr/ref_algorithm_ExtendedKalmanFilter.rst
doc/fr/ref_algorithm_InputValuesTest.rst
doc/fr/ref_algorithm_KalmanFilter.rst
doc/fr/ref_algorithm_SamplingTest.rst
doc/fr/ref_algorithm_UnscentedKalmanFilter.rst
doc/fr/ref_covariance_requirements.rst
doc/fr/ref_operator_requirements.rst
doc/fr/ref_options_AlgorithmParameters.rst
doc/fr/ref_output_variables.rst
doc/fr/scripts/simple_3DVAR1.rst
doc/fr/scripts/simple_3DVAR2.rst
doc/fr/scripts/simple_AdjointTest.rst
doc/fr/scripts/simple_Blue.rst
doc/fr/scripts/simple_ControledFunctionTest2.rst
doc/fr/scripts/simple_ExtendedBlue.rst
doc/fr/scripts/simple_InterpolationByReducedModelTask1.rst
doc/fr/snippets/EntryTypeVector.rst
doc/fr/snippets/EntryTypeVectorSerie.rst
doc/fr/snippets/ExecuteInContainer.rst
doc/fr/snippets/Header2Algo09.rst
doc/fr/snippets/ResiduFormula_LinearityTest.rst
doc/fr/snippets/SetSeed.rst
doc/fr/snippets/SimulatedObservationAtBackground.rst
doc/fr/snippets/SimulatedObservationAtOptimum.rst
doc/fr/theory.rst
doc/fr/tui.rst
doc/fr/tutorials_in_python.rst
doc/fr/tutorials_in_salome.rst
src/daComposant/daAlgorithms/3DVAR.py
src/daComposant/daAlgorithms/4DVAR.py
src/daComposant/daAlgorithms/AdjointTest.py
src/daComposant/daAlgorithms/Blue.py
src/daComposant/daAlgorithms/ControledFunctionTest.py
src/daComposant/daAlgorithms/DerivativeFreeOptimization.py
src/daComposant/daAlgorithms/DifferentialEvolution.py
src/daComposant/daAlgorithms/EnsembleBlue.py
src/daComposant/daAlgorithms/EnsembleKalmanFilter.py
src/daComposant/daAlgorithms/EnsembleOfSimulationGenerationTask.py
src/daComposant/daAlgorithms/ExtendedBlue.py
src/daComposant/daAlgorithms/ExtendedKalmanFilter.py
src/daComposant/daAlgorithms/FunctionTest.py
src/daComposant/daAlgorithms/GradientTest.py
src/daComposant/daAlgorithms/InputValuesTest.py
src/daComposant/daAlgorithms/InterpolationByReducedModelTask.py
src/daComposant/daAlgorithms/InterpolationByReducedModelTest.py
src/daComposant/daAlgorithms/KalmanFilter.py
src/daComposant/daAlgorithms/LinearLeastSquares.py
src/daComposant/daAlgorithms/LinearityTest.py
src/daComposant/daAlgorithms/LocalSensitivityTest.py
src/daComposant/daAlgorithms/MeasurementsOptimalPositioningTask.py
src/daComposant/daAlgorithms/NonLinearLeastSquares.py
src/daComposant/daAlgorithms/ObservationSimulationComparisonTest.py
src/daComposant/daAlgorithms/ObserverTest.py
src/daComposant/daAlgorithms/ParallelFunctionTest.py
src/daComposant/daAlgorithms/ParticleSwarmOptimization.py
src/daComposant/daAlgorithms/QuantileRegression.py
src/daComposant/daAlgorithms/SamplingTest.py
src/daComposant/daAlgorithms/TabuSearch.py
src/daComposant/daAlgorithms/TangentTest.py
src/daComposant/daAlgorithms/UnscentedKalmanFilter.py
src/daComposant/daCore/Aidsm.py
src/daComposant/daCore/AssimilationStudy.py
src/daComposant/daCore/BasicObjects.py
src/daComposant/daCore/ExtendedLogging.py
src/daComposant/daCore/Interfaces.py
src/daComposant/daCore/NumericObjects.py
src/daComposant/daCore/Persistence.py
src/daComposant/daCore/PlatformInfo.py
src/daComposant/daCore/Reporting.py
src/daComposant/daCore/Templates.py