-
Notifications
You must be signed in to change notification settings - Fork 2.9k
[PyOV] Remove leftover runtime mentions #33438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
[PyOV] Remove leftover runtime mentions #33438
Conversation
Signed-off-by: p-wysocki <[email protected]>
Signed-off-by: p-wysocki <[email protected]>
…into remove_runtime_mentions Signed-off-by: p-wysocki <[email protected]>
| * :doc:`Model inference in OpenVINO Runtime <running-inference>` | ||
|
|
||
| .. need to investigate python api article generation - api/ie_python_api/_autosummary/openvino.Model.html does not exist, api/ie_python_api/_autosummary/openvino.runtime.Model.html does. | ||
| .. need to investigate python api article generation - api/ie_python_api/_autosummary/openvino.Model.html does not exist, api/ie_python_api/_autosummary/openvino.Model.html does. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does _api/ie_python_api/autosummary/openvino.Model.html exist now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does, it's available at https://docs.openvino.ai/2025/api/ie_python_api/_autosummary/openvino.Model.html.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then .. need to investigate python api article generation - should be removed ;)
| | | [openvino.opset8.reshape](https://docs.openvino.ai/2025/api/ie_python_api/_autosummary/openvino.opset8.reshape.html) , | | | ||
| | | [openvino.opset8.matmul](https://docs.openvino.ai/2025/api/ie_python_api/_autosummary/openvino.opset8.matmul.html) , | | | ||
| | | [openvino.opset8.relu](https://docs.openvino.ai/2025/api/ie_python_api/_autosummary/openvino.opset8.relu.html) , | | | ||
| | | [openvino.opset8.softmax](https://docs.openvino.ai/2025/api/ie_python_api/_autosummary/openvino.opset8.softmax.html) | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://docs.openvino.ai/2025/api/ie_python_api/_autosummary/openvino.opset8.softmax.html does not exist in current documentation. It needs to be added here:
| .. autosummary:: |
like this:
.. autosummary::
:toctree: _autosummary
:template: custom-module-template.rst
openvino.op
Tickets: