From c6302fa827c36906e2bf76763ef1c03ac7ee776e Mon Sep 17 00:00:00 2001 From: piotrkluba Date: Fri, 27 Mar 2026 15:39:34 +0000 Subject: [PATCH] [docs] Delete wall formulations from docstring (#1932) --- flow360/component/simulation/models/surface_models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/flow360/component/simulation/models/surface_models.py b/flow360/component/simulation/models/surface_models.py index cd08b6554..7e1dc17c2 100644 --- a/flow360/component/simulation/models/surface_models.py +++ b/flow360/component/simulation/models/surface_models.py @@ -360,7 +360,6 @@ class WallFunction(Flow360BaseModel): class Wall(BoundaryBase): """ :class:`Wall` class defines the wall boundary condition based on the inputs. - Refer :ref:`here ` for formulation details. Example -------