Skip to content

Commit

Permalink
fix remote API reference (#1405)
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Bantilan <[email protected]>

Signed-off-by: Niels Bantilan <[email protected]>
  • Loading branch information
cosmicBboy authored Jan 7, 2023
1 parent 55b6602 commit fcf6dce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ help:
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)


clean:
rm -rf ./build ./source/generated
12 changes: 6 additions & 6 deletions flytekit/remote/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
:toctree: generated/
:nosignatures:
~task.FlyteTask
~workflow.FlyteWorkflow
~launch_plan.FlyteLaunchPlan
~entities.FlyteTask
~entities.FlyteWorkflow
~entities.FlyteLaunchPlan
.. _remote-flyte-entity-components:
Expand All @@ -65,9 +65,9 @@
:toctree: generated/
:nosignatures:
~nodes.FlyteNode
~component_nodes.FlyteTaskNode
~component_nodes.FlyteWorkflowNode
~entities.FlyteNode
~entities.FlyteTaskNode
~entities.FlyteWorkflowNode
.. _remote-flyte-execution-objects:
Expand Down

0 comments on commit fcf6dce

Please sign in to comment.