Skip to content

Commit cd95b35

Browse files
authored
Merge branch 'main' into feature/lm-use-new-configuration
2 parents eb807a1 + 0b3e018 commit cd95b35

112 files changed

Lines changed: 3624 additions & 429 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(
Lines changed: 2 additions & 2 deletions

docs/index.rst renamed to index.rst

Lines changed: 12 additions & 33 deletions

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)