Skip to content

Commit

Permalink
Introduction updated (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketan Umare authored Nov 20, 2019
1 parent 91e1a51 commit fdf84af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions rsts/index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
Flyte
=====

About Flyte

This is the public version of Flyte docs
Flyte is a structured programming and distributed processing platform created at Lyft that enables highly concurrent, scalable and maintainable workflows for machine learning and data processing.
Welcome to the documentation hub for Flyte.

.. toctree::
:maxdepth: 2
Expand Down
3 changes: 2 additions & 1 deletion rsts/introduction/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

Introduction
============
Flyte is a structured programming and distributed processing platform created at Lyft that enables highly concurrent, scalable and maintainable workflows for machine learning and data processing. Flyte consists of tasks as fundamental building blocks (like functions in functional programming) that can be linked together in a directed acyclic graph to form workflows (control flow specification). Flyte uses protocol buffers as the specification language to specify these workflows and tasks. The actual implementation of the task can be in any language as the tasks themselves are executed as containers. Flyte comes with Flytekit, a python SDK to develop applications on Flyte (authoring workflows, tasks etc). Want to learn more, Read ON!


Flyte description

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit fdf84af

Please sign in to comment.