@@ -153,40 +153,29 @@ This code provides examples of using various ELM APIs:
153
153
154
154
* DN
155
155
156
- ** Process - ` elmclient `
157
-
158
- ** OSLC including OSLC Query - ` oslcquery.py ` for user use, internally ` oslcqueryapi.py ` implements OSLC Query parsing and querying
159
-
160
- ** Module Structure - ` dn_simple_modulestructure.py ` - currently external to ` elmclient `
161
-
162
- ** ReqIF - ` reqif_io.py ` - currently reqif API is external to ` elmclient `
163
-
164
- ** Reportable REST (incomplete for qm and ccm) - ` represt.py ` for user use, internally for each application in ` _rm.py ` , ` _ccm.py ` , ` _qm.py `
165
-
156
+ * Process - ` elmclient `
157
+ * OSLC including OSLC Query - ` oslcquery.py ` for user use, internally ` oslcqueryapi.py ` implements OSLC Query parsing and querying
158
+ * Module Structure - ` dn_simple_modulestructure.py ` - currently external to ` elmclient `
159
+ * ReqIF - ` reqif_io.py ` - currently reqif API is external to ` elmclient `
160
+ * Reportable REST (incomplete for qm and ccm) - ` represt.py ` for user use, internally for each application in ` _rm.py ` , ` _ccm.py ` , ` _qm.py `
166
161
167
162
* ETM
168
163
169
- ** Process - ` elmclient `
170
-
171
- ** OSLC including OSLC Query - ` oslcquery.py ` for user use, internally ` oslcqueryapi.py ` implements OSLC Query parsing and querying
172
-
173
- ** Reportable REST (incomplete for qm and ccm) - ` represt.py ` for user use, internally for each application in ` _rm.py ` , ` _ccm.py ` , ` _qm.py `
174
-
164
+ * Process - ` elmclient `
165
+ * OSLC including OSLC Query - ` oslcquery.py ` for user use, internally ` oslcqueryapi.py ` implements OSLC Query parsing and querying
166
+ * Reportable REST (incomplete for qm and ccm) - ` represt.py ` for user use, internally for each application in ` _rm.py ` , ` _ccm.py ` , ` _qm.py `
175
167
176
168
* EWM
177
169
178
- ** Process - ` elmclient `
179
-
180
- ** OSLC including OSLC Query - ` oslcquery.py ` for user use, internally ` oslcqueryapi.py ` implements OSLC Query parsing and querying
181
-
182
- ** Reportable REST (incomplete for qm and ccm) - ` represt.py ` for user use, internally for each application in ` _rm.py ` , ` _ccm.py ` , ` _qm.py `
170
+ * Process - ` elmclient `
171
+ * OSLC including OSLC Query - ` oslcquery.py ` for user use, internally ` oslcqueryapi.py ` implements OSLC Query parsing and querying
172
+ * Reportable REST (incomplete for qm and ccm) - ` represt.py ` for user use, internally for each application in ` _rm.py ` , ` _ccm.py ` , ` _qm.py `
183
173
184
174
185
175
* GCM
186
176
187
- ** Process - ` elmclient `
188
-
189
- ** OSLC including OSLC Query - ` oslcquery.py ` for user use, internally ` oslcqueryapi.py ` implements OSLC Query parsing and querying
177
+ * Process - ` elmclient `
178
+ * OSLC including OSLC Query - ` oslcquery.py ` for user use, internally ` oslcqueryapi.py ` implements OSLC Query parsing and querying
190
179
191
180
192
181
Reporting issues, and contributing
0 commit comments