diff --git a/doc/sphinx/Pacemaker_Python_API/_templates/custom-class-template.rst b/doc/sphinx/Pacemaker_Python_API/_templates/custom-class-template.rst index 8d9b5b9684..a681c53231 100644 --- a/doc/sphinx/Pacemaker_Python_API/_templates/custom-class-template.rst +++ b/doc/sphinx/Pacemaker_Python_API/_templates/custom-class-template.rst @@ -1,32 +1,32 @@ {{ fullname | escape | underline}} .. currentmodule:: {{ module }} .. autoclass:: {{ objname }} :members: :show-inheritance: - :inherited-members: + :inherited-members: int {% block methods %} .. automethod:: __init__ {% if methods %} .. rubric:: {{ 'Methods' }} .. autosummary:: {% for item in methods %} ~{{ name }}.{{ item }} {%- endfor %} {% endif %} {% endblock %} {% block attributes %} {% if attributes %} .. rubric:: {{ 'Attributes' }} .. autosummary:: {% for item in attributes %} ~{{ name }}.{{ item }} {%- endfor %} {% endif %} {% endblock %}