WIP: refactor ref int#230
Conversation
- Add feature_and_process_status.rst with PA1-PA5 implementation status for all 9 modules (Baselibs, Communication, Logging, Orchestrator, Persistency, Time, Config Mgmt, Lifecycle, Security/Crypto) - Add needs_filters.py for sphinx-needs pie chart filter functions - Add process_tools.rst and sw_components.rst - Add release_notes.rst and score_07 release notes - Add module-phase-tracker SKILL for automated status updates - Add custom CSS (_assets/custom.css) - Update docs/conf.py, index.rst and verification.rst to integrate new pages
There was a problem hiding this comment.
Can we move the skills to eclipse-score/.github#56. It contains a copier template to centralize AI stuff
There was a problem hiding this comment.
same here, please add it to eclipse-score/.github#56
There was a problem hiding this comment.
575ed05 to
00df701
Compare
00df701 to
426b188
Compare
| import os as _os | ||
| import sys as _sys |
There was a problem hiding this comment.
why like this? why not import directly without renaming namespace?
| def _patch_needpie_suppress_legend() -> None: | ||
| """Suppress all in-chart legends in sphinx-needs needpie charts.""" | ||
| try: | ||
| import matplotlib.axes |
There was a problem hiding this comment.
where matplotlib should be added as dep? In //:ide_support dependencies?
Or in final repo where it is used e.g. here ref_int?
There was a problem hiding this comment.
Im affraid that this kind of static dashboards will be outdated very quickly and hard to sync. I dont see any script that auto generates it here
| .. toctree:: | ||
| :titlesonly: | ||
|
|
||
| S-Core v0.7 <score_07> |
There was a problem hiding this comment.
can we put a wildcard here * so we dont need to maintain the list?
|
The created documentation from the pull request is available at: docu-html |
This PR is a proposal and WIP. It can contain errors or other mismatches. In case this PR will be technically agreed, there will be an official request for review.