Skip to content

Commit 796354f

Browse files
committed
Fixed inference examples docs generation
1 parent 1b2dc9c commit 796354f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Changelog
22
=========
33

4+
* Fixed inference examples docs generation
5+
46
v1.12.0 (2025-05-12)
57
--------------------
68

docs/source/examples/containers/inference_async.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Calling the inference endpoint in async mode
33

44
This example demonstrates how to call the inference endpoint in async mode.
55

6-
.. literalinclude:: ../../../../examples/containers/calling_the_inference_endpoint_in_async_mode.py
6+
.. literalinclude:: ../../../../examples/containers/calling_the_endpoint_asynchronously.py
77
:language: python
88
:caption: Calling the inference endpoint in async mode

docs/source/examples/containers/inference_sync.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Calling the inference endpoint in sync mode
33

44
This example demonstrates how to call the inference endpoint in sync mode.
55

6-
.. literalinclude:: ../../../../examples/containers/calling_the_inference_endpoint_in_sync_mode.py
6+
.. literalinclude:: ../../../../examples/containers/calling_the_endpoint_synchronously.py
77
:language: python
88
:caption: Calling the inference endpoint in sync mode

0 commit comments

Comments
 (0)