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
* add support link
* Update features list with links to documentation
* Generate documentation with sphinx
* Update model calls to get models by name
Update samples to get models by id
Update tests
* docs: removed github pages links
* fix: remove docs folder
* fix: model sample name
* feat: add TIMEOUT status, fix block function
<p>Or follow the instructions <a href="/contributing.adoc#set-environment-variables-in-bash" style="text-decoration:none">here</a> to learn more.
328
+
</p>
329
+
++++
330
+
331
+
And then, you can:
332
+
333
+
[source, bash]
334
+
----
335
+
`$ py samples/job_with_text_input_sample.py`
336
+
----
337
+
338
+
202
339
== Contributing
203
340
204
341
++++
205
342
<p>We are happy to receive contributions from all of our users. Check out our <a href="/CONTRIBUTING.adoc" style="text-decoration:none">contributing file</a> to learn more.
206
343
</p>
207
344
++++
208
345
209
-
// === To do
210
-
// - Documentation improvement
211
-
// - Comprehensive unit tests
212
-
// - Wider API coverage (custom models, accounting, audit, etc)
213
-
// - [Maybe] Add retry logic for possibly transient issues
214
-
// - [Maybe] Consider moving to concrete classes for the API JSON objects, or else move the ApiObject to a public module
215
-
// - [Maybe] Python 2.7 compatibility
216
-
217
346
218
347
//For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
0 commit comments