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.
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.