Inside a folder#
This example will help catch things and bugs when rst’s are defined inside a folder.
TestTitle
|
status: valid
safety: QM
|
||||
Some content to make sure we also can render this. This is a link to an external need inside the ‘score’ documentation. SCORE_gd_req__req__attr_safety Note how it starts with the defined prefix but in UPPERCASE. This comes from sphinx-needs, see here |
|||||
Some Title
|
status: invalid
security: YES
safety: ASIL_D
|
||||
With this requirement we can check if the removal of the prefix is working correctly. It should remove id_prefix (SCORE _) as it’s defined inside the BUILD file and remove it before it checks the leftover value against the ‘allowed’ defined regex in the metamodel |
|||||