|
Ran
|
Jobs
1
|
Files
32
|
Run time
1min
|
Badge
README BADGES
|
push
github
Show class members (#702) (#707) We weren't showing class members (attributes & methods) for inlined classes. This is fixed by setting `"inherited-members": None` in `autodoc_default_options`. Notably, we now show inherited members for classes like `instructions.Move`. I recommend this because users want to know every function/attribute defined on the object, and they don't really care about the origin of that functionality. Qiskit SDK takes this approach, which is useful with e.g. the circuit library. With this change, some of the classes end up being much larger. So, we un-inline them and move them back to being their own pages in `stubs/`. This means we remove their client redirects. This PR also makes some other enhancements: * Adds `tox -e docs-clean` * Displays type hints in the `parameters` section, rather than inline to the signature. This matches the style of the other API projects (cherry picked from commit 0ecc2448f) Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
2330 of 2330 relevant lines covered (100.0%)
1.0 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 11669215178.1 | 32 |
100.0 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|