Updating installation guide structure for 22/1 (#10343)

* Add Overview page

* update overview

* update install dev tools page

* Revert "Add Overview page"

* create overview page

* update movidius setup guide

* split the configurations for linux part to a separate topi

* split the general configurations for linux to a separate topic

* create a separate topic for configurations for vpu on windows

* create a separate topic on configurating gpu

* create a separate topic for configurations for ncs2

* update structure

* update structure

* update structure

* restructure

* update overview

* update

* update according to comments

* update structure

* update the structure

* correct naming

* correct naming

* update trademark symbol

* remove .bak file

* update

* test formatting

* update

* update

* fix errors

* add a leading sentence for GPU configurations

* update structure

* delete redundant files

* Update docs/install_guides/configurations-for-intel-gpu.md

Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com>

* Update docs/install_guides/configurations-for-ncs2.md

Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com>

* Update docs/install_guides/installing-openvino-config-ivad-vpu.md

Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com>

* fix formatting

* fix errors

* fix errors

* fix errors

Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com>
This commit is contained in:
Yuan Xu
2022-02-18 19:47:00 +03:00
committed by GitHub
co-authored by Sergey Lyubimtsev
parent d2177cf177
commit c9bfd3bf8b
20 changed files with 373 additions and 124 deletions
+36 -26
View File
@@ -5,31 +5,30 @@
.. toctree::
:maxdepth: 1
:hidden:
:caption: Install Intel® Distribution of OpenVINO™ Toolkit
:caption: Install OpenVINO
Overview <openvino_docs_install_guides_installing_openvino_images>
Linux <openvino_docs_install_guides_installing_openvino_linux_header>
Windows <openvino_docs_install_guides_installing_openvino_windows_header>
macOS <openvino_docs_install_guides_installing_openvino_macos>
Raspbian OS <openvino_docs_install_guides_installing_openvino_raspbian>
PIP<openvino_docs_install_guides_installing_openvino_pip>
Docker with DL Workbench <workbench_docs_Workbench_DG_Run_Locally>
Conda <openvino_docs_install_guides_installing_openvino_conda>
Yocto <openvino_docs_install_guides_installing_openvino_yocto>
Install OpenVINO Model Development Tools <installing_model_dev_tools>
Overview <openvino_docs_install_guides_overview>
Install OpenVINO Runtime <openvino_docs_install_guides_install_runtime>
Install OpenVINO Development Tools <openvino_docs_install_guides_install_dev_tools>
Build from Source <https://github.com/openvinotoolkit/openvino/wiki/BuildingCode>
Create a Yocto Image <openvino_docs_install_guides_installing_openvino_yocto>
Uninstalling <openvino_docs_install_guides_uninstalling_openvino>
.. toctree::
:maxdepth: 1
:hidden:
:caption: Configure Intel® Distribution of OpenVINO™ Toolkit
:caption: Additional Configurations
Intel® Vision Accelerator Design with Intel® Movidius™ VPUs on Linux Setup Guide <openvino_docs_install_guides_installing_openvino_linux_ivad_vpu>
Intel® Vision Accelerator Design with Intel® Movidius™ VPUs on Windows Setup Guide <openvino_docs_install_guides_installing_openvino_windows_ivad_vpu>
IEI Mustang-V100-MX8-R10 Card Setup Guide <openvino_docs_install_guides_movidius_setup_guide>
Intel® GPU Setup Guide <openvino_docs_install_guides_gpu_setup_guide>
Intel® Neural Compute Stick 2 Setup Guide <openvino_docs_install_guides_ncs2_setup_guide>
Configurations for GPU <openvino_docs_install_guides_configurations_for_intel_gpu>
Configurations for NCS2 <openvino_docs_install_guides_configurations_for_ncs2>
Configurations for VPU <openvino_docs_install_guides_installing_openvino_ivad_vpu>
.. toctree::
:maxdepth: 1
:hidden:
:caption: Troubleshooting
Troubleshooting Guide <openvino_docs_get_started_guide_troubleshooting>
.. toctree::
:maxdepth: 1
@@ -46,24 +45,35 @@
openvino_docs_IE_DG_Samples_Overview
@endsphinxdirective
@sphinxdirective
.. raw:: html
<link rel="stylesheet" type="text/css" href="_static/css/getstarted_style.css">
<p id="GSG_introtext">To get started with OpenVINO, the first thing to do is to actually install it. If you haven't done it yet, choose the installation type that best suits your needs and follow the instructions:<br />
<a href="openvino_docs_install_guides_installing_openvino_linux.html" >Install<br /> Package </a>
<a href="openvino_docs_install_guides_installing_openvino_images.html" >Install from <br /> images or repositories</a>
<p>To get started with OpenVINO, the first thing to do is to actually install it. You can get an <a href="openvino_docs_install_guides_overview.html" >overview</a> of what installation options we provide and start from there. </p>
<p id="GSG_introtext">If you already have enough information, you can also choose the installation type that best suits your needs from one of the options below:<br />
<a href="openvino_docs_install_guides_install_runtime.html" >Install <br />OpenVINO Runtime </a>
<a href="openvino_docs_install_guides_install_dev_tools.html" >Install OpenVINO <br />Development Tools</a>
<a href="https://github.com/openvinotoolkit/openvino/wiki/BuildingCode" >Build <br /> from source</a>
</p>
<div style="clear:both;"> </div>
<p>With OpenVINO installed, you are ready to run your first inference and learn the workflow. <br /> Here is a set of hands-on demonstrations of various complexity levels to guide you through the process: from performing sample inference with just one command, to running code samples, demo application or Jupyter notebooks. If you prefer working with GUI, you can also get started with the DL Workbench application. This way you can choose the right level for you.<br /></p>
<div style="clear:both;"> </div>
<p>If you are using Intel® Processor Graphics, Intel® Vision Accelerator Design with Intel® Movidius™ VPUs or Intel® Neural Compute Stick 2, please check the additional configurations for them accordingly: <a href="openvino_docs_install_guides_configurations_for_intel_gpu.html" >Configurations for GPU</a>, <a href="openvino_docs_install_guides_installing_openvino_ivad_vpu.html" >Configurations for VPU</a> or <a href="openvino_docs_install_guides_configurations_for_ncs2.html" >Configurations for NCS2</a>.
</p>
<p>With OpenVINO installed, you are ready to run your first inference and learn the workflow. <br /> Here is a set of hands-on demonstrations of various complexity levels to guide you through the process: from performing sample inference with just one command, to running code samples, demo application or Jupyter notebooks. If you prefer working with GUI, you can also get started with the DL Workbench application. This way you can choose the right level for you.<br /></p>
<h3>Choose how you want to progress:</h3>
<div id="GSG_nextstepchoice">
<a href="openvino_docs_get_started_get_started_scripts.html" >
<h4>One-command demo </h4>
<p>Execute just one command and watch all the steps happening before your eyes. </p>
</a>
<a href="openvino_docs_get_started_get_started_demos.html" >
<h4>Step-by-step demo </h4>
<p>Follow the step-by-step instructions to execute simple tasks with OpenVINO. </p>
@@ -90,5 +100,5 @@
</a>
</div>
<div style="clear:both;"> </div>
@endsphinxdirective