[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:
parent
c05a8864d0
commit
1bdb9313be
|
|
@ -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 %}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue