Skip to content

Move documentation to right folders and add user manual#97

Open
RolandJentschETAS wants to merge 16 commits into
mainfrom
improvement_move_documentation_folders
Open

Move documentation to right folders and add user manual#97
RolandJentschETAS wants to merge 16 commits into
mainfrom
improvement_move_documentation_folders

Conversation

@RolandJentschETAS

Copy link
Copy Markdown
Contributor

This pull request introduces several improvements and additions to the documentation structure and templates for the project. The main focus is on enhancing the modularity and clarity of the documentation, providing comprehensive templates for user and component manuals, and reorganizing the documentation layout for better usability.

Summary of Most Important Changes:

1. Documentation Structure and Template Enhancements

  • Added a comprehensive user manual template (user_manuel.rst) covering installation, configuration, usage, integration, troubleshooting, safety, security, and contribution guidelines. This template is now referenced in the manuals table of contents. [1] [2]
  • Introduced a detailed component architecture documentation template (component_architecture.rst) for use in component-level documentation, including sections for requirements, static and dynamic architecture, interfaces, and internal components.

2. Improvements to Documentation Organization

  • Updated the main documentation index (index.rst) to:
    • Clarify and expand the directory structure for manuals, highlighting optional user-centric documentation such as configuration guides, examples, API descriptions, and performance analysis. [1] [2]
    • Replace the previous quick start, configuration, and component documentation sections with a more concise and modular template, delegating detailed documentation to the respective new templates.
    • Correct the reference to the component architecture template to point to the new file.

3. Cleanup and Streamlining

  • Removed the outdated "Module Viewpoint" section from the feature architecture documentation, focusing the section on used components and streamlining the logical interfaces documentation.

These changes collectively improve the maintainability, clarity, and extensibility of the project's documentation, making it easier for new users and contributors to get started and for teams to document features and components in a consistent manner.

@github-actions

github-actions Bot commented Jun 19, 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.6.0) and connecting to it...
INFO: Invocation ID: 97c7e651-4384-4fba-a6c1-1f45808a5f87
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

Analyzing: target //:license-check (34 packages loaded, 10 targets configured)

Analyzing: target //:license-check (78 packages loaded, 10 targets configured)

Analyzing: target //:license-check (84 packages loaded, 10 targets configured)

Analyzing: target //:license-check (91 packages loaded, 23 targets configured)

Analyzing: target //:license-check (154 packages loaded, 2867 targets configured)

Analyzing: target //:license-check (155 packages loaded, 5474 targets configured)

Analyzing: target //:license-check (161 packages loaded, 6944 targets configured)

Analyzing: target //:license-check (163 packages loaded, 8151 targets configured)

Analyzing: target //:license-check (163 packages loaded, 8151 targets configured)

Analyzing: target //:license-check (163 packages loaded, 8151 targets configured)

Analyzing: target //:license-check (163 packages loaded, 8151 targets configured)

Analyzing: target //:license-check (166 packages loaded, 10036 targets configured)

Analyzing: target //:license-check (167 packages loaded, 10160 targets configured)

Analyzing: target //:license-check (168 packages loaded, 10280 targets configured)

Analyzing: target //:license-check (168 packages loaded, 10280 targets configured)

Analyzing: target //:license-check (168 packages loaded, 10280 targets configured)

INFO: Analyzed target //:license-check (169 packages loaded, 11859 targets configured).
[10 / 16] JavaToolchainCompileClasses external/rules_java+/toolchains/platformclasspath_classes; 0s disk-cache, processwrapper-sandbox ... (2 actions running)
INFO: From Generating Dash formatted dependency file ...:
INFO: Successfully converted 2 packages from Cargo.lock to bazel-out/k8-fastbuild/bin/formatted.txt
[14 / 16] JavaToolchainCompileBootClasspath external/rules_java+/toolchains/platformclasspath.jar; 0s disk-cache, processwrapper-sandbox
[15 / 16] Building license.check.license_check.jar (); 0s disk-cache, multiplex-worker
INFO: Found 1 target...
Target //:license.check.license_check up-to-date:
  bazel-bin/license.check.license_check
  bazel-bin/license.check.license_check.jar
INFO: Elapsed time: 206.606s, Critical Path: 2.56s
INFO: 16 processes: 12 internal, 3 processwrapper-sandbox, 1 worker.
INFO: Build completed successfully, 16 total actions
INFO: Running command line: bazel-bin/license.check.license_check ./formatted.txt <args omitted>
usage: org.eclipse.dash.licenses.cli.Main [-batch <int>] [-cd <url>]
       [-confidence <int>] [-ef <url>] [-excludeSources <sources>] [-help] [-lic
       <url>] [-project <shortname>] [-repo <url>] [-review] [-summary <file>]
       [-timeout <seconds>] [-token <token>]

@github-actions

Copy link
Copy Markdown

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

Comment thread docs/manuals/user_manual.rst
@@ -0,0 +1,274 @@
..

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.

I don't like that we create another document that consists mainly on informations that are available. It will lead to a point that we will see more unmaintained documentation because you have to have a look on too many different places. Would recommend to avoid completely doubled information's and check if it's needed to enlarge existing before we create something new.

@RolandJentschETAS RolandJentschETAS Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Moving content was a mistake. I want to introduce an end customer documentation (for example fr application developers). So I placed back the information for module developers.

Comment thread docs/manuals/user_manual.rst
Comment thread docs/manuals/user_manual.rst Outdated
.. note::
This is a template user manual. Replace placeholder text with actual module-specific information.

Feature List

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.

Why we have this overview? In the index.rst in the root folder we have all these information's. Please delete it

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

See above document ...

Comment thread docs/manuals/user_manual.rst Outdated
Comment thread docs/manuals/user_manual.rst Outdated
Comment thread docs/manuals/user_manual.rst
deps = ["@module_template//score/component_example:component"],
)

3. Include headers and compile your code

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.

Stop reading here. Same as above. I don't think we need this additional document.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

See changed content now please.

Comment thread score/component_example/docs/requirements/requirements.rst
Comment thread index.rst
├── project_config.bzl # Project metadata used by Bazel macros
└── README.md # Entry point of the repository

Module / Feature Documentation

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.

Why the module/feature documentation is removed and replaced afterwards with module documentation? I don't see a real benefit by doing this.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Because from the folder structure there is a difference between module and features and the belonging work products. Otherwise it will be possibly confusing. See https://eclipse-score.github.io/score/main/contribute/general/folder.html#module-folder-structure

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Feature lost was a mistake. I tried to split that. But i'm not sure if this makes sense.

@aschemmel-tech aschemmel-tech left a comment

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.

Need to discuss new work product "user manual" in the process community, incl. what level it is

Comment thread docs/manuals/index.rst Outdated
Comment thread docs/manuals/user_manual.rst
Comment thread docs/manuals/user_manual.rst Outdated
Comment thread docs/manuals/user_manual.rst Outdated
Comment thread docs/manuals/user_manual.rst Outdated
Comment thread docs/manuals/user_manual.rst Outdated
Comment thread docs/manuals/user_manual.rst
Comment thread docs/manuals/user_manual.rst
Comment thread docs/manuals/user_manual.rst Outdated
Comment thread docs/manuals/user_manual.rst Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants