@@ -58,12 +58,17 @@ It should be treated as a 'get-started' guide, giving you all needed information
5858
5959```
6060src/
61- ├── assets/ # Documentation styling (CSS)
62- ├── decision_records/ # Architecture Decision Records (ADRs)
6361├── extensions/ # Custom Sphinx extensions
64- │ └── score_metamodel/
65- │ ├── checks/ # Sphinx-needs validation
66- │ └── tests/ # Extension test suite
62+ │ ├── score_metamodel/
63+ │ │ ├── checks/ # Sphinx-needs validation
64+ │ │ └── tests/ # Extension test suite
65+ │ ├── score_source_code_linker/
66+ │ ├── score_sphinx_bundle/
67+ │ ├── score_layout/
68+ │ ├── score_draw_uml_funcs/
69+ │ ├── score_plantuml.py
70+ │ └── score_sync_toml/
71+ ├── helper_lib/ # Shared utilities
6772└── templates/ # HTML templates
6873```
6974
@@ -78,7 +83,7 @@ Find everything related to testing and how to add your own test suite [here](/sr
78832 . Create a dedicated test directory
79843 . Include an appropriate README in markdown
8085
81- > If you want to develop your own Sphinx extension, check out the [ extensions guide] ( /src/ extensions/README .md )
86+ > If you want to develop your own Sphinx extension, check out the [ extensions guide] ( /docs/internals/ extensions/extension_guide .md )
8287
8388## Updating dependencies
8489
@@ -101,7 +106,7 @@ bazel run //src:requirements.update -- --upgrade
101106
1021071 . ** Documentation**
103108 - Keep READMEs up-to-date
104- - Document architectural decisions in ` decision_records /`
109+ - Document architectural decisions in ` docs/internals/decisions /`
105110 - Include examples in extension documentation
106111
1071122 . ** Testing**
@@ -129,6 +134,6 @@ Common issues and solutions:
129134 - Verify extension dependencies
130135
131136## Additional Resources
132- - [ Sphinx extension guide] ( /src/ extensions/README .md )
133- - [ S-CORE Metamodel Documentation] ( /src/ extensions/score_metamodel/README .md )
134- - [ Pytest Integration Guide] ( /tools/testing/pytest /README.md )
137+ - [ Sphinx extension guide] ( /docs/internals/ extensions/extension_guide .md )
138+ - [ S-CORE Metamodel Documentation] ( /docs/internals/ extensions/metamodel .md )
139+ - [ Pytest Integration Guide] ( /score_pytest /README.md )
0 commit comments