Skip to content

Commit f13cffe

Browse files
authored
Merge branch 'main' into feature/lm-use-new-configuration
2 parents bf2703f + ce199e9 commit f13cffe

71 files changed

Lines changed: 2250 additions & 249 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ docs(
9898
"@score_platform//:needs_json", # This allows linking to feature requirements.
9999
"@score_process//:needs_json", # This allows linking to requirements (wp__requirements_comp, etc.) from the process_description repository.
100100
],
101-
source_dir = "docs",
101+
source_dir = ".",
102102
)

docs/conf.py renamed to conf.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@
4646
"score_draw_uml_funcs",
4747
"score_source_code_linker",
4848
"score_layout",
49+
"myst_parser",
50+
]
51+
52+
include_patterns = [
53+
"index.rst",
54+
"docs/**",
55+
"examples/docs/**",
56+
"score/launch_manager/docs/**",
57+
"score/launch_manager/lifecycle_client/docs/**",
58+
"score/health_monitor/docs/**",
4959
]
5060

5161
exclude_patterns = [
@@ -68,7 +78,7 @@ class DisplayTestLogs(Directive):
6878

6979
def run(self):
7080
env = self.state.document.settings.env
71-
ws_root = Path(env.app.srcdir).parent
81+
ws_root = Path(env.app.srcdir)
7282

7383
result_nodes = []
7484
for log_file in chain(
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _life_statistics:
22

3-
Component Requirements Statistics
4-
=================================
3+
Verification Statistics
4+
=======================
55

66
Overview
77
--------

docs/index.rst renamed to index.rst

Lines changed: 12 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -12,45 +12,24 @@
1212
# SPDX-License-Identifier: Apache-2.0
1313
# *******************************************************************************
1414
15-
Lifecycle
16-
===================
15+
Lifecycle Documentation
16+
=======================
17+
18+
Module / Feature Documentation
19+
------------------------------
1720

1821
.. toctree::
1922
:maxdepth: 1
20-
:glob:
21-
:titlesonly:
22-
23-
module/*/index
24-
statistics.rst
25-
26-
Overview
27-
--------
28-
29-
Project Layout
30-
--------------
31-
32-
Quick Start
33-
-----------
34-
35-
To build the module for host platform:
36-
37-
.. code-block:: bash
3823

39-
bazel build //src/...
24+
docs/release/index
25+
docs/verification_report/statistics
4026

41-
To run tests:
42-
43-
.. code-block:: bash
44-
45-
bazel test //tests/...
46-
47-
48-
Release Notes
49-
-------------
50-
51-
Release notes collection.
27+
Component documentation
28+
------------------------
5229

5330
.. toctree::
5431
:maxdepth: 1
5532

56-
release_notes/index
33+
score/launch_manager/docs/index
34+
score/health_monitor/docs/index
35+

docs/module/health_monitor/architecture/assets/dm_interface.puml renamed to score/health_monitor/docs/architecture/assets/dm_interface.puml

File renamed without changes.

docs/module/health_monitor/architecture/assets/dm_static_architecture.puml renamed to score/health_monitor/docs/architecture/assets/dm_static_architecture.puml

File renamed without changes.

docs/module/health_monitor/architecture/assets/dm_usage.puml renamed to score/health_monitor/docs/architecture/assets/dm_usage.puml

File renamed without changes.

docs/module/health_monitor/architecture/assets/dmb_interface.puml renamed to score/health_monitor/docs/architecture/assets/dmb_interface.puml

File renamed without changes.

0 commit comments

Comments
 (0)