Skip to content

Commit

Permalink
Embedding intro video in docs (#4337)
Browse files Browse the repository at this point in the history
* embedding intro video to docs

* using relative link

* forgot to add dependency to requirements.txt
  • Loading branch information
edshee authored Sep 22, 2022
1 parent 0f82243 commit 1c80efc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Seldon Core: Blazing Fast, Industry-Ready ML
An open source platform to deploy your machine learning models on Kubernetes at massive scale.

![](https://raw.githubusercontent.com/SeldonIO/seldon-core/master/doc/source/images/core-logo-small.png)
[![video_play_icon](doc/source/images/core-play-logo.png)](https://www.youtube.com/watch?v=5Q-03We8aDE)

## Overview

Expand Down
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sphinx-autodoc-typehints>=1.6.0
readthedocs-sphinx-search==0.1.0
sphinx-panels==0.6.0
sphinx_material==0.0.32
sphinxcontrib-youtube==1.2.0
m2r2>=0.2.5
sphinxcontrib-apidoc>=0.3.0
nbsphinx>=0.4.2
Expand Down
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"sphinx_search.extension",
"sphinx_copybutton",
"sphinx_panels",
"sphinxcontrib.youtube"
]

# Copybutton regex to pick up bash, jupyter, python etc.. (not needed if we standardise)
Expand Down
Binary file added doc/source/images/core-play-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Seldon core converts your ML models (Tensorflow, Pytorch, H2o, etc.) or language

Seldon handles scaling to thousands of production machine learning models and provides advanced machine learning capabilities out of the box including Advanced Metrics, Request Logging, Explainers, Outlier Detectors, A/B Tests, Canaries and more.

.. youtube:: 5Q-03We8aDE
:width: 100%


Quick Links
-----------

Expand Down

0 comments on commit 1c80efc

Please sign in to comment.