Skip to content

Commit 305ca5a

Browse files
committed
Fix some issues
1 parent 0974de0 commit 305ca5a

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
# -- Options for HTML output -------------------------------------------------
8989

9090
html_theme = 'alabaster'
91-
html_static_path = ['_static']
9291

9392

9493
def setup(_):

docs/internals/bases.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Base classes
3131

3232
.. autoclass:: yandex_cloud_ml_sdk._models.text_classifiers.function.BaseTextClassifiers
3333

34+
.. autoclass:: yandex_cloud_ml_sdk._models.text_embeddings.function.BaseTextEmbeddings
35+
36+
.. autoclass:: yandex_cloud_ml_sdk._models.image_generation.function.BaseImageGeneration
37+
3438
.. autoclass:: yandex_cloud_ml_sdk._threads.domain.BaseThreads
3539

3640
.. autoclass:: yandex_cloud_ml_sdk._threads.thread.BaseThread

docs/retry.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ Interceptors impletentation
1616
.. autoclass:: yandex_cloud_ml_sdk._retry.UnaryUnaryRetryInterceptor
1717
:no-members:
1818
:no-inherited-members:
19+
:exclude-members: __call__
20+
:special-members:
1921

2022
.. autoclass:: yandex_cloud_ml_sdk._retry.UnaryStreamRetryInterceptor
2123
:no-members:
2224
:no-inherited-members:
25+
:exclude-members: __call__
26+
:special-members:

0 commit comments

Comments
 (0)