diff --git a/flow360/component/simulation/run_control/run_control.py b/flow360/component/simulation/run_control/run_control.py index 12a1864da..34cb09bc3 100644 --- a/flow360/component/simulation/run_control/run_control.py +++ b/flow360/component/simulation/run_control/run_control.py @@ -13,6 +13,7 @@ class RunControl(Flow360BaseModel): """ :class:`RunControl` class for run control settings. + For general overview see :ref:`Run Control `. Example ------- diff --git a/flow360/component/simulation/run_control/stopping_criterion.py b/flow360/component/simulation/run_control/stopping_criterion.py index 70d3f8462..7f20ee17b 100644 --- a/flow360/component/simulation/run_control/stopping_criterion.py +++ b/flow360/component/simulation/run_control/stopping_criterion.py @@ -37,6 +37,7 @@ class StoppingCriterion(Flow360BaseModel): """ :class:`StoppingCriterion` class for :py:attr:`RunControl.stopping_criteria` settings. + For general overview of run control see :ref:`Run Control `. Example -------