Skip to content

Include all templates for documentation#62

Closed
PandaeDo wants to merge 7 commits into
eclipse-score:mainfrom
qorix-group:vohae_docu_structure
Closed

Include all templates for documentation#62
PandaeDo wants to merge 7 commits into
eclipse-score:mainfrom
qorix-group:vohae_docu_structure

Conversation

@PandaeDo

Copy link
Copy Markdown
Contributor

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

@github-actions

github-actions Bot commented Jun 29, 2026

Copy link
Copy Markdown

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.3.0) and connecting to it...
INFO: Invocation ID: ee8fca96-37bd-413c-ab55-13adf35e3c85
Computing main repo mapping: 
Computing main repo mapping: 
DEBUG: Rule 'abseil-cpp+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-m3oGQwXp/ZTRJP+mzDWFkutCtdpYj7TgfQklSqQAhts="
DEBUG: Repository abseil-cpp+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:394:31: in <toplevel>
Computing main repo mapping: 
Computing main repo mapping: 
DEBUG: Rule 'grpc+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-CvN7gAlTEwtHwHW1ZoPuYL3D7aPDf8YAQZP1tWl1ggQ="
DEBUG: Repository grpc+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:394:31: in <toplevel>
DEBUG: Rule 'protobuf+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-w6Cp7OiTLjHDtzbi2xixxC5wcM2biBOIsm0BqnHiTKI="
DEBUG: Repository protobuf+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:394:31: in <toplevel>
Computing main repo mapping: 
Loading: 
Loading: 1 packages loaded
Loading: 1 packages loaded
    currently loading: 
Loading: 1 packages loaded
    currently loading: 
WARNING: Target pattern parsing failed.
ERROR: Skipping '//:license-check': no such target '//:license-check': target 'license-check' not declared in package '' defined by /home/runner/work/inc_security_crypto/inc_security_crypto/BUILD
ERROR: no such target '//:license-check': target 'license-check' not declared in package '' defined by /home/runner/work/inc_security_crypto/inc_security_crypto/BUILD
INFO: Elapsed time: 9.542s
INFO: 0 processes.
ERROR: Build did NOT complete successfully
ERROR: Build failed. Not running target

@PandaeDo PandaeDo force-pushed the vohae_docu_structure branch from f63f13d to 766c3a1 Compare June 29, 2026 11:36
@github-actions

Copy link
Copy Markdown

The created documentation from the pull request is available at: docu-html

@sunildevda

Copy link
Copy Markdown

@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.
CC : @GuruprasadBhatL

.. comp:: Crypto
:id: comp__crypto
:security: YES
:safety: QM

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Depends, where the components are called from, as part of communication may safety relevant

@PandaeDo

PandaeDo commented Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

@copilot resolve the merge conflicts in this pull request

@sunildevda sunildevda left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PandaeDo i checked against the latest module templates i see here and found some points that i have noted in various files. is my reference correct or i need to check against something else?

@@ -0,0 +1,124 @@
..

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -0,0 +1,162 @@
..
# *******************************************************************************

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -0,0 +1,42 @@
..
# *******************************************************************************

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -0,0 +1,104 @@
..

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -0,0 +1,111 @@
..

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -0,0 +1,154 @@
..

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************

AoU Feature Requirements Template

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -0,0 +1,145 @@
..

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread docs/manuals/index.rst

.. toctree::
:titlesonly:

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* - :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>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PandaeDo

PandaeDo commented Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

@PandaeDo i checked against the latest module templates i see here and found some points that i have noted in various files. is my reference correct or i need to check against something else?

@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.

@PandaeDo PandaeDo closed this Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants