Removing unnecessary text.

This commit is contained in:
Vitaliy Zakaznikov 2020-07-02 20:52:17 +02:00
parent a233aa257d
commit 464eb70ca4
3 changed files with 1 additions and 4 deletions

View File

@ -1417,8 +1417,7 @@ name which is then followed by a number if any. For example,</p>
<p>version: 1.0</p>
<p>This an example of a sub-requirement of the <a href="#rqch-srs001example">RQ.CH-SRS001.Example</a>.
CH_SRS001_Software_Requirements_Template.md</p>
<p>This an example of a sub-requirement of the <a href="#rqch-srs001example">RQ.CH-SRS001.Example</a>.</p>
<h3 id="rqch-srs001exampleselect1">RQ.CH-SRS001.Example.Select.1</h3>

View File

@ -115,7 +115,6 @@ To keep names short, try to use abbreviations for the requirement's group name.
version: 1.0
This an example of a sub-requirement of the [RQ.CH-SRS001.Example](#rqch-srs001example).
CH_SRS001_Software_Requirements_Template.md
### RQ.CH-SRS001.Example.Select.1
version: 1.0

View File

@ -43,7 +43,6 @@ RQ_CH_SRS001_Example_Subgroup = Requirement(
uid=None,
description=(
'This an example of a sub-requirement of the [RQ.CH-SRS001.Example](#rqch-srs001example).\n'
'CH_SRS001_Software_Requirements_Template.md\n'
),
link=None
)