Skip to content

Commit

Permalink
Signed-off-by: Samhita Alla aallasamhita@gmail.com (#955)
Browse files Browse the repository at this point in the history
Co-authored-by: Niels Bantilan niels.bantilan@gmail.com

Documentation revamp restructuring according to the RFC: https://docs.google.com/document/d/1Yp5cYujKT6UMv17Y6r1djMchaMZWAlPNUTZnbw1sZvc/edit#heading=h.vozt1qaes3ur

Signed-off-by: cosmicBboy <niels.bantilan@gmail.com>

Co-authored-by: Samhita Alla <aallasamhita@gmail.com>
Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com>
  • Loading branch information
2 people authored and EngHabu committed May 1, 2021
1 parent 6c25396 commit 870ac8f
Show file tree
Hide file tree
Showing 60 changed files with 142 additions and 534 deletions.
2 changes: 1 addition & 1 deletion doc-requirements.in
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
Expand Down
10 changes: 5 additions & 5 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
alabaster==0.7.12
# via sphinx
astroid==2.5.2
astroid==2.5.6
# via sphinx-autoapi
babel==2.9.0
babel==2.9.1
# via sphinx
beautifulsoup4==4.9.3
# via
Expand All @@ -20,7 +20,7 @@ chardet==4.0.0
# via requests
docutils==0.16
# via sphinx
furo==2021.3.20b30
git+git://github.com/flyteorg/furo@main
# via -r doc-requirements.in
idna==2.10
# via requests
Expand Down Expand Up @@ -59,7 +59,7 @@ snowballstemmer==2.1.0
# via sphinx
soupsieve==2.2.1
# via beautifulsoup4
sphinx-autoapi==1.7.0
sphinx-autoapi==1.8.1
# via -r doc-requirements.in
sphinx-code-include==1.1.1
# via -r doc-requirements.in
Expand All @@ -71,7 +71,7 @@ sphinx-prompt==1.4.0
# via -r doc-requirements.in
sphinx-tabs==2.1.0
# via -r doc-requirements.in
sphinx==3.5.3
sphinx==3.5.4
# via
# -r doc-requirements.in
# furo
Expand Down
91 changes: 0 additions & 91 deletions rsts/_static/custom.css

This file was deleted.

9 changes: 0 additions & 9 deletions rsts/community/compare.rst

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 18 additions & 0 deletions rsts/concepts/basics.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.. _basics:

######
Basics
######

.. NOTE::

Coming soon 🛠

.. toctree::
:maxdepth: 1
:name: Basics

flyte_ui
flyte_cli
deployment_options
glossary
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions rsts/concepts/control_plane.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
################
Control Plane
################

.. toctree::
:maxdepth: 1

projects
domains
admin
admin_service
registration
console
15 changes: 15 additions & 0 deletions rsts/concepts/core.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.. _divedeep:

############################
Core Concepts & Architecture
############################

.. toctree::
:maxdepth: 1
:name: Concepts & Architecture

overview
tasks
workflows_nodes
launchplans_schedules
architecture
File renamed without changes.
7 changes: 7 additions & 0 deletions rsts/concepts/deployment_options.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
###################################
Deployment options (Local & Remote)
###################################

.. NOTE::

Coming soon 🛠
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions rsts/concepts/execution_time.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
######################
Execution Time Details
######################

.. toctree::
:maxdepth: 1

executions
state_machine
execution_timeline
observability
dynamic_spec
catalog
customizable_resources
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions rsts/concepts/flyte_cli.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
##############
Flyte CLI
##############

.. NOTE::

Coming soon 🛠
7 changes: 7 additions & 0 deletions rsts/concepts/flyte_ui.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#################
Flyte UI
#################

.. NOTE::

Coming soon 🛠
12 changes: 12 additions & 0 deletions rsts/concepts/glossary.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
############
Glossary
############

.. glossary::

Memoization
Memoization ensures that a method doesn't run for the same inputs more than once by keeping a record of the results for the given inputs.

.. NOTE::

Coming soon 🛠
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions rsts/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@
pygments_style = "tango"
pygments_dark_style = "native"

html_css_files = [
"custom.css",
]

html_theme_options = {
"light_css_variables": {
"color-brand-primary": "#4300c9",
Expand Down
48 changes: 0 additions & 48 deletions rsts/dive_deep/index.rst

This file was deleted.

2 changes: 1 addition & 1 deletion rsts/howto/enable_and_use_schedules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Workflow Executor
-----------------
Scheduled events which trigger need to be handled by the workflow executor, which subscribes to triggered events from the SQS queue you've configured above.

.. CAUTION::
.. NOTE::

Failure to configure a workflow executor will result in all your scheduled events piling up silently without ever kicking off workflow executions.

Expand Down
2 changes: 1 addition & 1 deletion rsts/howto/execute_workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
How do I execute a workflow?
####################################

.. CAUTION::
.. NOTE::

Coming soon 🛠
2 changes: 1 addition & 1 deletion rsts/howto/fast_registration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
How do I use Fast Registration?
********************************

.. caution:: Experimental feature (beta)
.. NOTE:: Experimental feature (beta)

Are you frustrated by having to wait for an image build in order to test out simple code changes to your Flyte workflows? If you're interested in reducing to your iteration cycle to mere seconds, read on below.

Expand Down
2 changes: 1 addition & 1 deletion rsts/howto/install_sdk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ All Flytekiplugins are also published to pypi as independent libraries and can b
How to install Flytekit Java?
#################################

.. CAUTION::
.. NOTE::

Coming soon 🛠
2 changes: 1 addition & 1 deletion rsts/howto/interruptible.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ Most Flyte workloads should be good candidates for spot instances. If your task
How to recover from interruptions?
===================================

.. CAUTION::
.. NOTE::

Coming soon 🛠
4 changes: 2 additions & 2 deletions rsts/howto/new_project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ How do I create/register a new project?
Using flytectl
---------------

.. CAUTION::
.. NOTE::

Coming soon 🛠

Expand All @@ -27,6 +27,6 @@ If you refresh your console you'll see your new project appear!
FlyteAdmin API reference
-------------------------

.. CAUTION::
.. NOTE::

Coming soon 🛠
2 changes: 1 addition & 1 deletion rsts/howto/performance/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
How do I optimize performance of my Flyte Deployment?
######################################################

.. CAUTION::
.. NOTE::

Coming soon 🛠
2 changes: 1 addition & 1 deletion rsts/howto/resource_manager/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
How do I enable and configure resource manager?
#################################################

.. CAUTION::
.. NOTE::

Coming soon 🛠
2 changes: 1 addition & 1 deletion rsts/howto/resource_quota.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
How do I limit resources per project/domain?
###############################################

.. CAUTION::
.. NOTE::

Coming soon 🛠
Loading

0 comments on commit 870ac8f

Please sign in to comment.