Skip to content

Commit b0119ee

Browse files
authored
Merge pull request #14 from eclipse-score/masc2023_fix_warnings
fix links from process_description to score
2 parents 7f76a94 + 9ad8485 commit b0119ee

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

process/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ How To Contribute
9090

9191
How to contribute to the S-CORE project (e.g. naming convention, folder structure, IDE setup) can be found here:
9292

93-
:ref:`SCORE_contribute`
93+
:need:`SCORE_doc__contr_guideline`
9494

9595
Standards
9696
---------

process/process_areas/architecture_design/guidance/architecture_guideline.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ Based on this template the feature architecture shall describe the concept of th
106106

107107
For this step following guidances are available:
108108

109-
* :ref:`Branch Naming Conventions <SCORE_branch_naming>`
110-
* :ref:`Git Guidelines <SCORE_git_guidelines>`
109+
* :need:`Branch Naming Conventions <SCORE_doc__naming_conventions>`
110+
* :need:`Git Guidelines <SCORE_doc__git_coding_guidelines>`
111111
* :need:`[[title]] Feature Architecture <gd_temp__arch__feature>`
112112

113113
.. _model_feature_architecture:
@@ -178,8 +178,8 @@ Based on the *feature architecture* the concept for the *component architecture*
178178

179179
For this step following guidances are available:
180180

181-
* :ref:`Branch Naming Conventions <SCORE_branch_naming>`
182-
* :ref:`Git Guidelines <SCORE_git_guidelines>`
181+
* :need:`Branch Naming Conventions <SCORE_doc__naming_conventions>`
182+
* :need:`Git Guidelines <SCORE_doc__git_coding_guidelines>`
183183
* :need:`[[title]] <gd_temp__arch__comp>`
184184

185185
.. _allocate_component_requirements:

process/process_areas/architecture_design/guidance/architecture_process_reqs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Attributes of Architectural Elements
105105
* last part of the feature tree
106106
* keyword describing the content of the requirement.
107107

108-
The naming convention is defined here: :ref:`SCORE_naming_convention_needs`
108+
The naming convention is defined here: :need:`SCORE_doc__naming_conventions`
109109

110110
.. gd_req:: Architecture attribute: security
111111
:id: gd_req__arch_attr_security

process/process_areas/requirements_engineering/guidance/requirements_guideline.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ For all requirements following mandatory attributes need to be defined:
6969

7070

7171
* Title and description: For the formulation of requirements following template shall be used :need:`[[title]]<gd_temp__req__formulation>`
72-
* ID: The naming convention for the ID is defined :ref:`here <SCORE_naming_convention_needs>`.
72+
* ID: The naming convention for the ID is defined :need:`here <SCORE_doc__naming_conventions>`.
7373
* Furthermore the requirements need to be versioned. Therefore a hash value of the requirement will to be calculated. The concept is described: :ref:`traceability concept for requirements`
7474
* For the remaining attributes only predefined values can be used. A more detailed description can be found here: :ref:`attributes of the requirements`
7575

@@ -133,8 +133,8 @@ In this step the parent requirements shall be created. Stakeholder- and feature
133133

134134
Therefore following guidelines are available:
135135

136-
* :ref:`Branch Naming Conventions <SCORE_branch_naming>`
137-
* :ref:`Git Guidelines <SCORE_git_guidelines>`
136+
* :need:`Branch Naming Conventions <SCORE_doc__naming_conventions>`
137+
* :need:`Git Guidelines <SCORE_doc__git_coding_guidelines>`
138138
* :ref:`Requirement Templates <requirement templates>`
139139

140140
.. _review_parent_requirement:
@@ -159,8 +159,8 @@ In an upcoming step the child requirements shall be derived from the parent requ
159159

160160
Following guidelines are available:
161161

162-
* :ref:`Branch Naming Conventions <SCORE_branch_naming>`
163-
* :ref:`Git Guidelines <SCORE_git_guidelines>`
162+
* :need:`Branch Naming Conventions <SCORE_doc__naming_conventions>`
163+
* :need:`Git Guidelines <SCORE_doc__git_coding_guidelines>`
164164
* :ref:`Requirement Templates <requirement templates>`
165165

166166
.. _review_child_requirement:

process/process_areas/requirements_engineering/guidance/requirements_process_reqs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Process Requirement Attributes
5252
* last part of the feature tree
5353
* keyword describing the content of the requirement.
5454

55-
The naming convention is defined here: :ref:`SCORE_naming_convention_needs`
55+
The naming convention is defined here: :need:`SCORE_doc__naming_conventions`
5656

5757
.. gd_req:: Requirement attribute: title
5858
:id: gd_req__requirements_attr_title

process/process_areas/requirements_engineering/requirements_getstrt.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Additionally tooling is provided to assist the :need:`[[title]] <rl__contributor
7171
:filter: "ide" in tags and type == "tool_req" and is_external == False
7272
:colwidths: 70,30
7373

74-
A *HowTo* which describes the setup of the development environment for Sphinx Needs is available :ref:`here <SCORE_setting_up_dev_env>`.
74+
A *HowTo* which describes the setup of the development environment for Sphinx Needs is available :need:`here <SCORE_doc__develop_environment>`.
7575

7676
For all RST files also a linter is configured, it will be automatically run in the CI upon check-in.
7777
Locally it can be run via

0 commit comments

Comments
 (0)