diff --git a/docs/apidocs/fake_provider.rst b/docs/apidocs/fake_provider.rst new file mode 100644 index 0000000000..357d305452 --- /dev/null +++ b/docs/apidocs/fake_provider.rst @@ -0,0 +1,4 @@ +.. automodule:: qiskit_ibm_runtime.fake_provider + :no-members: + :no-inherited-members: + :no-special-members: diff --git a/docs/apidocs/ibm-runtime.rst b/docs/apidocs/ibm-runtime.rst index 29b06f4628..cafc459a1a 100644 --- a/docs/apidocs/ibm-runtime.rst +++ b/docs/apidocs/ibm-runtime.rst @@ -9,3 +9,5 @@ qiskit-ibm-runtime API reference runtime_service options + transpiler + fake_provider diff --git a/docs/apidocs/transpiler.rst b/docs/apidocs/transpiler.rst new file mode 100644 index 0000000000..157dd40621 --- /dev/null +++ b/docs/apidocs/transpiler.rst @@ -0,0 +1,4 @@ +.. automodule:: qiskit_ibm_runtime.transpiler + :no-members: + :no-inherited-members: + :no-special-members: