Ran
|
Jobs
1
|
Files
1260
|
Run time
18s
|
Badge
Embed ▾
README BADGES
|
push
github
Disable Numpy-style docstring handling in Napoleon (#10558) (#10562) We only use Google-style docstrings, so disabling the Numpy-style parsing gives us a bit of speed boost in the documentation build. More importantly, it fixes an issue where headings whose names clashed with a specially handled keyword such as Examples ======== used in module-level documentation as true sections would get translated into `rubric` elements, so would lose their section-heading status, confusing the toctree structure and the output display. I noticed this in the `qiskit.qasm2` module-level documentation, but it's possible that it appeared elsewhere as well. (cherry picked from commit c29e938c2) Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
72924 of 84907 relevant lines covered (85.89%)
61284.64 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
3 |
93.75 |
-6.25% | qiskit/pulse/library/waveform.py |
5 |
91.39 |
0.25% | crates/qasm2/src/lex.rs |
12 |
97.13 |
0.0% | crates/qasm2/src/parse.rs |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 5756762018.1 | 1260 |
85.89 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|