Ran
|
Jobs
1
|
Files
1260
|
Run time
20s
|
Badge
README BADGES
|
push
github
Disable Numpy-style docstring handling in Napoleon (#10558) 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)
72909 of 84907 relevant lines covered (85.87%)
60920.21 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
3 |
93.75 |
-6.25% | qiskit/pulse/library/waveform.py |
4 |
90.63 |
-0.51% | crates/qasm2/src/lex.rs |
12 |
96.2 |
-0.93% | crates/qasm2/src/parse.rs |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 5756350484.1 | 1260 |
85.87 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|