Skip to content

Commit

Permalink
Updated docs (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumare3 committed Feb 8, 2021
1 parent 71c830e commit 8003615
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
![Flyte Logo](images/flyte_lockup_gradient_on_light.png "Flyte Logo")
![Flyte Logo](rsts/images/flyte_lockup_gradient_on_light.png "Flyte Logo")

[![Current Release](https://img.shields.io/github/release/lyft/flyte.svg)](https://github.com/lyft/flyte/releases/latest)
[![Build Status](https://travis-ci.org/lyft/flyte.svg?branch=master)](https://travis-ci.org/lyft/flyte)
[![License](https://img.shields.io/badge/LICENSE-Apache2.0-ff69b4.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
![Commit activity](https://img.shields.io/github/commit-activity/w/lyft/flyte.svg?style=plastic)
![Commit since last release](https://img.shields.io/github/commits-since/lyft/flyte/latest.svg?style=plastic)
![GitHub milestones Completed](https://img.shields.io/github/milestones/closed/lyft/flyte?style=plastic)
![GitHub next milestone percentage](https://img.shields.io/github/milestones/progress-percent/lyft/flyte/10?style=plastic)
![GitHub next milestone percentage](https://img.shields.io/github/milestones/progress-percent/lyft/flyte/11?style=plastic)
![Twitter Follow](https://img.shields.io/twitter/follow/flyteorg?label=Follow&style=social)
[![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://forms.gle/UVuek9WfBoweiqcJA)

Expand Down
6 changes: 3 additions & 3 deletions rsts/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_logo = "flyte_lockup_on_dark.png"
html_logo = "images/flyte_circle_gradient_1_4x4.png"
html_static_path = []
html_theme = "sphinx_material"
html_theme_options = {
Expand All @@ -107,12 +107,12 @@
"google_analytics_account": "G-YQL24L5CKY",
# Specify a base_url used to generate sitemap.xml. If not
# specified, then no sitemap will be built.
"base_url": "https://github.com/lyft/flyte",
"base_url": "https://github.com/flyteorg/flyte",
# Set the color and the accent color
"color_primary": "deep-purple",
"color_accent": "blue",
# Set the repo location to get a badge with stats
"repo_url": "https://github.com/lyft/flyte/",
"repo_url": "https://github.com/flyteorg/flyte/",
"repo_name": "flyte",
# Visible levels of the global TOC; -1 means unlimited
"globaltoc_depth": 1,
Expand Down
Binary file added rsts/images/flyte_circle_gradient_1_4x4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
3 changes: 3 additions & 0 deletions rsts/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Flyte
=====

.. image:: images/flyte_lockup_gradient_on_light.png

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.

Expand All @@ -26,6 +28,7 @@ Welcome to the documentation hub for Flyte.
:maxdepth: 1
:name: sourcecodedocstoc

Flyte Core Language Specification (FlyteIDL) <https://flyte.readthedocs.io/projects/flyteidl/en/latest/>
Flytekit Python <https://flyte.readthedocs.io/projects/flytekit/en/master/>
Flytekit JAVA <https://github.com/spotify/flytekit-java>
FlytePropeller <https://pkg.go.dev/mod/github.com/lyft/flytepropeller>
Expand Down

0 comments on commit 8003615

Please sign in to comment.