Back to Ray

Class V2

doc/source/_templates/autosummary/class_v2.rst

1.13.1601 B
Original Source

.. currentmodule:: {{ module }}

{% if name | has_public_constructor(module) %} {{ name }} {{ '-' * name | length }}

.. autoclass:: {{ objname }} {% endif %}

{% block methods %} {% if methods %} {% set api_groups = methods | get_api_groups(name, module) %} {% for api_group in api_groups %}

{% if api_groups | length > 1 %} {{ api_group }} {{ '-' * api_group | length }} {% endif %}

.. autosummary:: :nosignatures: :toctree: doc

{% for method in methods | select_api_group(name, module, api_group) %} {{ name }}.{{ method }} {% endfor %}

{% endfor %} {% endif %} {% endblock %}