Qiskit / qiskit-serverless

A programming model for leveraging quantum and classical resources
https://qiskit.github.io/qiskit-serverless/
Apache License 2.0
68 stars 31 forks source link

Docs: Missing information in API doc #1462

Open jyu00 opened 2 months ago

jyu00 commented 2 months ago

Several of the API references are missing information.

One example is the QiskitFunction, which doesn't have description for all parameters, such as tags:

image

Another example is the get_jobs() and list() methods that don't tell users what **kwargs are actually accepted:

image

cc @jenglick