Skip to content

Commit dbdca16

Browse files
authored
Merge pull request #85 from OpenSimulationInterface/84-refresh-mentioned-repos
cleanup mentioned repos
2 parents bea3366 + c7fd686 commit dbdca16

File tree

3 files changed

+37
-14
lines changed

3 files changed

+37
-14
lines changed

.antora/antora.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,13 @@ asciidoc: # Sets global AsciiDoc attributes that are applied for every page of t
3535
images_open_simulation_interface: 'interface:'
3636
doc_open_simulation_interface: 'interface:'
3737
doc_osi-sensor-model-packaging: 'sensor-model:'
38-
page-repository-links: [["https://github.com/OpenSimulationInterface/open-simulation-interface", "Open Simulation Interface"],["https://github.com/OpenSimulationInterface/osi-sensor-model-packaging","OSI Sensor Model Packaging"],["https://github.com/OpenSimulationInterface/osi-validation","OSI Validation"]]
38+
page-repository-links:
39+
- ["https://github.com/OpenSimulationInterface/open-simulation-interface", "Open Simulation Interface"]
40+
- ["https://github.com/OpenSimulationInterface/osi-sensor-model-packaging", "OSI Sensor Model Packaging"]
41+
- ["https://github.com/OpenSimulationInterface/osi-cpp", "OSI cpp"]
42+
- ["https://github.com/OpenSimulationInterface/osi-python", "OSI python"]
43+
- ["https://github.com/OpenSimulationInterface/qc-osi-trace", "OSI Trace Checker"]
44+
3945
asamBibliography: 'specification:general_docs/bibliography.bib'
4046

4147
# END - Mandatory ASAM attributes

content/general_docs/osi_repos.adoc

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,39 @@ OSI and its supporting tools are developed publicly on GitHub.
1010

1111
The source code and documentation for OSI and OSI-related tools are spread over several repositories:
1212

13+
14+
== Interface and Specifications
15+
1316
https://github.com/OpenSimulationInterface/open-simulation-interface[open-simulation-interface]::
14-
Main repository containing the interface description based on Google's Protocol Buffers, including helper scripts and test scripts.
15-
Hosts the .proto files.
17+
Main repository containing the interface description based on Google's Protocol Buffers. Hosts the .proto files.
18+
19+
https://github.com/OpenSimulationInterface/osi-sensor-model-packaging[osi-sensor-model-packaging]::
20+
Packaging specification for OSI models used in FMI 2.0 cite:[fmi2.0] simulation environments, including examples.
21+
22+
23+
== Language Bindings
24+
25+
https://github.com/OpenSimulationInterface/osi-cpp[osi-cpp]::
26+
C\++ bindings for OSI. Provides generated C++ classes for working with OSI data structures defined in the `.proto` files.
27+
28+
https://github.com/OpenSimulationInterface/osi-python[osi-python]::
29+
Python bindings for OSI. Provides generated Python classes as well as utility modules for reading OSI trace files.
30+
31+
32+
== Tools and Utilities
33+
34+
https://github.com/OpenSimulationInterface/qc-osi-trace[qc-osi-trace]::
35+
A OSI trace files quality checker as part of the https://github.com/asam-ev/qc-framework[ASAM Quality Checker] project.
36+
1637

17-
https://github.com/OpenSimulationInterface/osi-documentation[osi-documentation]:: Source for the AsciiDoc files used to compile the general chapters of the OSI documentation.
38+
== Documentation and Generation Infrastructure
1839

19-
https://github.com/OpenSimulationInterface/osi-sensor-model-packaging[osi-sensor-model-packaging]:: Packaging specification for OSI models used in FMI 2.0 cite:[fmi2.0] simulation environments, including examples.
40+
https://github.com/OpenSimulationInterface/osi-documentation[osi-documentation]::
41+
Source for the AsciiDoc files used to compile the general chapters of the OSI documentation.
2042

21-
https://github.com/OpenSimulationInterface/proto2cpp[proto2cpp]:: Doxygen filter for creating the reference documentation from OSI .proto files.
43+
https://github.com/OpenSimulationInterface/proto2cpp[proto2cpp]::
44+
Doxygen filter for creating the reference documentation from OSI .proto files.
2245

23-
https://github.com/OpenSimulationInterface/osi-antora-generator[osi-antora-generator]:: Contains the Antora generator and the relevant pipeline.
46+
https://github.com/OpenSimulationInterface/osi-antora-generator[osi-antora-generator]::
47+
Contains the Antora generator and the relevant pipeline.
2448
This repository is responsible for both building and hosting the https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/specification/index.html/[{THIS_STANDARD} Specification^] as well as the https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/gen/index.html[{THIS_STANDARD} Reference Documentation^].

content/index.adoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@ include::{doc_open_simulation_interface}open-simulation-interface_user_guide.ado
5050
include::{doc_osi-sensor-model-packaging}osi-sensor-model-packaging_spec.adoc[leveloffset=+1]
5151

5252
:imagesdir: ./images
53-
// osi-validation and osi-visualizer are considered supplementary tooling that is not normative. They are therefore not part of the ASAM standard release.
54-
// include::./osi-validation/doc/osi-validator_user_guide.adoc[leveloffset=+1,opts=optional]
55-
56-
// include::./osi-visualizer/doc/osi-visualizer_user_guide.adoc[leveloffset=+1,opts=optional]
57-
58-
// proto2cpp is an tooling that is internally used to create the DOXYGEN documentation. It doc shall not the part of the OSI specification.
59-
// include::./proto2cpp/doc/proto2ccp_user_guide.adoc[leveloffset=+1]
6053

6154
// END: including the documentation of other osi repositories
6255

0 commit comments

Comments
 (0)