Skip to content

Commit

Permalink
[DOCS] Moving images from index.rst for master (#24798)
Browse files Browse the repository at this point in the history
Moved images included in index.rst article to articles_en/assets folder.
  • Loading branch information
msmykx-intel committed May 31, 2024
1 parent ee0a025 commit 3ffac36
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/sphinx_setup/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Check out the `OpenVINO Cheat Sheet. <https://docs.openvino.ai/2024/_static/down
|
|
.. image:: ./_static/images/openvino-overview-diagram.jpg
.. image:: ./assets/images/openvino-overview-diagram.jpg
:align: center
:alt: openvino diagram

Expand All @@ -70,7 +70,7 @@ Places to Begin
:class-container: ov-homepage-higlight-grid

.. grid-item-card:: Installation
:img-top: ./_static/images/home_begin_tile_01.png
:img-top: ./assets/images/home_begin_tile_01.png
:class-card: homepage_begin_tile
:shadow: none

Expand All @@ -83,7 +83,7 @@ Places to Begin
Get Started

.. grid-item-card:: Performance Benchmarks
:img-top: ./_static/images/home_begin_tile_02.png
:img-top: ./assets/images/home_begin_tile_02.png
:class-card: homepage_begin_tile
:shadow: none

Expand All @@ -96,7 +96,7 @@ Places to Begin
View data

.. grid-item-card:: Framework Compatibility
:img-top: ./_static/images/home_begin_tile_03.png
:img-top: ./assets/images/home_begin_tile_03.png
:class-card: homepage_begin_tile
:shadow: none

Expand All @@ -109,7 +109,7 @@ Places to Begin
Load your model

.. grid-item-card:: Easy Deployment
:img-top: ./_static/images/home_begin_tile_04.png
:img-top: ./assets/images/home_begin_tile_04.png
:class-card: homepage_begin_tile
:shadow: none

Expand All @@ -122,7 +122,7 @@ Places to Begin
Run Inference

.. grid-item-card:: Serving at scale
:img-top: ./_static/images/home_begin_tile_05.png
:img-top: ./assets/images/home_begin_tile_05.png
:class-card: homepage_begin_tile
:shadow: none

Expand All @@ -135,7 +135,7 @@ Places to Begin
Try it out

.. grid-item-card:: Model Compression
:img-top: ./_static/images/home_begin_tile_06.png
:img-top: ./assets/images/home_begin_tile_06.png
:class-card: homepage_begin_tile
:shadow: none

Expand All @@ -157,28 +157,28 @@ Key Features
:class-container: homepage_begin_container

.. grid-item-card:: Model Compression
:img-top: ./_static/images/home_key_feature_01.png
:img-top: ./assets/images/home_key_feature_01.png
:class-card: homepage_begin_key
:shadow: none

You can either link directly with OpenVINO Runtime to run inference locally or use OpenVINO Model Server to serve model inference from a separate server or within Kubernetes environment.

.. grid-item-card:: Fast & Scalable Deployment
:img-top: ./_static/images/home_key_feature_02.png
:img-top: ./assets/images/home_key_feature_02.png
:class-card: homepage_begin_key
:shadow: none

Write an application once, deploy it anywhere, achieving maximum performance from hardware. Automatic device discovery allows for superior deployment flexibility. OpenVINO Runtime supports Linux, Windows and MacOS and provides Python, C++ and C API. Use your preferred language and OS.

.. grid-item-card:: Lighter Deployment
:img-top: ./_static/images/home_key_feature_03.png
:img-top: ./assets/images/home_key_feature_03.png
:class-card: homepage_begin_key
:shadow: none

Designed with minimal external dependencies reduces the application footprint, simplifying installation and dependency management. Popular package managers enable application dependencies to be easily installed and upgraded. Custom compilation for your specific model(s) further reduces final binary size.

.. grid-item-card:: Enhanced App Start-Up Time
:img-top: ./_static/images/home_key_feature_04.png
:img-top: ./assets/images/home_key_feature_04.png
:class-card: homepage_begin_key
:shadow: none

Expand Down

0 comments on commit 3ffac36

Please sign in to comment.