Skip to content

Commit

Permalink
address comments @wild-endeavor
Browse files Browse the repository at this point in the history
Signed-off-by: cosmicBboy <[email protected]>
  • Loading branch information
cosmicBboy committed Mar 30, 2021
1 parent 3c60373 commit 84c7e01
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
5 changes: 0 additions & 5 deletions docs/source/flytekit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,3 @@
:no-members:
:no-inherited-members:
:no-special-members:

.. automodule:: flytekit.core
:no-members:
:no-inherited-members:
:no-special-members:
18 changes: 14 additions & 4 deletions flytekit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,11 @@
TaskMetadata - Wrapper object that allows users to specify Task
Resources - Things like CPUs/Memory, etc.
WorkflowFailurePolicy - Customizes what happens when a workflow fails.
dynamic
Dynamic and Nested Workflows
==============================
Please see the :py:mod:`Dynamic <flytekit.core.dynamic_workflow_task>` module for more information as well.
See the :py:mod:`Dynamic <flytekit.core.dynamic_workflow_task>` module for more information.
.. autosummary::
:nosignatures:
Expand All @@ -67,9 +66,9 @@
Scheduling and Notifications
============================
:py:mod:`Notifications Module <flytekit.core.notification>`
:py:mod:`Schedules Module <flytekit.core.schedule>`
See the :py:mod:`Notifications Module <flytekit.core.notification>` and
:py:mod:`Schedules Module <flytekit.core.schedule>` for more information.
.. autosummary::
:nosignatures:
Expand Down Expand Up @@ -118,6 +117,17 @@
Secret
SecurityContext
Core Modules
=============
.. autosummary::
:nosignatures:
:toctree: generated/
core.dynamic_workflow_task
core.notification
core.schedule
"""


Expand Down

0 comments on commit 84c7e01

Please sign in to comment.