documentation
documentation copied to clipboard
Qiskit API docs methods sections without methods
There are pages for qiskit 0.19 (to be determined if it affects to more versions) where we have a header for a methods section that is currently empty. Look at this page for an example.
I suspect that this is caused because the HTML has an empty table. This is an example of qiskit.scheduler.ScheduleConfig
:
<p class="rubric">Methods</p>
<table class="longtable docutils align-default">
<colgroup>
<col style="width: 10%" />
<col style="width: 90%" />
</colgroup>
<tbody>
</tbody>
</table>