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
Copy file name to clipboardexpand all lines: README.md
+34-4
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ Methods in the simple API:
130
130
* Workspace.find_element
131
131
* Workspace.get_package
132
132
133
-
For for more information, see the `Simple API - User Guide` that demonstrates the use of this API.
133
+
For for more information, see the [Simple API - User Guide](doc/markdown/simple_api_user_guide.md) that demonstrates the use of this API.
134
134
135
135
#### Advanced API - Requires namespaces
136
136
@@ -145,7 +145,7 @@ Methods in the advanced API:
145
145
146
146
It can be quite powerful when used the right way but requires some setting up.
147
147
148
-
There's no user guide yet. See the files under `examples/template` for reference.
148
+
There's no user guide yet. See the files under [examples/template](examples/template/) for reference.
149
149
150
150
#### Common methods
151
151
@@ -163,11 +163,41 @@ Common methods:
163
163
164
164
The module `autosar.xml.element` contains all supported elements that you can add to a package. Most often you simply call the constructor for an object you want to create and then add it to a package.
165
165
166
-
Some elements are quite complicated to create manually. Instead of using the constructor these classes offers one or several convenience-methods in the form of static methods with names beginning with `make_` or `create_`. These methods returns an object much the same way as calling a constructor.
166
+
Some elements are quite complicated to create manually. Instead of using the constructor method, some classes offers one or several convenience-methods with names
167
+
beginning with either `make_` or `create_`. Exploring these methods is highly recomended.
0 commit comments