From 941f23a519fde9ecc08c3b4cb283ef17f03cc3f7 Mon Sep 17 00:00:00 2001 From: Karol Blaszczak Date: Fri, 24 Mar 2023 14:33:29 +0100 Subject: [PATCH] [DOCS] minor fix for content and config 22.3 (#16530) --- docs/_templates/layout.html | 2 +- docs/install_guides/configurations-for-ivad-vpu.md | 2 +- docs/install_guides/installing-openvino-overview.md | 5 +++-- docs/install_guides/installing-openvino-pip.md | 4 +++- docs/requirements.txt | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index a6c09dd1d15..2e57d7aad2b 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -18,7 +18,7 @@ {% block docs_navbar %} {{ super() }}
-

OpenVINO 2022.1 introduces a new version of OpenVINO API (API 2.0). For more information on the changes and transition steps, see the transition guide

+

OpenVINO 2022.1 has introduced OpenVINO API 2.0. For more information on transition steps from the previous API, see the transition guide

diff --git a/docs/install_guides/configurations-for-ivad-vpu.md b/docs/install_guides/configurations-for-ivad-vpu.md index 48349737b93..b67220e59f0 100644 --- a/docs/install_guides/configurations-for-ivad-vpu.md +++ b/docs/install_guides/configurations-for-ivad-vpu.md @@ -21,7 +21,7 @@ For troubleshooting issues, please see the [Troubleshooting Guide](troubleshooti For Intel® Vision Accelerator Design with Intel® Movidius™ VPUs, the following additional installation steps are required. -> **NOTE**: If you installed OpenVINO™ Runtime to the non-default install directory, replace `/opt/intel` with the directory in which you installed the software. +> **NOTE**: If you have installed OpenVINO™ Runtime to the non-default install directory, replace `/opt/intel` with the proper path. 1. Set the environment variables: ```sh diff --git a/docs/install_guides/installing-openvino-overview.md b/docs/install_guides/installing-openvino-overview.md index 2711e9a49fd..3728c9c517d 100644 --- a/docs/install_guides/installing-openvino-overview.md +++ b/docs/install_guides/installing-openvino-overview.md @@ -13,7 +13,7 @@ @endsphinxdirective -Intel® Distribution of OpenVINO™ toolkit is a comprehensive toolkit for developing applications and solutions based on deep learning tasks, such as computer vision, automatic speech recognition, natural language processing, recommendation systems, and more. It provides high-performance and rich deployment options, from edge to cloud. Some of its advantages are: +Intel® Distribution of OpenVINO™ Toolkit is a comprehensive toolkit for developing applications and solutions based on deep learning tasks, such as computer vision, automatic speech recognition, natural language processing, recommendation systems, and more. It provides high-performance and rich deployment options, from edge to cloud. Some of its advantages are: * Enables CNN-based and transformer-based deep learning inference on the edge or cloud. * Supports various execution modes across Intel® technologies: Intel® CPU, Intel® Integrated Graphics, Intel® Discrete Graphics, Intel® Neural Compute Stick 2, and Intel® Vision Accelerator Design with Intel® Movidius™ VPUs. @@ -33,10 +33,11 @@ Intel® Distribution of OpenVINO™ toolkit is a comprehensive toolkit for devel @endsphinxdirective -OpenVINO installation package is distributed in two parts: OpenVINO Runtime and OpenVINO Development Tools. +OpenVINO installation package is distributed as two options: OpenVINO Runtime and OpenVINO Development Tools. * **OpenVINO Runtime** contains the core set of libraries for running machine learning model inference on processor devices. * **OpenVINO Development Tools** is a set of utilities for working with OpenVINO and OpenVINO models. It includes the following tools: + - OpenVINO Runtime - Model Optimizer - Post-Training Optimization Tool - Benchmark Tool diff --git a/docs/install_guides/installing-openvino-pip.md b/docs/install_guides/installing-openvino-pip.md index 3dc0306bcfa..504a76facd8 100644 --- a/docs/install_guides/installing-openvino-pip.md +++ b/docs/install_guides/installing-openvino-pip.md @@ -6,7 +6,9 @@ You can install both OpenVINO™ Runtime and OpenVINO Development Tools through .. note: - From the 2022.1 release, the OpenVINO™ Development Tools can only be installed via PyPI. See :doc:`Install OpenVINO Development Tools ` for detailed steps. + * If you install OpenVINO Development Tools, OpenVINO Runtime will also be installed as a dependency, so you don't need to install it separately. + * The PyPI distribution does not include support for VPU, VAD, and HDDL. For information on how to use these devices, + see :doc:`Additional Configurations For Hardware ` Installing OpenVINO Runtime diff --git a/docs/requirements.txt b/docs/requirements.txt index eb694be0f34..a9ca60de64d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -32,7 +32,7 @@ six==1.15.0 snowballstemmer==2.1.0 soupsieve==2.2.1 sphinx==4.5.0 -sphinx-copybutton==0.3.3 +sphinx-copybutton==0.5.1 sphinx-design==0.3.0 sphinx-inline-tabs==2021.8.17b10 sphinx-panels==0.6.0