Back to Librealsense

Module

wrappers/python/docs/_templates/module.rst

2.57.7693 B
Original Source

{{ fullname }} {{ underline }}

.. automodule:: {{ fullname }}

{% block functions %} {% if functions %} .. rubric:: Functions

.. autosummary:: {% for item in functions %} {{ item }} {%- endfor %} {% endif %} {% endblock %}

{% block classes %} {% if classes %} .. rubric:: Classes

.. autosummary:: :toctree: :template: class.rst

{% for item in classes %} {{ item }} {%- endfor %} {% endif %} {% endblock %}

{% block exceptions %} {% if exceptions %} .. rubric:: Exceptions

.. autosummary:: {% for item in exceptions %} {{ item }} {%- endfor %} {% endif %} {% endblock %}