Skip to content

Commit

Permalink
[Docs] SynchronousFlyteClient API reference #3095 (#1416)
Browse files Browse the repository at this point in the history
Signed-off-by: Peeter Piegaze <[email protected]>

Signed-off-by: Peeter Piegaze <[email protected]>
Co-authored-by: Peeter Piegaze <[email protected]>
Co-authored-by: Haytham Abuelfutuh <[email protected]>
  • Loading branch information
3 people authored Jan 20, 2023
1 parent 310aea3 commit b6605bc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/clients.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.. automodule:: flytekit.clients
:no-members:
:no-inherited-members:
:no-special-members:
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ Expected output:
flytekit
configuration
remote
clients
testing
extend
deck
Expand Down
19 changes: 19 additions & 0 deletions flytekit/clients/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
"""
=====================
Clients
=====================
.. currentmodule:: flytekit.clients
This module provides lower level access to a Flyte backend.
.. _clients_module:
.. autosummary::
:template: custom.rst
:toctree: generated/
:nosignatures:
~friendly.SynchronousFlyteClient
~raw.RawSynchronousFlyteClient
"""

0 comments on commit b6605bc

Please sign in to comment.