From 7693241b1e806a1c68e733131d427cdb6d2f2090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Berland?= Date: Tue, 1 Sep 2026 12:04:28 +0200 Subject: [PATCH] Add blank lines following RST code-block --- src/subscript/hook_implementations/forward_model_steps.py | 3 +++ src/subscript/sunsch/sunsch.py | 1 + 2 files changed, 4 insertions(+) diff --git a/src/subscript/hook_implementations/forward_model_steps.py b/src/subscript/hook_implementations/forward_model_steps.py index 39379e2f4..5261018ff 100644 --- a/src/subscript/hook_implementations/forward_model_steps.py +++ b/src/subscript/hook_implementations/forward_model_steps.py @@ -145,6 +145,7 @@ def documentation() -> ForwardModelStepDocumentation | None: FORWARD_MODEL CREATE_DATE_FILES(=\ "fmuconfig/output/global_variables.yml",\ ="SEISMIC_HIST_DATES", ="SEISMIC_DIFF_DATES") + """, ) @@ -459,6 +460,7 @@ def documentation() -> ForwardModelStepDocumentation | None: FORWARD_MODEL ROFF2ECLGRID(=share/results/grids/reek.roff, \ =share/results/grids/reek.EGRID, =egrid) + """, ) @@ -820,6 +822,7 @@ def documentation() -> ForwardModelStepDocumentation | None: .. code-block:: console FORWARD_MODEL SUNSCH(=sunsch_config.yml) + """, ) diff --git a/src/subscript/sunsch/sunsch.py b/src/subscript/sunsch/sunsch.py index e047556c3..a4b36c4a0 100755 --- a/src/subscript/sunsch/sunsch.py +++ b/src/subscript/sunsch/sunsch.py @@ -41,6 +41,7 @@ .. code-block:: console FORWARD_MODEL SUNSCH(=sunsch_config.yml) + """