Commit Graph

243 Commits

Author SHA1 Message Date
Tatiana Savina 017eb943d5
[DOCS] Update PyPI links and pre-release note (#20799)
* update links and rm pre-release note

* update ov-dev
2023-10-31 13:56:33 +00:00
Tatiana Savina 44ac9099b9
[DOCS] Add openvino-dev deprecation note (#20480)
* add deprecation note

* address comments
2023-10-16 11:53:50 +02:00
Tatiana Savina 23acd5a351
[DOCS] Pypi pages description change (#20352)
* pypi pages change

* add description

* change command order

* Update docs/install_guides/pypi-openvino-rt.md

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>

* change column name

---------

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-10-12 12:32:32 +02:00
Sebastian Golebiewski f1db726559
Changing file structure of Legacy Features section (#20182) 2023-10-02 13:46:39 +02:00
Maciej Smyk 6906af1d72
runtime windows & linux (#20148) 2023-09-29 13:39:43 +02:00
Maciej Smyk 51060c2643
macOS runtime (#20143) 2023-09-29 12:22:02 +02:00
Maciej Smyk 064ee982df
install guide overview (#20129) 2023-09-29 10:37:34 +02:00
Maciej Smyk 932179252f
get started & install configurations (#20128) 2023-09-29 10:02:10 +02:00
Ilya Lavrenov 3de1332838
VCPKG docs for dynamic OpenVINO build (#20127)
* VCPKG docs for dynamic OpenVINO build

* Apply suggestions from code review

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>

* Update installing-openvino-vcpkg.md

* Update docs/install_guides/installing-openvino-vcpkg.md

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>

---------

Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>
2023-09-28 19:55:20 +04:00
Maciej Smyk 960cfa09ad
update (#20106) 2023-09-28 13:43:18 +02:00
Maciej Smyk f790a3b4f2
[DOCS] Python 3.7 support removal from docs for master (#19670)
* Python update

* update

* fix

* m suffix removal
2023-09-21 15:54:10 +02:00
Karol Blaszczak dbab89f047
[DOCS] minor post release tweaks (#19914) 2023-09-18 16:24:26 +02:00
Karol Blaszczak 49df8fa45e
[DOCS] updated archives for 2023.1 port master (#19896) (#19902)
port: https://github.com/openvinotoolkit/openvino/pull/19896
2023-09-18 10:22:54 +00:00
Karol Blaszczak 545779f99f
[DOCS] troubleshooting article 2023-09-15 08:07:53 +02:00
Karol Blaszczak 7445f5bea6
[DOCS] release adjustments pass 2 (#19805)
port: https://github.com/openvinotoolkit/openvino/pull/19796
2023-09-13 13:47:20 +02:00
Sergey Lyalin adf7a24ec0
[DOCS] OVC/convert_model Documentation (#19555)
* Added OVC and ov.convert_model() description.

* Minor corrections.

* Small correction.

* Include page to toctree.

* WIP: Model Preparation

* Forked OVC/ov.convert_model documentation sub-directory; reworked model_introduction.md

* Reverted ovc-related changes in old MO_DG documentation

* State explicitly that MO is considered legacy API

* Reduced ovc description in model preparation part; added TF Hub exampe (via file)

* Grammar check; removed obsolexte parts not relevant to ovc; better wording

* Removed a duplicate of mo-to-ovc transition

* Fixed links and some other errors found in documentation build

* Resolved XYZ placeholder to the transition guide

* Fixed technical issues with links

* Up-to-date link to PTQ chapter (instead of obsolete POT)

* Fixed strong text ending

* Update docs/OV_Converter_UG/prepare_model/convert_model/MO_OVC_transition.md

Co-authored-by: Anastasiia Pnevskaia <anastasiia.pnevskaia@intel.com>

* Update docs/OV_Converter_UG/prepare_model/convert_model/MO_OVC_transition.md

Co-authored-by: Anastasiia Pnevskaia <anastasiia.pnevskaia@intel.com>

* Update docs/OV_Converter_UG/prepare_model/convert_model/MO_OVC_transition.md

Co-authored-by: Anastasiia Pnevskaia <anastasiia.pnevskaia@intel.com>

* Renamed Legacy conversion guides

* Fixed links and styles for inlined code

* Fixed style for code references

* Fixing technical syntax errors in docs

* Another attempt to fix docs

* Removed all unreferenced images

* Better content for Additional Resources in model preporation introduction

* MO to OVC transition guide. (#127)

* Examples code correction.

* Change format of example.

* Conflict fix.

* Remove wrong change.

* Added input_shapes example.

* batch example.

* Examples format changed.

* List item removed.

* Remove list for all examples.

* Corrected batch example.

* Transform example.

* Text corrections.

* Text correction.

* Example correction.

* Small correction.

* Small correction.

* Small correction.

* Small correction.

* Text corrections.

* Links corrected.

* Text corrections (#128)

* Text corrections.

* Example corrected.

* Update docs/install_guides/pypi-openvino-dev.md

Co-authored-by: Sergey Lyalin <sergey.lyalin@intel.com>

---------

Co-authored-by: Sergey Lyalin <sergey.lyalin@intel.com>

* Many technical fixes, description of recursive flattening of list and tuples

* Reorganized structure of Model Conversion toc tree. Removed fp16 dedicated page, merged to Conversion Parameters.

* Update docs/OV_Converter_UG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md

Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Update docs/Documentation/model_introduction.md

Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>

* Fixed example from tf hub. Removed input_shape references

* Update docs/Documentation/model_introduction.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/Documentation/model_introduction.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/Documentation/model_introduction.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Removed

* Update docs/OV_Converter_UG/prepare_model/convert_model/Convert_Model_From_ONNX.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/OV_Converter_UG/prepare_model/convert_model/Convert_Model_From_ONNX.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/OV_Converter_UG/prepare_model/convert_model/Convert_Model_From_ONNX.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/OV_Converter_UG/prepare_model/convert_model/Convert_Model_From_ONNX.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Fixed links

* Removed TODO for model flow

* Apply suggestions from code review

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Restored lost code-blocks that leaded to wrong rendering of the code snippets in some places

* Apply suggestions from code review

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/Documentation/model_introduction.md

* Fixed links to notebooks

* Apply suggestions from code review

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

---------

Co-authored-by: Anastasiia Pnevskaia <anastasiia.pnevskaia@intel.com>
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
2023-09-12 14:31:54 +04:00
Maciej Smyk 86c3184e2f
Update installing-openvino-pip.md (#19726) 2023-09-11 11:02:26 +02:00
Karol Blaszczak 932ba63744
[DOCS] feature transition section (#19506)
* [DOCS] legacy features section

* pass 2 of extensions

* Apply suggestions from code review

---------

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
2023-09-09 20:30:51 +02:00
Alexander Suvorov 815ce1c595
Add selector tool 2023.1 2023-09-08 21:22:16 +02:00
Karol Blaszczak c123843d0d
[DOCS] installation guide restructuring 23.1 master (#19241) 2023-09-06 17:46:55 +02:00
Alexander Suvorov 53414832eb
add 2023.0.2 selector tool (#19598) 2023-09-05 09:51:04 +02:00
Maciej Smyk 3677dda457
[DOCS] 23.0 to 23.1 link update for master (#19584)
* 2023.1 link fix

* 2023.1 link fix

* 2023.1 link fix

* 2023.1 link fix

* 2023.1 link fix
2023-09-04 15:40:02 +02:00
Maciej Smyk 511f06f9ba
[DOCS] Fix for Install from Docker Image for master (#19505)
* Update installing-openvino-docker-linux.md

* Update installing-openvino-docker-linux.md

* Update installing-openvino-docker-linux.md
2023-09-04 11:35:07 +02:00
Maciej Smyk e6f09ac197
[DOCS] Docker Guide Update for master (#19410)
* docker-update

* id fix

* Update installing-openvino-docker-linux.md

* Update installing-openvino-docker-linux.md

* Update installing-openvino-docker-linux.md
2023-08-29 08:45:14 +02:00
Karol Blaszczak 6eee51a6ef
[DOCS] including NPU documents (#19340) 2023-08-22 17:17:37 +02:00
Sebastian Golebiewski 2a8143f548
[DOCS] Add numpy to installation instructions for master (#19127)
* add-numpy

* Apply suggestions from code review

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>

* Apply suggestions from code review

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>

---------

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-08-16 10:20:49 +02:00
Maciej Smyk e5c4350d92
[DOCS] Review release docs for master (#19152) 2023-08-14 13:40:34 +02:00
Karol Blaszczak 859c03268b
[DOCS] installation guide restructuring (#19044) 2023-08-08 16:05:40 +02:00
Maciej Smyk d21296bcc1
Update configurations-for-intel-gpu.md (#18611) 2023-07-18 12:35:37 +02:00
Maciej Smyk 0148076ed7
[DOCS] Code block update for master (#18437)
* code-block-1

* Update Convert_Model_From_Paddle.md

* code-block force

* fix

* fix-2

* Update troubleshooting-steps.md

* code-block-2

* Update README.md
2023-07-11 10:43:54 +02:00
Maciej Smyk 2ea277fc72
Update installing-openvino-docker-linux.md (#18458) 2023-07-11 09:44:08 +02:00
Maciej Smyk 492bf497d7
[DOCS] Tab reorder for master (#18387)
* tabs-1

* Update configure_devices.md

* tab-2

* tab-order

* Update installing-openvino-from-archive-linux.md

* Update installing-openvino-from-archive-linux.md

* win-linux-fix

* Update GPU_Extensibility.md
2023-07-07 14:31:02 +02:00
Sebastian Golebiewski 9b67a9ddb3
[DOCS] Fix references in installation guide (#18382) 2023-07-06 08:04:49 +02:00
Tatiana Savina 43a278f343
update links to rn (#18337) 2023-07-03 17:10:34 +02:00
Karol Blaszczak 9dd27dd810
[DOCS] update for install 23.0.1 (#18334) 2023-07-03 14:58:06 +02:00
Alexander Suvorov cb7c47b0e3
[DOCS] Update Selector Tool 2023.0.1 2023-07-03 14:16:11 +02:00
Sebastian Golebiewski 152c9b63e2
[DOCS] Adding metadata to articles (#18331)
* adding-metadata

* Apply suggestions from code review

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Apply suggestions from code review

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

---------

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
2023-07-03 13:09:07 +02:00
Karol Blaszczak cb8d34ddc1
[DOCS] adjustments for ST and cookie policy (#18315) 2023-07-03 08:47:28 +02:00
Maciej Smyk f02d94678b
[DOCS] WSL2 Docker update for master (#18292)
* windows-fix

* Update installing-openvino-docker-linux.md

* docker fix

* Update installing-openvino-docker-linux.md

* Update installing-openvino-docker-linux.md

* Update installing-openvino-docker-linux.md

* Update installing-openvino-docker-linux.md

* Update installing-openvino-docker-linux.md

* Update installing-openvino-docker-linux.md
2023-06-29 14:13:12 +02:00
Alexander Suvorov 07f098d1b7
[Docs] Enable analytics in selector tool 2023-06-29 12:27:51 +02:00
Karol Blaszczak 3bc8065ca3
[DOCS] reset the pre-release notes pages (#18177)
a new place and content
2023-06-28 17:46:38 +02:00
Maciej Smyk a3e4a1f730
[DOCS] Table directive update + Get Started fix for master (#18203) 2023-06-23 16:47:28 +02:00
Maciej Smyk ad0ac4bfb6
[DOCS] Docker and GPU update for master (#18192)
port: https://github.com/openvinotoolkit/openvino/pull/17851
2023-06-22 18:07:05 +02:00
Alexander Suvorov ec82af040b
[DOCS] Added initial version of selector tool (#17799) 2023-06-21 14:20:43 +02:00
Tatiana Savina ec2db81468
[DOCS] Port docs (#18032)
* add enter dir (#17897)

* add tabs (#18007)
2023-06-13 12:54:07 +02:00
Sebastian Golebiewski 4270dca591
[DOCS] Fixing formatting issues in articles (#17994)
* fixing-formatting
2023-06-13 07:59:27 +02:00
Sebastian Golebiewski ae73973c11
[DOCS] Fixing broken code blocks (#17959)
* code-blocks-fixes
2023-06-09 09:08:14 +02:00
Ilya Lavrenov ad5b8f8687
Align tabs in install archives Linux (#17947) 2023-06-08 15:00:25 +04:00
Tatiana Savina 0a94aeb1bb
[DOCS] Port release doc fixes (#17939)
* [DOCS]  Model optimization paragraph fix  (#17907)

* fix mo guide paragraph

* fix format

* fix paragraph

* remove extra line

* fix archive link (#17918)

* [DOCS]  Add sudo to uninstall (#17929)

* add sudo to uninstall

* Update uninstalling-openvino.md
2023-06-07 18:57:42 +02:00
Tatiana Savina 94597d8391
[DOCS] Port release doc fixes to master (#17901)
* [DOCS] Change downloads directory link  (#17846)

* installation link

* fix path

* change notebooks links (#17857)

* fix apt and yum links (#17877)

* [DOCS] Fix list and links to POT (#17887)

* change link to POT

* change header label

* fix typo
2023-06-06 12:48:18 +02:00