@@ -35,7 +35,7 @@ Create Task
35
35
^^^^^^^^^^^
36
36
37
37
This method can be used for any Scale supported task type using the following format:
38
- `client.create_{{Task Type}}_task(...) ` and passing the applicable values into the function definition. The applicable fields and further information for each task type can be found in `Scale's API docs `__ for further information .
38
+ `client.create_{{Task Type}}_task(...) ` and passing the applicable values into the function definition. The applicable fields and further information for each task type can be found in `Scale's API documentation `__.
39
39
40
40
__ https://docs.scale.com/reference#general-image-annotation
41
41
@@ -59,7 +59,7 @@ __ https://docs.scale.com/reference#general-image-annotation
59
59
Retrieve task
60
60
^^^^^^^^^^^^^
61
61
62
- ` Check out Scale's API documentation for more information. `__
62
+ Check out ` Scale's API documentation `__ for more information.
63
63
64
64
__ https://docs.scale.com/reference#retrieve-tasks
65
65
@@ -74,7 +74,7 @@ Retrieve a task given its id.
74
74
List Tasks
75
75
^^^^^^^^^^
76
76
77
- ` Check out Scale's API documentation for more information. `__
77
+ Check out ` Scale's API documentation `__ for more information.
78
78
79
79
__ https://docs.scale.com/reference#list-multiple-tasks
80
80
@@ -104,7 +104,7 @@ Retrieve a list of tasks, with optional filter by stand and end date/type. Pagin
104
104
Cancel Task
105
105
^^^^^^^^^^^
106
106
107
- ` Check out Scale's API documentation for more information. `__
107
+ Check out ` Scale's API documentation `__ for more information.
108
108
109
109
__ https://docs.scale.com/reference#cancel-task
110
110
@@ -120,7 +120,7 @@ _______
120
120
Create Batch
121
121
^^^^^^^^^^^^
122
122
123
- ` Check out Scale's API documentation for more information. `__
123
+ Check out ` Scale's API documentation `__ for more information.
124
124
125
125
__ https://docs.scale.com/reference#batch-creation
126
126
@@ -135,7 +135,7 @@ __ https://docs.scale.com/reference#batch-creation
135
135
Finalize Batceh
136
136
^^^^^^^^^^^^^^^
137
137
138
- ` Check out Scale's API documentation for more information. `__
138
+ Check out ` Scale's API documentation `__ for more information.
139
139
140
140
__ https://docs.scale.com/reference#batch-finalization
141
141
@@ -146,7 +146,7 @@ __ https://docs.scale.com/reference#batch-finalization
146
146
Check Batch Status
147
147
^^^^^^^^^^^^^^^^^^
148
148
149
- ` Check out Scale's API documentation for more information. `__
149
+ Check out ` Scale's API documentation `__ for more information.
150
150
151
151
__ https://docs.scale.com/reference#batch-status
152
152
@@ -157,7 +157,7 @@ __ https://docs.scale.com/reference#batch-status
157
157
Retrieve Batch
158
158
^^^^^^^^^^^^^^
159
159
160
- ` Check out Scale's API documentation for more information. `__
160
+ Check out ` Scale's API documentation `__ for more information.
161
161
162
162
__ https://docs.scale.com/reference#batch-retrieval
163
163
@@ -168,7 +168,7 @@ __ https://docs.scale.com/reference#batch-retrieval
168
168
List Batches
169
169
^^^^^^^^^^^^
170
170
171
- ` Check out Scale's API documentation for more information. `__
171
+ Check out ` Scale's API documentation `__ for more information.
172
172
173
173
__ https://docs.scale.com/reference#batch-list
174
174
@@ -198,7 +198,7 @@ ________
198
198
Create Project
199
199
^^^^^^^^^^^^^^
200
200
201
- ` Check out Scale's API documentation for more information. `__
201
+ Check out ` Scale's API documentation `__ for more information.
202
202
203
203
__ https://docs.scale.com/reference#project-creation
204
204
@@ -213,7 +213,7 @@ __ https://docs.scale.com/reference#project-creation
213
213
Retrieve Project
214
214
^^^^^^^^^^^^^^^^
215
215
216
- ` Check out Scale's API documentation for more information. `__
216
+ Check out ` Scale's API documentation `__ for more information.
217
217
218
218
__ https://docs.scale.com/reference#project-retrieval
219
219
@@ -225,7 +225,7 @@ List Projects
225
225
^^^^^^^^^^^^^
226
226
227
227
This function does not take any arguments. It will return information for every project.
228
- ` Check out Scale's API documentation for more information. `__
228
+ Check out ` Scale's API documentation `__ for more information.
229
229
230
230
__ https://docs.scale.com/reference#batch-list
231
231
@@ -242,7 +242,7 @@ Retrieve a list of batches
242
242
Update Project
243
243
^^^^^^^^^^^^^^
244
244
245
- ` Check out Scale's API documentation for more information. `__
245
+ Check out ` Scale's API documentation `__ for more information.
246
246
247
247
__ https://docs.scale.com/reference#project-update-parameters
248
248
0 commit comments