Hi I have issue with Sphinx where my description text seems to overlap with the attributes and methods table. This happens when I add an indentation (Literal Block) to the class description. If my class description does not have any indentation, then the overlap issue does not happen. My expected behavior in the doc page is as follow:
Description, Attributes Table, Methods Table
but because of the indentation (literal block) I would get Description Attributes Table, Methods Table, Description (continued).
I've attached a screenshot for an example. Here in the screenshot, the list items are supposed to appear before the Attributes table:
- CHECK
- RETURN_HTTP_RESPONSE
Thanks for the help.
Edit: The corresponding .rst file looks like so:
ProtectionRule
==============
.. currentmodule:: oci.waf.models
.. autoclass:: ProtectionRule
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members: