From c572e9469d10c28972afe67be562af66457a347f Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Tue, 22 Mar 2022 12:18:31 +0300 Subject: [PATCH] Fixed more indentations --- .../deployment/deployment-manager-tool.md | 79 ++++++++++--------- .../install_guides/installing-openvino-apt.md | 14 ++-- 2 files changed, 48 insertions(+), 45 deletions(-) diff --git a/docs/OV_Runtime_UG/deployment/deployment-manager-tool.md b/docs/OV_Runtime_UG/deployment/deployment-manager-tool.md index 19829fc53e1943..67435eb316fd16 100644 --- a/docs/OV_Runtime_UG/deployment/deployment-manager-tool.md +++ b/docs/OV_Runtime_UG/deployment/deployment-manager-tool.md @@ -38,28 +38,29 @@ There are two ways to create a deployment package that includes inference-relate Interactive mode provides a user-friendly command-line interface that will guide you through the process with text prompts. 1. To launch the Deployment Manager in interactive mode, open a new terminal window, go to the Deployment Manager tool directory and run the tool script without parameters: - @sphinxdirective - .. tab:: Linux +@sphinxdirective - .. code-block:: sh +.. tab:: Linux - cd /tools/deployment_manager - ./deployment_manager.py + .. code-block:: sh - .. tab:: Windows + cd /tools/deployment_manager + ./deployment_manager.py - .. code-block:: bat +.. tab:: Windows - cd \tools\deployment_manager - .\deployment_manager.py + .. code-block:: bat - .. tab:: macOS + cd \tools\deployment_manager + .\deployment_manager.py + +.. tab:: macOS - .. code-block:: sh + .. code-block:: sh - cd /tools/deployment_manager - ./deployment_manager.py + cd /tools/deployment_manager + ./deployment_manager.py @endsphinxdirective @@ -160,27 +161,28 @@ To deploy the OpenVINO Runtime components from the development machine to the ta 1. Copy the generated archive to the target system using your preferred method. 2. Unpack the archive into the destination directory on the target system (if your archive name is different from the default shown below, replace the `openvino_deployment_package` with the name you use). - @sphinxdirective - .. tab:: Linux +@sphinxdirective - .. code-block:: sh +.. tab:: Linux - tar xf openvino_deployment_package.tar.gz -C + .. code-block:: sh - .. tab:: Windows + tar xf openvino_deployment_package.tar.gz -C - .. code-block:: bat +.. tab:: Windows - Use the archiver of your choice to unzip the file. + .. code-block:: bat - .. tab:: macOS + Use the archiver of your choice to unzip the file. - .. code-block:: sh +.. tab:: macOS - tar xf openvino_deployment_package.tar.gz -C + .. code-block:: sh - @endsphinxdirective + tar xf openvino_deployment_package.tar.gz -C + +@endsphinxdirective The package is unpacked to the destination directory and the following files and subdirectories are created: @@ -196,29 +198,30 @@ To deploy the OpenVINO Runtime components from the development machine to the ta ``` 4. Set up the environment variables: - @sphinxdirective - .. tab:: Linux +@sphinxdirective + +.. tab:: Linux - .. code-block:: sh + .. code-block:: sh - cd /openvino/ - source ./setupvars.sh + cd /openvino/ + source ./setupvars.sh - .. tab:: Windows +.. tab:: Windows - .. code-block:: bat + .. code-block:: bat - cd \openvino\ - .\setupvars.bat + cd \openvino\ + .\setupvars.bat - .. tab:: macOS +.. tab:: macOS - .. code-block:: sh + .. code-block:: sh - cd /openvino/ - source ./setupvars.sh + cd /openvino/ + source ./setupvars.sh - @endsphinxdirective +@endsphinxdirective You have now finished the deployment of the OpenVINO Runtime components to the target system. diff --git a/docs/install_guides/installing-openvino-apt.md b/docs/install_guides/installing-openvino-apt.md index 452979dc0e4d29..36fdc89aed437c 100644 --- a/docs/install_guides/installing-openvino-apt.md +++ b/docs/install_guides/installing-openvino-apt.md @@ -34,19 +34,19 @@ The complete list of supported hardware is available in the [Release Notes](http 2. Add the repository via the following command: @sphinxdirective - .. tab:: Ubuntu 18 +.. tab:: Ubuntu 18 - .. code-block:: sh + .. code-block:: sh - echo "deb https://apt.repos.intel.com/openvino/2022 bionic main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2022.list + echo "deb https://apt.repos.intel.com/openvino/2022 bionic main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2022.list - .. tab:: Ubuntu 20 +.. tab:: Ubuntu 20 - .. code-block:: sh + .. code-block:: sh - echo "deb https://apt.repos.intel.com/openvino/2022 focal main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2022.list + echo "deb https://apt.repos.intel.com/openvino/2022 focal main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2022.list - @endsphinxdirective +@endsphinxdirective 3. Update the list of packages via the update command: