Skip to content

Commit

Permalink
fix find_job in quickstart docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vieting committed Nov 30, 2023
1 parent cbf529c commit 7795128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Cheatsheet
- ``./sis worker <path/to/job.hash> <task_name>``
* - create a non-existing job manually
- #. ``./sis c``
#. | ``jobs = tk.find_jobs("<query>")``
#. | ``jobs = tk.find_job("<query>")``
| this will list all found jobs
#. ``j = jobs[<desired_index>]``
#. ``tk.setup_job_directory(j)``
Expand Down

0 comments on commit 7795128

Please sign in to comment.