diff --git a/examples/docs/architecture_modeling_example.rst b/examples/docs/architecture_modeling_example.rst index ffd7a96a..0725fd16 100644 --- a/examples/docs/architecture_modeling_example.rst +++ b/examples/docs/architecture_modeling_example.rst @@ -295,32 +295,37 @@ Requirements for the Example .. note:: The stakeholder requirements shall be defined in the platform repo (`stakeholder requirements folder `_) and imported as sphinx needs objects. Here it is defined only to hold the example together and prevent errors because the sphinx needs meta model have mandatory links to it. -.. stkh_req:: Example Stkh Req - :id: stkh_req__mtfn__example_req - :reqtype: Functional - :safety: ASIL_B - :security: YES - :rationale: needed for archdes example - :status: valid - :version: 1 - :valid_from: v1.0.0 +.. code-block:: rst + + .. stkh_req:: Example Stkh Req + :id: stkh_req__mtfn__example_req + :reqtype: Functional + :safety: ASIL_B + :security: YES + :rationale: needed for archdes example + :status: valid + :version: 1 + :valid_from: v1.0.0 - The platform shall provide the feature .... + The platform shall provide the feature .... .. note:: The feature requirements shall be defined in the platform repo (in the requirements folder of the (`features `_)) and imported as sphinx needs objects. Here it is defined only to hold the example together and prevent errors because the sphinx needs meta model have mandatory links to it. -.. feat_req:: Example Feature Req - :id: feat_req__example_feature__example_req - :reqtype: Functional - :security: YES - :safety: ASIL_B - :derived_from: stkh_req__mtfn__example_req - :status: valid - :version: 1 - :valid_from: v1.0.0 - :satisfied_by: feat__mtef +.. code-block:: rst + + .. feat_req:: Example Feature Req + :id: feat_req__example_feature__example_req + :reqtype: Functional + :security: YES + :safety: ASIL_B + :derived_from: stkh_req__mtfn__example_req + :status: valid + :version: 1 + :valid_from: v1.0.0 + :satisfied_by: feat__mtef + + The feature shall provide the functionality to .... - The feature shall provide the functionality to .... .. comp_req:: Example Component Req :id: comp_req__example_feature__example_req