Qiskit / qiskit-ibm-provider

Qiskit Provider for accessing the IBM Quantum Services: Online Systems and Simulators
https://qiskit.org/ecosystem/ibm-provider/
Apache License 2.0
77 stars 68 forks source link

Methods live on class pages (Cherry-pick of #789) #790

Closed Eric-Arellano closed 8 months ago

Eric-Arellano commented 8 months ago

Currently, methods live on dedicated HTML pages rather than their class pages.

But in qiskit/documentation, we merge those methods to live on the class page because it's a better user experience. While we do have code to do that, it's simpler to change Provider's config to have Sphinx do the right thing from the start.

This template is copied from qiskit-ibm-runtime.

coveralls commented 8 months ago

Pull Request Test Coverage Report for Build 7506796967


Totals Coverage Status
Change from base Build 7330787504: 0.0%
Covered Lines: 3422
Relevant Lines: 6620

💛 - Coveralls