Files
openvino/docs/nbdoc/section.py
Nikolay Tyukaev 361dec7362 Docs to Sphinx (#8151)
* docs to sphinx

* Update GPU.md

* Update CPU.md

* Update AUTO.md

* Update performance_int8_vs_fp32.md

* update

* update md

* updates

* disable doc ci

* disable ci

* fix index.rst

Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com>
2021-10-24 17:43:00 +03:00

5 lines
127 B
Python

class Section:
def __init__(self, name: str, notebooks: list):
self.name = name
self.notebooks = notebooks