[DOCS] Update API reference (#22911)

Updating API reference with ``openvino`` namespace redesign changes.
This PR addresses the following ticket: 117329
This commit is contained in:
Sebastian Golebiewski 2024-02-20 15:11:22 +01:00 committed by GitHub
parent c05a8864d0
commit 1bdb9313be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{{ fullname | escape | underline}}
.. automodule:: {{ fullname }}
{% block attributes %}
{% if attributes %}
.. rubric:: Module Attributes
@ -21,7 +21,9 @@
.. autosummary::
:toctree:
{% for func in functions %}
{{ func }}
{% if not func.startswith('_') %}
{{ func }}
{% endif %}
{%- endfor %}
{% endif %}
{% endblock %}

View File

@ -5,6 +5,12 @@ OpenVINO Python API
:description: Explore Python API and implementation of its features in Intel® Distribution of OpenVINO™ Toolkit.
.. autosummary::
:toctree: _autosummary
:template: custom-module-template.rst
openvino
.. autosummary::
:toctree: _autosummary
:template: custom-module-template.rst