You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains software developed by the [Antora Project](https://antora.org/).
4
+
5
+
Your use of Antora is subject to the terms and conditions of the Mozilla Public License 2.0. A copy of the license is contained in the file [LICENSE.txt](/LICENSE.txt) and is also available at https://mozilla.org/MPL/2.0/.
6
+
7
+
The source code is available from [GitLab](https://gitlab.com/antora).
Copy file name to clipboardExpand all lines: README.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,28 +22,26 @@
22
22
## Introduction
23
23
24
24
The ESMF SDK Python Aspect Model Loader contains artifacts and resources for all parties that intent to use, extend or
25
-
integrate with the Semantic Aspect Meta Model, e.g., Solution Developers,
26
-
Domain Experts or OEMs.
25
+
integrate with the Semantic Aspect Meta Model, e.g., Solution Developers, Domain Experts or OEMs.
27
26
28
27
At its core are components which help to work with the Semantic Aspect Meta Model (SAMM).
29
28
30
-
This repository contains a detailed developer documentation written in AsciiDoc. The source files (AsciiDoc) are
31
-
located [here](documentation/python-sdk-guide)
32
-
and are built using
33
-
[Antora](https://antora.org/) which generates the documentation as HTML files.
29
+
This repository contains a detailed developer documentation written in AsciiDoc. The source files (AsciiDoc) are
30
+
[python-sdk-guide](documentation/python-sdk-guide) and are built using [Antora](https://antora.org/)
31
+
which generates the documentation as HTML files.
34
32
35
33
## Getting help
36
34
37
-
Are you having trouble with ESMF SDK Python? We want to help!
35
+
Are you having trouble with ESMF SDK Python Aspect Model Loader? We want to help!
38
36
39
37
* Check the [developer documentation](https://eclipse-esmf.github.io)
40
-
*Having issues with the ESMF SDK Python? Open
41
-
a [GitHub issue](https://github.com/eclipse-esmf/esmf-sdk-py-aspect-model-loader/issues).
38
+
*Check the SAMM [specification](https://eclipse-esmf.github.io/samm-specification/snapshot/index.html)
39
+
* Having issues with the ESMF SDK Python Aspect Model Loader? Open a [GitHub issue](https://github.com/eclipse-esmf/esmf-sdk-py-aspect-model-loader/issues).
42
40
43
41
## Getting Started
44
42
45
43
This document provides an overall overview of the SDK and the concepts applied throughout it. Detailed documentation and
46
-
concepts for each component can be found in the respective subfolders or subrepositories.
44
+
concepts for each component can be found in the respective subfolders or sub-repositories.
47
45
48
46
## SDK Structure
49
47
@@ -55,7 +53,6 @@ esmf-sdk-py-aspect-model-loader
55
53
├─── core # e.g. meta model implementation etc.
56
54
│ ├─── esmf-aspect-meta-model-python
57
55
│ ├─── ...
58
-
└─── samples # sample projects to get you started quickly
59
56
```
60
57
61
58
## Python Core Components
@@ -73,7 +70,8 @@ generated source code artifacts. Any form of source code generator will use the
73
70
74
71
## Version Handling
75
72
76
-
The aspect meta model loader work with the SAMM versions specified in the [download_samm_release.py](core/esmf-aspect-meta-model-python/esmf_aspect_meta_model_python//samm_aspect_meta_model/download_samm_release.py). This version will be used for deployment.
73
+
The aspect meta model loader work with the SAMM versions specified in the [download_samm_release.py](core/esmf-aspect-meta-model-python/esmf_aspect_meta_model_python//samm_aspect_meta_model/download_samm_release.py).
74
+
This version will be used for deployment.
77
75
78
76
As SAMM evolves over time, the Aspect Meta Model Loader should also adapt and evolve accordingly.
79
77
Due to this fact it is important to understand the versioning concept that is applied to the SAMM,
0 commit comments