diff --git a/docs/_static/css/homepage_style.css b/docs/_static/css/homepage_style.css index b463e70ef31..e22112ed98a 100644 --- a/docs/_static/css/homepage_style.css +++ b/docs/_static/css/homepage_style.css @@ -14,39 +14,41 @@ h1 { margin-bottom: 90px!important; } #ov-homepage-banner { - /*border: 1px solid var(--sd-color-primary);*/ - padding: 1rem; + padding: 2rem; background-color: #76CEFF; background-image: linear-gradient(346deg, #728EFA 0%, #76CEFF 50%, #BBE8BD 100%); + border-bottom: 5px solid #0068b5; } #ov-homepage-banner p:first-of-type { margin-top: 0; - margin-bottom: 3rem; + margin-bottom: 1rem; box-sizing: border-box; color: rgb(38, 38, 38); display: block; - font-family: sans-serif; - font-size: 36px; - font-weight: 400; - line-height: 41.4px; + font-size: 32px; + font-weight: bold; + line-height: 1em; text-align: left; } #ov-homepage-banner .line-block { - text-align: center; - padding-left: 30%; - color: #4000b7;; + text-align: left; + color: #000000; } .ov-homepage-banner-btn { transition: 0.7s; - background-color: var(--sd-color-primary); - margin-left: 2rem; - color: white!important; + font-weight: bold; + background-color: #0068b5; + color: #ffffff !important; } .ov-homepage-banner-btn:hover { background-color: white!important; color: var(--sd-color-primary)!important; } +#ov-homepage-banner > p:nth-child(3) { + margin-bottom: 0; +} .openvino-diagram { + margin-bottom: 3rem; } .ov-homepage-higlight-grid { diff --git a/docs/_static/js/graphs.js b/docs/_static/js/graphs.js index 46ffe5e0398..4ec945bcb81 100644 --- a/docs/_static/js/graphs.js +++ b/docs/_static/js/graphs.js @@ -1,8 +1,8 @@ // =================== GENERAL OUTPUT CONFIG ========================= const chartDisclaimers = { - Value: 'Value: Performance/(No_of_sockets * Price_of_CPU_dGPU), where prices are in USD as of December 2022.', - Efficiency: 'Efficiency: Performance/(No_of_sockets * TDP_of_CPU_dGPU), where total power dissipation (TDP) is in Watt as of December 2022.' + Value: 'Value: Performance/(No_of_sockets * Price_of_CPU_dGPU), where prices are in USD as of May 2023.', + Efficiency: 'Efficiency: Performance/(No_of_sockets * TDP_of_CPU_dGPU), where total power dissipation (TDP) is in Watt as of May 2023.' } const OVdefaultSelections = { diff --git a/docs/conf.py b/docs/conf.py index e1cbbd5c3fc..fd1e186b2fb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ sys.path.insert(0, os.path.abspath('doxyrest-sphinx')) # -- Project information ----------------------------------------------------- project = 'OpenVINO™' -copyright = '2022, Intel®' +copyright = '2023, Intel®' author = 'Intel®' language = 'en' diff --git a/docs/home.rst b/docs/home.rst index d55e1bfd90b..b7e4ff7ad65 100644 --- a/docs/home.rst +++ b/docs/home.rst @@ -27,7 +27,7 @@ :color: primary :outline: - GET STARTED + Get started diff --git a/docs/install_guides/installing-openvino-conda.md b/docs/install_guides/installing-openvino-conda.md index fad0a26be9a..37d83728f32 100644 --- a/docs/install_guides/installing-openvino-conda.md +++ b/docs/install_guides/installing-openvino-conda.md @@ -69,7 +69,6 @@ To reactivate your Conda environment, execute the following command: .. code-block:: sh - conda deactivate conda activate Replace with the name of your Conda environment. diff --git a/docs/install_guides/installing-openvino-from-archive-linux.md b/docs/install_guides/installing-openvino-from-archive-linux.md index 4e066095930..c35255d9dd9 100644 --- a/docs/install_guides/installing-openvino-from-archive-linux.md +++ b/docs/install_guides/installing-openvino-from-archive-linux.md @@ -49,19 +49,20 @@ See the `Release Notes `_, extract the files, rename the extracted folder and move it to the desired path: - .. tab:: Ubuntu 22.04 + .. tab:: x86_64 + + .. tab:: Ubuntu 22.04 + + .. code-block:: sh + + curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0/linux/l_openvino_toolkit_ubuntu22_2023.0.0.10926. b4452d56304_x86_64.tgz --output openvino_2023.0.0.tgz + tar -xf openvino_2023.0.0.tgz + sudo mv l_openvino_toolkit_ubuntu22_2023.0.0.10926.b4452d56304_x86_64 /opt/intel/openvino_2023.0.0 + + .. tab:: Ubuntu 20.04 + + .. code-block:: sh + + curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0/linux/l_openvino_toolkit_ubuntu20_2023.0.0.10926. b4452d56304_x86_64.tgz --output openvino_2023.0.0.tgz + tar -xf openvino_2023.0.0.tgz + sudo mv l_openvino_toolkit_ubuntu20_2023.0.0.10926.b4452d56304_x86_64 /opt/intel/openvino_2023.0.0 + + .. tab:: Ubuntu 18.04 + + .. code-block:: sh + + curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0/linux/l_openvino_toolkit_ubuntu18_2023.0.0.10926. b4452d56304_x86_64.tgz --output openvino_2023.0.0.tgz + tar -xf openvino_2023.0.0.tgz + sudo mv l_openvino_toolkit_ubuntu18_2023.0.0.10926.b4452d56304_x86_64 /opt/intel/openvino_2023.0.0 + + .. tab:: RHEL 8 + + .. code-block:: sh + + curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0/linux/l_openvino_toolkit_rhel8_2023.0.0.10926.b4452d56304_x86_64. tgz --output openvino_2023.0.0.tgz + tar -xf openvino_2023.0.0.tgz + sudo mv l_openvino_toolkit_rhel8_2023.0.0.10926.b4452d56304_x86_64 /opt/intel/openvino_2023.0.0 + + .. tab:: CentOS 7 + + .. code-block:: sh + + curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0/linux/l_openvino_toolkit_centos7_2023.0.0.10926. b4452d56304_x86_64.tgz --output openvino_2023.0.0.tgz + tar -xf openvino_2023.0.0.tgz + sudo mv l_openvino_toolkit_centos7_2023.0.0.10926.b4452d56304_x86_64 /opt/intel/openvino_2023.0.0 + + .. tab:: ARM 64-bit + .. code-block:: sh - curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0/linux/l_openvino_toolkit_ubuntu22_2023.0.0.10926.b4452d56304_x86_64.tgz --output openvino_2023.0.0.tgz - tar -xf openvino_2023.0.0.tgz - sudo mv l_openvino_toolkit_ubuntu22_2023.0.0.10926.b4452d56304_x86_64 /opt/intel/openvino_2023.0.0 - - .. tab:: Ubuntu 20.04 - + cd ~/Downloads/ + sudo wget https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0/linux/l_openvino_toolkit_debian9_2023.0.0.10926.b4452d56304_arm64. tgz -O openvino_2023.0.0.tgz + sudo tar -xf openvino_2023.0.0.tgz + sudo mv l_openvino_toolkit_debian9_2023.0.0.10926.b4452d56304_arm64 /opt/intel/openvino_2023.0.0 + + .. tab:: ARM 32-bit + .. code-block:: sh - curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0/linux/l_openvino_toolkit_ubuntu20_2023.0.0.10926.b4452d56304_x86_64.tgz --output openvino_2023.0.0.tgz - tar -xf openvino_2023.0.0.tgz - sudo mv l_openvino_toolkit_ubuntu20_2023.0.0.10926.b4452d56304_x86_64 /opt/intel/openvino_2023.0.0 + cd ~/Downloads/ + sudo wget https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0/linux/l_openvino_toolkit_debian9_2023.0.0.10926.b4452d56304_armhf. tgz -O openvino_2023.0.0.tgz + sudo tar -xf openvino_2023.0.0.tgz + sudo mv l_openvino_toolkit_debian9_2023.0.0.10926.b4452d56304_armhf /opt/intel/openvino_2023.0.0 - .. tab:: Ubuntu 18.04 - - .. code-block:: sh - - curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0/linux/l_openvino_toolkit_ubuntu18_2023.0.0.10926.b4452d56304_x86_64.tgz --output openvino_2023.0.0.tgz - tar -xf openvino_2023.0.0.tgz - sudo mv l_openvino_toolkit_ubuntu18_2023.0.0.10926.b4452d56304_x86_64 /opt/intel/openvino_2023.0.0 - - .. tab:: RHEL 8 - - .. code-block:: sh - - curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0/linux/l_openvino_toolkit_rhel8_2023.0.0.10926.b4452d56304_x86_64.tgz --output openvino_2023.0.0.tgz - tar -xf openvino_2023.0.0.tgz - sudo mv l_openvino_toolkit_rhel8_2023.0.0.10926.b4452d56304_x86_64 /opt/intel/openvino_2023.0.0 - - .. tab:: CentOS 7 - - .. code-block:: sh - - curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0/linux/l_openvino_toolkit_centos7_2023.0.0.10926.b4452d56304_x86_64.tgz --output openvino_2023.0.0.tgz - tar -xf openvino_2023.0.0.tgz - sudo mv l_openvino_toolkit_centos7_2023.0.0.10926.b4452d56304_x86_64 /opt/intel/openvino_2023.0.0 5. Install required system dependencies on Linux. To do this, OpenVINO provides a script in the extracted installation directory. Run the following command: - .. code-block:: sh - - cd /opt/intel/openvino_2023.0.0 - sudo -E ./install_dependencies/install_openvino_dependencies.sh + .. code-block:: sh + + cd /opt/intel/openvino_2023.0.0 + sudo -E ./install_dependencies/install_openvino_dependencies.sh 6. For simplicity, it is useful to create a symbolic link as below: diff --git a/docs/install_guides/installing-openvino-macos-header.md b/docs/install_guides/installing-openvino-macos-header.md index 737caaa9491..ba4239d640a 100644 --- a/docs/install_guides/installing-openvino-macos-header.md +++ b/docs/install_guides/installing-openvino-macos-header.md @@ -11,12 +11,14 @@ Using Conda Forge Using Homebrew + If you want to install OpenVINO™ Runtime on macOS, there are a few ways to accomplish this. We prepared following options for you: * :doc:`Install OpenVINO Runtime from an Archive File ` +* :doc:`Install OpenVINO from PyPI ` * :doc:`Install OpenVINO Runtime using Conda Forge ` * :doc:`Install OpenVINO Runtime via Homebrew ` -* :doc:`Install OpenVINO from PyPI ` + For a full selection of distribution channels, see the `OpenVINO Installation Selector Tool `__ diff --git a/docs/install_guides/installing-openvino-overview.md b/docs/install_guides/installing-openvino-overview.md index 4e4fc3f2405..ad4c5bbb5d6 100644 --- a/docs/install_guides/installing-openvino-overview.md +++ b/docs/install_guides/installing-openvino-overview.md @@ -62,7 +62,6 @@ The following methods are available to install OpenVINO Runtime: * Linux: You can install OpenVINO Runtime using APT, YUM, archive files or Docker. See :doc:`Install OpenVINO on Linux `. * Windows: You can install OpenVINO Runtime using archive files or Docker. See :doc:`Install OpenVINO on Windows `. * macOS: You can install OpenVINO Runtime using archive files or Docker. See :doc:`Install OpenVINO on macOS `. -* :doc:`Raspbian OS ` Option 3. Build OpenVINO from source ++++++++++++++++++++++++++++++++++++ diff --git a/docs/install_guides/installing-openvino-raspbian.md b/docs/install_guides/installing-openvino-raspbian-removedfromtoc.md similarity index 94% rename from docs/install_guides/installing-openvino-raspbian.md rename to docs/install_guides/installing-openvino-raspbian-removedfromtoc.md index 21a92451176..c63059713e6 100644 --- a/docs/install_guides/installing-openvino-raspbian.md +++ b/docs/install_guides/installing-openvino-raspbian-removedfromtoc.md @@ -1,4 +1,4 @@ -# Install OpenVINO™ Runtime for Raspbian OS {#openvino_docs_install_guides_installing_openvino_raspbian} +# Install OpenVINO™ Runtime for Raspbian OS @sphinxdirective @@ -27,8 +27,9 @@ Development and Target Systems Step 1: Download and Install OpenVINO Runtime ############################################# -#. Open the Terminal or your preferred console application. -#. Create an installation folder for OpenVINO. If the folder already exists, skip this step. + +1. Open the Terminal or your preferred console application. +2. Create an installation folder for OpenVINO. If the folder already exists, skip this step. .. code-block:: sh @@ -38,7 +39,7 @@ Step 1: Download and Install OpenVINO Runtime The ``/opt/intel`` path is the recommended folder path for administrators or root users. If you prefer to install OpenVINO in regular userspace, the recommended path is ``/home//intel``. You may use a different path if desired. -#. Go to your ``~/Downloads`` directory and download OpenVINO Runtime archive file for Debian from `OpenVINO package repository `_. +3. Go to your ``~/Downloads`` directory and download OpenVINO Runtime archive file for Debian from `OpenVINO package repository `_. .. tab:: ARM 64-bit @@ -54,7 +55,7 @@ Step 1: Download and Install OpenVINO Runtime cd ~/Downloads/ sudo wget https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0/linux/l_openvino_toolkit_debian9_2023.0.0.10926.b4452d56304_armhf.tgz -O openvino_2023.0.0.tgz -#. Extract the archive file and move it to the installation folder: +4. Extract the archive file and move it to the installation folder: .. tab:: ARM 64-bit @@ -70,13 +71,14 @@ Step 1: Download and Install OpenVINO Runtime sudo tar -xf openvino_2023.0.0.tgz sudo mv l_openvino_toolkit_debian9_2023.0.0.10926.b4452d56304_armhf /opt/intel/openvino_2023.0.0 -#. Install required system dependencies on Linux. To do this, OpenVINO provides a script in the extracted installation directory. Run the following command: + +5. Install required system dependencies on Linux. To do this, OpenVINO provides a script in the extracted installation directory. Run the following command: .. code-block:: sh sudo -E ./install_dependencies/install_openvino_dependencies.sh -#. For simplicity, it is useful to create a symbolic link as below: +6. For simplicity, it is useful to create a symbolic link as below: .. code-block:: sh diff --git a/docs/install_guides/installing-openvino-runtime.md b/docs/install_guides/installing-openvino-runtime.md index 60e7b97cd38..dcbd414a543 100644 --- a/docs/install_guides/installing-openvino-runtime.md +++ b/docs/install_guides/installing-openvino-runtime.md @@ -9,7 +9,6 @@ Linux Windows macOS - Raspbian OS You can choose how to install OpenVINO™ Runtime according to your operating system: @@ -17,7 +16,6 @@ You can choose how to install OpenVINO™ Runtime according to your operating sy * :doc:`Install OpenVINO Runtime on Linux ` * :doc:`Install OpenVINO Runtime on Windows ` * :doc:`Install OpenVINO Runtime on macOS ` -* :doc:`Install OpenVINO Runtime on Raspbian OS ` Enjoy your journey with OpenVINO.