Changing file structure of Learn Openvino section (#20337)

This commit is contained in:
Sebastian Golebiewski 2023-10-10 08:34:53 +02:00 committed by Alexander Nesterov
parent 502d66f945
commit e8a8f04dac
29 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ def main():
sourcedir = args.sourcedir
outdir = args.outdir
main_tutorials_file = Path('../../docs/tutorials.md').resolve(strict=True)
main_tutorials_file = Path('../../docs/articles_en/learn_openvino/tutorials.md').resolve(strict=True)
add_glob_directive(main_tutorials_file)
if args.download:

View File

@ -69,7 +69,7 @@ will allow to automatically convert models to the OpenVINO™ IR format.
Install prerequisites
~~~~~~~~~~~~~~~~~~~~~
First, complete the `repository installation steps <../notebooks_installation.html>`__.
First, complete the :doc:`repository installation steps <notebooks_installation>`.
Then, the following cell will install: - HuggingFace Optimum with
OpenVINO support - HuggingFace Evaluate to benchmark results