Skip to content

Commit

Permalink
add imagespec reference docs to flyte docs (#2347)
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
Signed-off-by: Jan Fiedler <[email protected]>
  • Loading branch information
neverett authored and fiedlerNr9 committed Jul 25, 2024
1 parent b7d69a8 commit 1003620
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/docs_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Flytekit API Reference
design/index
flytekit
configuration
imagespec
remote
clients
testing
Expand Down
4 changes: 4 additions & 0 deletions docs/source/imagespec.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.. automodule:: flytekit.image_spec
:no-members:
:no-inherited-members:
:no-special-members:
15 changes: 15 additions & 0 deletions flytekit/image_spec/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
"""
==========
ImageSpec
==========
.. currentmodule:: flytekit.image_spec
This module contains the ImageSpec class parameters and methods.
.. autosummary::
:toctree: generated/
ImageSpec
"""

from .image_spec import ImageSpec

0 comments on commit 1003620

Please sign in to comment.