Open jyu00 opened 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:
tags
Another example is the get_jobs() and list() methods that don't tell users what **kwargs are actually accepted:
get_jobs()
list()
**kwargs
cc @jenglick
Several of the API references are missing information.
One example is the QiskitFunction, which doesn't have description for all parameters, such as
tags
:Another example is the
get_jobs()
andlist()
methods that don't tell users what**kwargs
are actually accepted:cc @jenglick