@@ -35,7 +35,7 @@ Create Task
3535^^^^^^^^^^^
3636
3737This 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 `__.
3939
4040__ https://docs.scale.com/reference#general-image-annotation
4141
@@ -59,7 +59,7 @@ __ https://docs.scale.com/reference#general-image-annotation
5959 Retrieve task
6060^^^^^^^^^^^^^
6161
62- ` Check out Scale's API documentation for more information. `__
62+ Check out ` Scale's API documentation `__ for more information.
6363
6464__ https://docs.scale.com/reference#retrieve-tasks
6565
@@ -74,7 +74,7 @@ Retrieve a task given its id.
7474 List Tasks
7575^^^^^^^^^^
7676
77- ` Check out Scale's API documentation for more information. `__
77+ Check out ` Scale's API documentation `__ for more information.
7878
7979__ https://docs.scale.com/reference#list-multiple-tasks
8080
@@ -104,7 +104,7 @@ Retrieve a list of tasks, with optional filter by stand and end date/type. Pagin
104104 Cancel Task
105105^^^^^^^^^^^
106106
107- ` Check out Scale's API documentation for more information. `__
107+ Check out ` Scale's API documentation `__ for more information.
108108
109109__ https://docs.scale.com/reference#cancel-task
110110
@@ -120,7 +120,7 @@ _______
120120Create Batch
121121^^^^^^^^^^^^
122122
123- ` Check out Scale's API documentation for more information. `__
123+ Check out ` Scale's API documentation `__ for more information.
124124
125125__ https://docs.scale.com/reference#batch-creation
126126
@@ -135,7 +135,7 @@ __ https://docs.scale.com/reference#batch-creation
135135 Finalize Batceh
136136^^^^^^^^^^^^^^^
137137
138- ` Check out Scale's API documentation for more information. `__
138+ Check out ` Scale's API documentation `__ for more information.
139139
140140__ https://docs.scale.com/reference#batch-finalization
141141
@@ -146,7 +146,7 @@ __ https://docs.scale.com/reference#batch-finalization
146146 Check Batch Status
147147^^^^^^^^^^^^^^^^^^
148148
149- ` Check out Scale's API documentation for more information. `__
149+ Check out ` Scale's API documentation `__ for more information.
150150
151151__ https://docs.scale.com/reference#batch-status
152152
@@ -157,7 +157,7 @@ __ https://docs.scale.com/reference#batch-status
157157 Retrieve Batch
158158^^^^^^^^^^^^^^
159159
160- ` Check out Scale's API documentation for more information. `__
160+ Check out ` Scale's API documentation `__ for more information.
161161
162162__ https://docs.scale.com/reference#batch-retrieval
163163
@@ -168,7 +168,7 @@ __ https://docs.scale.com/reference#batch-retrieval
168168 List Batches
169169^^^^^^^^^^^^
170170
171- ` Check out Scale's API documentation for more information. `__
171+ Check out ` Scale's API documentation `__ for more information.
172172
173173__ https://docs.scale.com/reference#batch-list
174174
@@ -198,7 +198,7 @@ ________
198198Create Project
199199^^^^^^^^^^^^^^
200200
201- ` Check out Scale's API documentation for more information. `__
201+ Check out ` Scale's API documentation `__ for more information.
202202
203203__ https://docs.scale.com/reference#project-creation
204204
@@ -213,7 +213,7 @@ __ https://docs.scale.com/reference#project-creation
213213 Retrieve Project
214214^^^^^^^^^^^^^^^^
215215
216- ` Check out Scale's API documentation for more information. `__
216+ Check out ` Scale's API documentation `__ for more information.
217217
218218__ https://docs.scale.com/reference#project-retrieval
219219
@@ -225,7 +225,7 @@ List Projects
225225^^^^^^^^^^^^^
226226
227227This 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.
229229
230230__ https://docs.scale.com/reference#batch-list
231231
@@ -242,7 +242,7 @@ Retrieve a list of batches
242242 Update Project
243243^^^^^^^^^^^^^^
244244
245- ` Check out Scale's API documentation for more information. `__
245+ Check out ` Scale's API documentation `__ for more information.
246246
247247__ https://docs.scale.com/reference#project-update-parameters
248248
0 commit comments