@@ -153,40 +153,29 @@ This code provides examples of using various ELM APIs:
153153
154154* DN
155155
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 `
166161
167162* ETM
168163
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 `
175167
176168* EWM
177169
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 `
183173
184174
185175* GCM
186176
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
190179
191180
192181Reporting issues, and contributing
0 commit comments