Commit Graph

13 Commits

Author SHA1 Message Date
Katarzyna Mitrus 19d208ef2c
[Opset] Initialization of OV Opset15 (#23960)
### Details:
 -  Initialization of OV Opset15 
  (Discussed internally and agreed to introduce new opset in 2024.2)
  
To provide more agile approach, this PR has been updated with an idea
(proposed by @mmikolajcz) to include only new operators within the new
Opset, and fill it up at the end of the development period (not
necessarily per release).
This should lead to infrequent introduction of further opsets.
 
\* Currently common opsets tests rely on Parameter/ShapeOf/Convert in
every opset, so they were added.
But this approach for opset testing should be revised. 
 
### Tickets:
 - 138268, 131683
2024-04-15 08:45:25 +00:00
Sebastian Golebiewski 99ce7c045a
[DOCS] Fixing formatting and reference issues (#23405)
Fixing formatting and reference issues in docs.

Porting: https://github.com/openvinotoolkit/openvino/pull/23333

Fixing directives for linking and cross-reference.

Porting: https://github.com/openvinotoolkit/openvino/pull/23300
2024-03-12 13:41:37 +00:00
Sebastian Golebiewski 21bf6ab80b
[DOCS] Add Node.js docs to API for master (#23195)
Adding docs for OpenVINO Node.JS API.
Porting: https://github.com/openvinotoolkit/openvino/pull/23189
2024-03-12 08:03:02 +00:00
tadamczx a3c7e15860
[DOCS] Docs file structure update with fixes (#23343)
- Updated paths in an entire documentation,
- updated scripts used in docs building process,
- updated docs cmake to handle new scripts,
- fixed links,
- fixed other errors found in docs.

---------

Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
Co-authored-by: Andrzej Kopytko <andrzejx.kopytko@intel.com>
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
Co-authored-by: Vishniakov Nikolai <nikolai.vishniakov@intel.com>
2024-03-11 17:05:58 +00:00
Sebastian Golebiewski dfff4e89c4
[DOCS] Adding npm distribution to install guides (#23164)
Adding npm distribution of OpenVINO™ Toolkit do install guides.

---------

Co-authored-by: Vishniakov Nikolai <nikolai.vishniakov@intel.com>
2024-03-01 11:57:07 +00:00
Sebastian Golebiewski a68c820f65
[DOCS] Add Node.js API to docs (#23055)
Adding article about Node.js API in the OpenVINO toolkit.
2024-02-26 10:40:09 +00:00
Sebastian Golebiewski 1bdb9313be
[DOCS] Update API reference (#22911)
Updating API reference with ``openvino`` namespace redesign changes.
This PR addresses the following ticket: 117329
2024-02-20 14:11:22 +00:00
Sebastian Golebiewski da5e76263d
[DOCS] Update OpenVINO API references (#22884)
Changing references from "OpenVINO API 2.0" to "OpenVINO API", as
mentioned in
https://github.com/openvinotoolkit/openvino/pull/22873#discussion_r1492115073

---------

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2024-02-19 09:27:14 +00:00
Mateusz Mikolajczyk 2990586789
[Opset14] Initialization of opset14 (#22603)
### Details:
- *Initialization of opset14 to reduce number of repeated changes in
each operator*

### Tickets:
 - *N/A*
2024-02-02 08:43:54 +00:00
Karol Blaszczak e35de07339
[DOCS] fix section on api (#22167) 2024-01-16 22:22:23 +04:00
Anastasia Kuporosova 771fdc3d1c
remove old py api from python snippets and docs (#22016)
* remove old api from python snippets and docs (#170)

* remove old api from python snippets

* pysnippets removal p2

* remove ngraph snippet

* remove old api from docs

* remove migration snippets

* remove from init
2024-01-08 16:34:07 +01:00
Anastasia Kuporosova ca87784a29
[PyOV] Missed variable API in Model class (#21434)
* [PyOV] Missed variable API in Model class

* fixes in model docstr and codestyle

* add test

* fix ci

* fix ci
2023-12-04 15:44:23 +01:00
jmacekx 54e61ac9f5
refactor docs build process (#21239) 2023-11-29 15:30:05 +04:00