forked from flyteorg/flytekit
-
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 flytekit docs theme, fix index links (flyteorg#439)
* update flytekit docs theme, fix index links Signed-off-by: cosmicBboy <[email protected]> * add readthedocs sphinx search Signed-off-by: cosmicBboy <[email protected]> * update flyteidl link Signed-off-by: cosmicBboy <[email protected]> * update overview and homepage Signed-off-by: cosmicBboy <[email protected]> * address comments @wild-endeavor Signed-off-by: cosmicBboy <[email protected]> * update ipykernel Signed-off-by: cosmicBboy <[email protected]> * add community link Signed-off-by: cosmicBboy <[email protected]> Signed-off-by: Max Hoffman <[email protected]>
- Loading branch information
1 parent
2f05198
commit 438c5f0
Showing
14 changed files
with
179 additions
and
102 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
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,6 +1,8 @@ | ||
.[all] | ||
-e file:.#egg=flytekit | ||
|
||
furo | ||
readthedocs-sphinx-search | ||
sphinx | ||
sphinx-gallery | ||
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 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,33 @@ | ||
h1, h2, h3, h4, h5, h6 { | ||
font-weight: bold; | ||
} | ||
|
||
.sidebar-logo { | ||
max-width: 30%; | ||
} | ||
|
||
|
||
.sidebar-tree .reference.external:after { | ||
content: none; | ||
} | ||
|
||
div.sphx-glr-download a { | ||
color: #4300c9; | ||
background-color: rgb(241, 241, 241); | ||
background-image: none; | ||
border: 1px solid rgb(202, 202, 202); | ||
} | ||
|
||
div.sphx-glr-download a:hover { | ||
background-color: rgb(230, 230, 230); | ||
box-shadow: none; | ||
} | ||
|
||
div.sphx-glr-thumbcontainer a.headerlink { | ||
display: none; | ||
} | ||
|
||
div.sphx-glr-thumbcontainer:hover { | ||
border-color: white; | ||
box-shadow: none; | ||
} |
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,18 @@ | ||
<a class="sidebar-brand{% if logo %} centered{% endif %}" href="{{ home_page }}"> | ||
{% block brand_content %} | ||
{%- if logo %} | ||
<div class="sidebar-logo-container"> | ||
<img class="sidebar-logo" src="{{ pathto('_static/' + logo, 1) }}" alt="Logo"/> | ||
</div> | ||
{%- endif %} | ||
{%- if theme_light_logo and theme_dark_logo %} | ||
<div class="sidebar-logo-container"> | ||
<img class="sidebar-logo only-light" src="{{ pathto('_static/' + theme_light_logo, 1) }}" alt="Light Logo"/> | ||
<img class="sidebar-logo only-dark" src="{{ pathto('_static/' + theme_dark_logo, 1) }}" alt="Dark Logo"/> | ||
</div> | ||
{%- endif %} | ||
{% if not theme_sidebar_hide_name %} | ||
<span class="sidebar-brand-text">{{ docstitle }}</span> | ||
{%- endif %} | ||
{% endblock brand_content %} | ||
</a> |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.. _design-models: | ||
|
||
###################### | ||
Flytekit Model Files | ||
Model Files | ||
###################### | ||
|
||
*********** | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.