openvino/docs/nbdoc
Sebastian Golebiewski 187e262c92
[DOCS] Updating templates for Binder and Google Colab buttons for 23.3 (#22238)
* Update for Binder and Google Colab buttons

* change image source
2024-01-19 07:55:20 +01: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] Updating templates for Binder and Google Colab buttons for 23.3 (#22238) 2024-01-19 07:55:20 +01:00
nbdoc.py [DOCS] Updating templates for Binder and Google Colab buttons for 23.3 (#22238) 2024-01-19 07:55:20 +01: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