[DOCS] minor fix for content and config (#16538)
This commit is contained in:
parent
5a8a195dad
commit
953a166a62
4
docs/_static/images/BASIC_FLOW_IE_C.svg
vendored
4
docs/_static/images/BASIC_FLOW_IE_C.svg
vendored
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a50bd923023c4cec3781476f9c8ced19150b5fd2c2c143166604b51655e13768
|
||||
size 50623
|
||||
oid sha256:ccc7704d2a27f7491729767443f3d2bdd0ccc930f16fde631a7f9c67d158297a
|
||||
size 71369
|
||||
|
3
docs/_templates/layout.html
vendored
3
docs/_templates/layout.html
vendored
@ -18,10 +18,11 @@
|
||||
{% block docs_navbar %}
|
||||
{{ super() }}
|
||||
<div id="info-banner" class="transition-banner">
|
||||
<p>OpenVINO 2022.1 introduces a new version of OpenVINO API (API 2.0). For more information on the changes and transition steps, see the <a href="https://docs.openvino.ai/latest/openvino_2_0_transition_guide.html">transition guide</a></p>
|
||||
<p>OpenVINO 2022.1 has introduced OpenVINO API 2.0. For more information on transition steps from the previous API, see the <a href="https://docs.openvino.ai/latest/openvino_2_0_transition_guide.html">transition guide</a></p>
|
||||
<button type="button" class="close-banner" onclick="closeTransitionBanner()">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
<script src="{{ pathto('_static/js/hide_banner.js', 1) }}"></script>
|
||||
{% endblock %}
|
||||
|
||||
|
@ -9,18 +9,15 @@ This guide provides steps for creating a Docker image with Intel® Distribution
|
||||
System Requirements
|
||||
####################
|
||||
|
||||
|
||||
.. tab:: Target Operating System with Python Versions
|
||||
|
||||
.. list-table::
|
||||
:header-rows: 1
|
||||
|
||||
* - Operating System
|
||||
- Supported Python Version
|
||||
* - Windows Server Core base LTSC 2019
|
||||
- 3.8
|
||||
* - Windows 10, version 20H2
|
||||
- 3.8
|
||||
+------------------------------------+--------------------------+
|
||||
| Operating System | Supported Python Version |
|
||||
+====================================+==========================+
|
||||
| Windows Server Core base LTSC 2019 | 3.8 |
|
||||
+------------------------------------+--------------------------+
|
||||
| Windows 10, version 20H2 | 3.8 |
|
||||
+------------------------------------+--------------------------+
|
||||
|
||||
.. tab:: Host Operating Systems
|
||||
|
||||
|
@ -2,11 +2,12 @@
|
||||
|
||||
@sphinxdirective
|
||||
|
||||
You can install both OpenVINO™ Runtime and OpenVINO Development Tools through the PyPI repository. This page provides the main steps for installing OpenVINO Runtime.
|
||||
Using the PyPI repository, you can install either OpenVINO™ Runtime or OpenVINO Development Tools on Windows, Linux, and macOS systems.
|
||||
This article focuses on OpenVINO™ Runtime.
|
||||
|
||||
.. note:
|
||||
.. note
|
||||
|
||||
From the 2022.1 release, the OpenVINO™ Development Tools can only be installed via PyPI. See :doc:`Install OpenVINO Development Tools <openvino_docs_install_guides_install_dev_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.
|
||||
|
||||
|
||||
Installing OpenVINO Runtime
|
||||
@ -95,18 +96,8 @@ Run the command below:
|
||||
python -c "from openvino.runtime import Core"
|
||||
|
||||
|
||||
If installation was successful, you will not see any error messages (no console output).
|
||||
If installation was successful, you will not see any error messages (no console output). Congratulations! You have finished installing OpenVINO Runtime.
|
||||
|
||||
Congratulations! You finished installing OpenVINO Runtime. Now you can start exploring OpenVINO's functionality through Jupyter Notebooks and sample applications. See the :ref:`What's Next <whats-next>` section to learn more!
|
||||
|
||||
Installing OpenVINO Development Tools
|
||||
#####################################
|
||||
|
||||
OpenVINO Development Tools adds even more functionality to OpenVINO. It provides tools like Model Optimizer, Benchmark Tool, Post-Training Optimization Tool, and Open Model Zoo Downloader. If you install OpenVINO Development Tools, OpenVINO Runtime will also be installed as a dependency, so you don't need to install OpenVINO Runtime separately.
|
||||
|
||||
See the :doc:`Install OpenVINO Development Tools <openvino_docs_install_guides_install_dev_tools>` page for step-by-step installation instructions.
|
||||
|
||||
.. _whats-next:
|
||||
|
||||
What's Next?
|
||||
####################
|
||||
|
@ -31,7 +31,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
|
||||
|
Loading…
Reference in New Issue
Block a user