Include all templates for documentation#62
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
f63f13d to
766c3a1
Compare
|
The created documentation from the pull request is available at: docu-html |
|
@PandaeDo this is wonderful that you picked it up :) we were planning to do this in coming days. will have a look and give my points. |
| .. comp:: Crypto | ||
| :id: comp__crypto | ||
| :security: YES | ||
| :safety: QM |
There was a problem hiding this comment.
Depends, where the components are called from, as part of communication may safety relevant
|
@copilot resolve the merge conflicts in this pull request |
| @@ -0,0 +1,124 @@ | |||
| .. | |||
There was a problem hiding this comment.
content looks to be different to the current latest version mentioned here: https://github.com/eclipse-score/module_template/blob/main/score/component_example/docs/architecture/component_architecture.rst ?
| @@ -0,0 +1,162 @@ | |||
| .. | |||
| # ******************************************************************************* | |||
There was a problem hiding this comment.
conent looks to be different when compared to https://github.com/eclipse-score/module_template/blob/main/score/component_example/docs/architecture/index.rst ?
| @@ -0,0 +1,42 @@ | |||
| .. | |||
| # ******************************************************************************* | |||
There was a problem hiding this comment.
contents seems to be different to https://github.com/eclipse-score/module_template/blob/main/score/component_example/docs/detailed_design/detailed_design_example.rst ?
| @@ -0,0 +1,104 @@ | |||
| .. | |||
There was a problem hiding this comment.
content seems to be different from https://github.com/eclipse-score/module_template/blob/main/score/component_example/docs/detailed_design/index.rst ?
| @@ -0,0 +1,111 @@ | |||
| .. | |||
There was a problem hiding this comment.
contents does not match with https://github.com/eclipse-score/module_template/blob/main/score/component_example/docs/requirements/index.rst
| @@ -0,0 +1,154 @@ | |||
| .. | |||
There was a problem hiding this comment.
information is not same as https://github.com/eclipse-score/module_template/blob/main/docs/features/feature_example/architecture/index.rst. intentional?
| # SPDX-License-Identifier: Apache-2.0 | ||
| # ******************************************************************************* | ||
|
|
||
| AoU Feature Requirements Template |
There was a problem hiding this comment.
| @@ -0,0 +1,145 @@ | |||
| .. | |||
There was a problem hiding this comment.
this file seems to be missing here: https://github.com/eclipse-score/module_template/tree/main/docs/features/feature_example/security_analysis ?
|
|
||
| .. toctree:: | ||
| :titlesonly: | ||
|
|
There was a problem hiding this comment.
user manual is missing: https://github.com/eclipse-score/module_template/blob/main/docs/manuals/user_manual.rst
| * - :need:`wp__fdr_reports` (module's Safety Analyses & DFA) | ||
| - :need:`gd_chklst__safety_analysis` | ||
| - :ndf:`copy('status', need_id='gd_chklst__safety_analysis')` | ||
| - <Link to WP> |
There was a problem hiding this comment.
WP link mentioned here is not added: https://github.com/eclipse-score/module_template/blob/e177d146a39d8330ccc1557080534f3e058535a2/docs/safety_mgt/module_safety_plan.rst?plain=1#L113
@sunildevda Hey Sunil. It was correct when I created the PR... In between there where several changes which also impacts other modules. Really appreciate your effort. Looking forward to have versioning everywhere so we will be automatically notified if there are changes. For now I will close this PR and create a new one with the new content of module_templates. |
Include all templates from module_templates. With this we can setup the documentation. Please copy the component_example under score/ for every component when you want to start documentation