Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
# in separate <module_name> repositories:
#
# /docs @eclipse-score/process-community
# /docs/manual @eclipse-score/<module_name>/safety-manager
# /docs/manuals @eclipse-score/<module_name>/safety-manager
# /docs/release @eclipse-score/<module_name>/quality-manager @eclipse-score/<module_name>/module-lead
# /docs/safety_plan @eclipse-score/<module_name>/safety-manager @eclipse-score/<module_name>/module-lead
# /docs/safety_analysis @eclipse-score/<module_name>/safety-manager
# /docs/verification @eclipse-score/<module_name>/quality-manager @eclipse-score/<module_name>/safety-manager
# /docs/verification_report @eclipse-score/<module_name>/quality-manager @eclipse-score/<module_name>/safety-manager
# /components @eclipse-score/<module_name>/technical-lead
# /components/*/ @eclipse-score/<module_name>/automotive-score-committers
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ Module / Feature Documentation
:maxdepth: 1

docs/features/index
docs/manual/index
docs/manuals/index
docs/release/release_note
docs/safety_mgt/index
docs/security_mgt/index
docs/verification/module_verification_report
docs/verification_report/module_verification_report

Component documentation
-------------------------------
Expand Down
4 changes: 2 additions & 2 deletions score/component_example/docs/architecture/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ Static Architecture
The components are designed to cover the expectations from the feature architecture
(i.e. if already exists a definition it should be taken over and enriched).

A component can optional also consist of subcomponents to further structure the architecture. The component and its static views can also optionally use interfaces provided by other components.
A component can optional also consist of lower level components to further structure the architecture. The component and its static views can also optionally use interfaces provided by other components.

.. comp:: Component Name
:id: comp__mod_temp_component_name_template
:security: YES
:safety: ASIL_B
:status: invalid
:consists_of: comp__mod_temp_archex_sub_component_1, comp__mod_temp_archex_sub_component_2, comp__mod_temp_archex_sub_component_3
:belongs_to: feat__feature_name
:belongs_to: feat__mtef

.. comp_arc_sta:: Component Name (Static View)
:id: comp_arc_sta__mod_temp_component_name__sv
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Static Diagrams for Unit Interactions
:status: valid
:implements: comp_req__example_feature__example_req
:satisfies: comp_arc_sta__example_feature__comp_1
:includes: sw_unit__example_feature__unit1, sw_unit__example_feature__unit2

.. uml:: dd_example_ex_sta.puml

Expand Down
2 changes: 1 addition & 1 deletion score/component_example/docs/requirements/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Component Requirements
:reqtype: Process
:security: YES
:safety: ASIL_B
:satisfies: feat_req__feature_name__some_title
:satisfies: feat_req__example_feature__example_req
:status: invalid
:belongs_to: comp__mod_temp_component_name_template

Expand Down
Loading