diff --git a/docs/articles_en/about_openvino/compatibility_and_support.rst b/docs/articles_en/about_openvino/compatibility_and_support.rst
index 1084fbdc7c6..0377ac7b0e9 100644
--- a/docs/articles_en/about_openvino/compatibility_and_support.rst
+++ b/docs/articles_en/about_openvino/compatibility_and_support.rst
@@ -8,7 +8,6 @@ Compatibility and Support
:maxdepth: 1
:hidden:
- openvino_supported_models
openvino_docs_OV_UG_supported_plugins_Supported_Devices
openvino_resources_supported_operations
openvino_resources_supported_operations_frontend
@@ -16,9 +15,7 @@ Compatibility and Support
:doc:`Supported Devices ` - compatibility information for supported hardware accelerators.
-:doc:`Supported Models ` - a table of models officially supported by OpenVINO.
-
-:doc:`Supported Operations ` - a listing of framework layers supported by OpenVINO.
+:doc:`Supported Operations ` - a listing of framework layers supported by OpenVINO.
:doc:`Supported Operations ` - a listing of layers supported by OpenVINO inference devices.
diff --git a/docs/articles_en/about_openvino/compatibility_and_support/supported_models.rst b/docs/articles_en/about_openvino/compatibility_and_support/supported_models.rst
deleted file mode 100644
index d6cb30c97cc..00000000000
--- a/docs/articles_en/about_openvino/compatibility_and_support/supported_models.rst
+++ /dev/null
@@ -1,36 +0,0 @@
-.. {#openvino_supported_models}
-
-Supported Models
-================
-
-
-
-.. meta::
- :description: Check the list of officially supported models in Intel®
- Distribution of OpenVINO™ toolkit.
-
-
-The OpenVINO team continues the effort to support as many models out-of-the-box as possible.
-Based on our research and user feedback, we prioritize the most common models and test them
-before every release. These models are considered officially supported.
-
-
-.. button-link:: _static/download/OV_2023_models_supported.pdf
- :color: primary
- :outline:
-
- :material-regular:`download;1.5em` Click for supported models [PDF]
-
-The list is based on release 2023.0, as of June 01, 2023
-
-| Note that the list provided here does not include all models supported by OpenVINO.
-| If your model is not included but is similar to those that are, it is still very likely to work.
- If your model fails to execute properly there are a few options available:
-
-
-* You can create a GitHub request for the operation(s) that are missing. These requests are reviewed regularly. You will be informed if and how the request will be accommodated. Additionally, your request may trigger a reply from someone in the community who can help.
-* As OpenVINO™ is open source you can enhance it with your own contribution to the GitHub repository. To learn more, see the articles on :doc:`OpenVINO Extensibility `.
-
-
-
-
diff --git a/docs/articles_en/about_openvino/releasenotes_for_openvino.rst b/docs/articles_en/about_openvino/releasenotes_for_openvino.rst
index 5def73179ca..b56feff2184 100644
--- a/docs/articles_en/about_openvino/releasenotes_for_openvino.rst
+++ b/docs/articles_en/about_openvino/releasenotes_for_openvino.rst
@@ -69,8 +69,7 @@ Support Change and Deprecation Notices
* Starting in release 2023.3 OpenVINO will no longer support Python 3.7 due to the Python
community discontinuing support. Update to a newer version (currently 3.8-3.11) to avoid
interruptions.
-* All ONNX Frontend legacy API (known as ONNX_IMPORTER_API) will no longer be available in
- 2024.0 release.
+* All ONNX Frontend legacy API (known as ONNX_IMPORTER_API) will no longer be available in 2024.0 release.
* ``PerfomanceMode.UNDEFINED`` property as part of the OpenVINO Python API will be
discontinued in the 2024.0 release.
@@ -246,11 +245,9 @@ OpenVINO™ Runtime
* Create ov.Tensor from empty numpy arrays.
* Constants from empty numpy arrays.
* Autogenerated get/set methods for Node attributes.
- * Inference functions (InferRequest.infer/start_async, CompiledModel.__call__ etc.)
- support OVDict as the input.
+ * Inference functions (``InferRequest.infer/start_async``, ``CompiledModel.__call__`` etc.) support OVDict as the input.
* PILLOW interpolation modes bindings.
- (`PR #21188 `__
- external contribution: @meetpatel0963)
+ (`PR #21188 `__ external contribution: @meetpatel0963)
* Torchvision to :doc:`OpenVINO preprocessing `
converter documentation has been added to OpenVINO docs.
diff --git a/docs/articles_en/get_started.rst b/docs/articles_en/get_started.rst
index 1ffb9b28314..cd5ab2f2611 100644
--- a/docs/articles_en/get_started.rst
+++ b/docs/articles_en/get_started.rst
@@ -5,8 +5,8 @@ GET STARTED
.. meta::
- :description: Learn how to install Intel® Distribution of OpenVINO™ toolkit
- on Windows, macOS, and Linux operating systems, using various
+ :description: Learn how to install Intel® Distribution of OpenVINO™ toolkit
+ on Windows, macOS, and Linux operating systems, using various
installation methods.
.. toctree::
@@ -28,7 +28,7 @@ GET STARTED
Install OpenVINO
Learn OpenVINO
-
+
.. _quick-start-example:
@@ -44,16 +44,16 @@ Try out OpenVINO's capabilities with this `quick start example ` for options to install OpenVINO and set up a development environment on your device.
-
+
.. _get-started-tutorials:
3. Learn OpenVINO
#################
-
+
OpenVINO provides a wide array of examples and documentation showing how to work with models, run inference, and deploy applications. Step through the sections below to learn the basics of OpenVINO and explore its advanced optimization features. For further details, visit :doc:`OpenVINO documentation `.
-
+
OpenVINO users of all experience levels can try `Intel® DevCloud `__ , a free web-based service for developing, testing, and running OpenVINO applications on an online cluster of the latest Intel® hardware.
.. _openvino-basics:
@@ -62,7 +62,7 @@ OpenVINO Basics
+++++++++++++++
Learn the basics of working with models and inference in OpenVINO. Begin with “Hello World” Interactive Tutorials that show how to prepare models, run inference, and retrieve results using the OpenVINO API. Then, explore other examples from the Open Model Zoo and OpenVINO Code Samples that can be adapted for your own application.
-
+
.. _interactive-tutorials:
Interactive Tutorials - Jupyter Notebooks
@@ -81,7 +81,7 @@ OpenVINO Code Samples
---------------------
View :doc:`sample code ` for various C++ and Python applications that can be used as a starting point for your own application. For C++ developers, step through the :doc:`Get Started with C++ Samples ` to learn how to build and run an image classification program that uses OpenVINO’s C++ API.
-
+
.. _integrate-openvino:
Integrate OpenVINO With Your Application
@@ -124,13 +124,12 @@ Pipeline and model configuration features in OpenVINO Runtime allow you to easil
* :doc:`Performance Hints ` automatically adjust runtime parameters to prioritize for low latency or high throughput
* :doc:`Dynamic Shapes ` reshapes models to accept arbitrarily-sized inputs, increasing flexibility for applications that encounter different data shapes
* :doc:`Benchmark Tool ` characterizes model performance in various hardware and pipeline configurations
-
+
.. _additional-resources:
Additional Resources
====================
* `OpenVINO Success Stories `__ - See how Intel partners have successfully used OpenVINO in production applications to solve real-world problems.
-* :doc:`OpenVINO Supported Models ` - Check which models OpenVINO supports on your hardware.
* :doc:`Performance Benchmarks ` - View results from benchmarking models with OpenVINO on Intel hardware.
diff --git a/docs/home.rst b/docs/home.rst
index 4f9f7034cb4..8c6f814c609 100644
--- a/docs/home.rst
+++ b/docs/home.rst
@@ -23,9 +23,9 @@ OpenVINO 2023.2
- An open-source toolkit for optimizing and deploying deep learning models.
Boost your AI deep-learning inference performance!
-
+
- Use PyTorch models directly, without converting them first.
- Learn more...
+ Learn more...
- OpenVINO via PyTorch 2.0 torch.compile()
Use OpenVINO directly in PyTorch-native applications!
Learn more...
@@ -36,7 +36,7 @@ OpenVINO 2023.2
-
+
.. button-ref:: get_started
:ref-type: doc
:class: ov-homepage-banner-btn
@@ -56,35 +56,35 @@ OpenVINO 2023.2
.. grid-item-card:: Performance Benchmarks
:link: openvino_docs_performance_benchmarks
- :link-alt: performance benchmarks
+ :link-alt: performance benchmarks
:link-type: doc
See latest benchmark numbers for OpenVINO and OpenVINO Model Server
.. grid-item-card:: Work with Multiple Model Formats
:link: openvino_docs_model_processing_introduction
- :link-alt: Supported Model Formats
+ :link-alt: Supported Model Formats
:link-type: doc
OpenVINO supports different model formats: PyTorch, TensorFlow, TensorFlow Lite, ONNX, and PaddlePaddle.
.. grid-item-card:: Deploy at Scale with OpenVINO Model Server
:link: ovms_what_is_openvino_model_server
- :link-alt: model server
+ :link-alt: model server
:link-type: doc
Cloud-ready deployments for microservice applications
.. grid-item-card:: Optimize Models
:link: openvino_docs_model_optimization_guide
- :link-alt: model optimization
+ :link-alt: model optimization
:link-type: doc
Boost performance using quantization and compression with NNCF
- .. grid-item-card:: Use OpenVINO with PyTorch Apps with torch.compile()
+ .. grid-item-card:: Use OpenVINO with PyTorch Apps with torch.compile()
:link: pytorch_2_0_torch_compile
- :link-alt: torch.compile
+ :link-alt: torch.compile
:link-type: doc
Optimize generation of the graph model with PyTorch 2.0 torch.compile() backend
@@ -94,7 +94,7 @@ OpenVINO 2023.2
:link-alt: gen ai
:link-type: doc
- Enhance the efficiency of Generative AI
+ Enhance the efficiency of Generative AI
Feature Overview
@@ -105,25 +105,25 @@ Feature Overview
.. grid-item-card:: Local Inference & Model Serving
- You can either link directly with OpenVINO Runtime to run inference locally or use OpenVINO Model Server
+ You can either link directly with OpenVINO Runtime to run inference locally or use OpenVINO Model Server
to serve model inference from a separate server or within Kubernetes environment
.. grid-item-card:: Improved Application Portability
- Write an application once, deploy it anywhere, achieving maximum performance from hardware. Automatic device
- discovery allows for superior deployment flexibility. OpenVINO Runtime supports Linux, Windows and MacOS and
+ Write an application once, deploy it anywhere, achieving maximum performance from hardware. Automatic device
+ discovery allows for superior deployment flexibility. OpenVINO Runtime supports Linux, Windows and MacOS and
provides Python, C++ and C API. Use your preferred language and OS.
.. grid-item-card:: Minimal External Dependencies
- Designed with minimal external dependencies reduces the application footprint, simplifying installation and
- dependency management. Popular package managers enable application dependencies to be easily installed and
+ Designed with minimal external dependencies reduces the application footprint, simplifying installation and
+ dependency management. Popular package managers enable application dependencies to be easily installed and
upgraded. Custom compilation for your specific model(s) further reduces final binary size.
.. grid-item-card:: Enhanced App Start-Up Time
- In applications where fast start-up is required, OpenVINO significantly reduces first-inference latency by using the
- CPU for initial inference and then switching to another device once the model has been compiled and loaded to memory.
+ In applications where fast start-up is required, OpenVINO significantly reduces first-inference latency by using the
+ CPU for initial inference and then switching to another device once the model has been compiled and loaded to memory.
Compiled models are cached improving start-up time even more.