forked from flyteorg/flyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update docs based on revamp RFC (flyteorg#60)
* update docs based on revamp RFC - udpate main nav items - update toc - use furo fork Signed-off-by: cosmicBboy <[email protected]> * remove custom.css Signed-off-by: cosmicBboy <[email protected]>
- Loading branch information
1 parent
65580de
commit 6114a7c
Showing
13 changed files
with
51 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
furo | ||
git+git://github.com/flyteorg/furo@main | ||
readthedocs-sphinx-search | ||
sphinx | ||
sphinx-prompt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Nouns | ||
------ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Nouns | ||
:hidden: | ||
|
||
gen/flytectl_create_project | ||
gen/flytectl_create_execution | ||
gen/flytectl_get_execution | ||
gen/flytectl_get_project | ||
gen/flytectl_get_workflow | ||
gen/flytectl_get_task | ||
gen/flytectl_get_launchplan | ||
gen/flytectl_update_project | ||
gen/flytectl_register_files | ||
gen/flytectl_version | ||
gen/flytectl_config_validate |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Verbs | ||
------ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Verbs | ||
:hidden: | ||
|
||
gen/flytectl_create | ||
gen/flytectl_get | ||
gen/flytectl_update | ||
gen/flytectl_delete | ||
gen/flytectl_register | ||
gen/flytectl_config |