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.rst
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Tasks
23
23
_____
24
24
25
25
Most of these methods will return a `scaleapi.Task` object, which will contain information
26
-
about the json response (task_id, status...).
26
+
about the json response (task_id, status, etc.).
27
27
28
28
Any parameter available in `Scale's API documentation`__ can be passed as an argument option with the corresponding type.
29
29
@@ -35,7 +35,12 @@ 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 documentation`__.
38
+
39
+
.. code-block:: python
40
+
41
+
client.create_{{Task Type}}_task(...)
42
+
43
+
Passing in 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`__.
0 commit comments