openvino/docs/nbdoc
Sebastian Golebiewski 1e05949888
Changing file structure of Learn Openvino section (#20337)
2023-10-10 08:34:53 +02:00
..
README.md Typo fix (#17723) 2023-05-31 18:39:19 +09:00
__init__.py Feature/azaytsev/from 2021 4 (#9247) 2021-12-21 20:26:37 +03:00
consts.py [DOCS] Direct Github link to a specific notebook (#20248) 2023-10-05 18:05:15 +02:00
nbdoc.py Changing file structure of Learn Openvino section (#20337) 2023-10-10 08:34:53 +02:00
notebook.py Feature/azaytsev/from 2021 4 (#9247) 2021-12-21 20:26:37 +03:00
requirements.txt Nbdoc change source (#9739) (#9811) 2022-01-21 15:31:56 +03:00
section.py Feature/azaytsev/from 2021 4 (#9247) 2021-12-21 20:26:37 +03:00
utils.py [DOCS] Remove index file from notebooks (#19619) 2023-09-11 10:56:08 +00:00

README.md

Jupyter notebooks autodoc

Auto fetching documentations designed for openvino notebooks tutorials. This module is responsible for fetching artifacts, in this particular example jupyter tutorial notebooks and converting them to notebook documentation.

Step 0. Prepare venv

To start new venv based on system interpreter

python -m venv ./venv

Linux:

source ./venv/bin/activate

Windows (cmd):

venv/Scripts/activate

Step 1. Download requirements

python -m pip install -r requirements.txt

Step 2. Configure consts to meet project directions

Consts file contains multiple variables that might differ for different environments.

Step 3. Add classes with methods to makefile or other executed file

Main file contains example usecases of auto generator for notebooks. Informations placed in main should be further used to add it to makefile and possibly fully automate notebook documentation process.

Step 4. Run python file (optional)

If step 4 was skipped use command

python main.py

or use any other command that is responsible for generating documentation