Skip to content

Commit

Permalink
[DOCS] technical adjustments for the build mstr
Browse files Browse the repository at this point in the history
  • Loading branch information
kblaszczak-intel committed Oct 7, 2024
1 parent 8dd187e commit b17652a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ product better.
Since the market of computing devices is constantly evolving, OpenVINO is always open to extending
its support for new hardware. If you want to run inference on a device that is currently not supported,
you can see how to develop a new plugin for it in the
[Plugin Developer Guide](https://docs.openvino.ai/canonical/openvino_docs_ie_plugin_dg_overview.html).
[Plugin Developer Guide](https://docs.openvino.ai/2024/documentation/openvino-extensibility/openvino-plugin-library.html).


### Improve documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Install Intel® Distribution of OpenVINO™ Toolkit from PyPI Repository
(all x86_64 / arm64 architectures)
* macOS offers support only for CPU inference


.. tab-set::

.. tab-item:: System Requirements
Expand All @@ -29,10 +30,13 @@ Install Intel® Distribution of OpenVINO™ Toolkit from PyPI Repository
.. tab-item:: Processor Notes
:sync: processor-notes

| To see if your processor includes the integrated graphics technology and supports iGPU inference, refer to:
| To see if your processor includes the integrated graphics technology and supports iGPU
inference, refer to:
| `Product Specifications <https://ark.intel.com/>`__



Installing OpenVINO Runtime
###########################

Expand Down Expand Up @@ -124,20 +128,28 @@ to see if your case needs any of them.





What's Next?
####################

Now that you've installed OpenVINO Runtime, you're ready to run your own machine learning applications! Learn more about how to integrate a model in OpenVINO applications by trying out the following tutorials.
Now that you've installed OpenVINO Runtime, you're ready to run your own machine learning
applications! Learn more about how to integrate a model in OpenVINO applications by trying out
the following tutorials.

.. image:: https://user-images.githubusercontent.com/15709723/127752390-f6aa371f-31b5-4846-84b9-18dd4f662406.gif
:width: 400

Try the `Python Quick Start Example <https://docs.openvino.ai/2024/notebooks/vision-monodepth-with-output.html>`__ to estimate depth in a scene using an OpenVINO monodepth model in a Jupyter Notebook inside your web browser.
Try the `Python Quick Start Example <https://docs.openvino.ai/2024/notebooks/vision-monodepth-with-output.html>`__
to estimate depth in a scene using an OpenVINO monodepth model in a Jupyter Notebook inside
your web browser.


Get started with Python
+++++++++++++++++++++++

Visit the :doc:`Tutorials <../../../learn-openvino/interactive-tutorials-python>` page for more Jupyter Notebooks to get you started with OpenVINO, such as:
Visit the :doc:`Tutorials <../../../learn-openvino/interactive-tutorials-python>` page for more
Jupyter Notebooks to get you started with OpenVINO, such as:

* `OpenVINO Python API Tutorial <https://docs.openvino.ai/2024/notebooks/openvino-api-with-output.html>`__
* `Basic image classification program with Hello Image Classification <https://docs.openvino.ai/2024/notebooks/hello-world-with-output.html>`__
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx_setup/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
'.md': 'markdown',
}

html_baseurl = 'https://docs.openvino.ai/canonical/'
# html_baseurl = 'https://docs.openvino.ai/2024/'

# -- Sitemap configuration ---------------------------------------------------

Expand Down

0 comments on commit b17652a

Please sign in to comment.