Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
fix link formatting (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 authored Aug 8, 2023
1 parent 2c56779 commit 2a356ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/1_the_ibm_quantum_account.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@
"source": [
"### Backend Service\n",
"\n",
"[`IBMBackendService`](https://qiskit.org/documentation/partners/qiskit_ibm_provider/stubs/qiskit_ibm_provider.IBMBackendService.html#qiskit_ibm_provider.IBMBackendService) provides generic backend related services for an account without requiring a particular backend as input. The main methods it supports are:\n",
"[IBMBackendService](https://qiskit.org/documentation/partners/qiskit_ibm_provider/stubs/qiskit_ibm_provider.IBMBackendService.html#qiskit_ibm_provider.IBMBackendService) provides generic backend related services for an account without requiring a particular backend as input. The main methods it supports are:\n",
"\n",
"- `jobs()`: Returns a list of previously submitted jobs in the account.\n",
"- `retrieve_job(JOB_ID)`: Returns a job by its job ID.\n"
Expand Down Expand Up @@ -872,7 +872,7 @@
"- `cancel()`: Cancels the job.\n",
"- `result()`: Gets the results from the circuit run.\n",
"\n",
"Some of the methods that are only available to \"IBM Job\"([`IBMJob`](https://qiskit.org/documentation/partners/qiskit_ibm_provider/apidocs/ibm_job.html)) include:\n",
"Some of the methods that are only available to \"IBM Job\"([IBMJob](https://qiskit.org/documentation/partners/qiskit_ibm_provider/apidocs/ibm_job.html)) include:\n",
"\n",
"- `creation_date()`: Gives the date at which the job was created.\n",
"- `queue_info()`: Returns queue information for this job, including queue position, estimated start and end time, and dynamic priorities for the hub, group, and project.\n",
Expand All @@ -881,7 +881,7 @@
"- `properties()`: Returns the backend properties for this job.\n",
"- `time_per_step()`: Returns the time spent for each step (job creation, validation, etc).\n",
"\n",
"Refer to the [`IBMJob`](https://qiskit.org/documentation/partners/qiskit_ibm_provider/apidocs/ibm_job.html) documentation for a complete list of methods."
"Refer to the [IBMJob](https://qiskit.org/documentation/partners/qiskit_ibm_provider/apidocs/ibm_job.html) documentation for a complete list of methods."
]
},
{
Expand Down

0 comments on commit 2a356ee

Please sign in to comment.