From 2d1ff2b50a26c861315a4333b5cd44993f18d592 Mon Sep 17 00:00:00 2001 From: Chidananda Swamy R Date: Sat, 14 Feb 2026 06:25:42 +0530 Subject: [PATCH] Convert markdown table to reStructuredText format Replaced the markdown table with a reStructuredText table format in the description of reqid: Safety Analysis Linkage Violates" Signed-off-by: Chidananda Swamy R --- docs/internals/requirements/requirements.rst | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/internals/requirements/requirements.rst b/docs/internals/requirements/requirements.rst index 816646cbe..b9934e3f0 100644 --- a/docs/internals/requirements/requirements.rst +++ b/docs/internals/requirements/requirements.rst @@ -997,12 +997,18 @@ Testing Docs-As-Code shall enforce that needs of type :need:`tool_req__docs_saf_types` have a `violates` links to at least one dynamic / static diagram according to the table. - | Source | Target | - | -- | -- | - | feat_saf_dfa | feat_arc_sta | - | comp_saf_dfa | comp_arc_sta | - | feat_saf_fmea | feat_arc_dyn | - | comp_saf_fmea | comp_arc_dyn | + + .. table:: + :widths: auto + + ============= =================== + Link Source Allowed Link Target + ============= =================== + feat_saf_dfa feat_arc_sta + comp_saf_dfa comp_arc_sta + feat_saf_fmea feat_arc_dyn + comp_saf_fmea comp_arc_dyn + ============= ===================