From 575b2fad73bfdd49cf02c8a9e7c7378fed400730 Mon Sep 17 00:00:00 2001 From: Ryan Loney Date: Mon, 14 Mar 2022 11:11:01 -0700 Subject: [PATCH] Update Binder URL on the tutorials landing page (#10877) * Update Binder URL on the tutorials landing page Binder URL was linking to a file. It should go to an actual Binder tutorial. (Replaces https://github.com/openvinotoolkit/openvino/pull/10747) * binder logo * fixes Co-authored-by: CCR\ntyukaev --- docs/img/badge_logo.svg | 1 - docs/tutorials.md | 11 ++++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) delete mode 100644 docs/img/badge_logo.svg diff --git a/docs/img/badge_logo.svg b/docs/img/badge_logo.svg deleted file mode 100644 index af18a46ebdb..00000000000 --- a/docs/img/badge_logo.svg +++ /dev/null @@ -1 +0,0 @@ -launchlaunchbinderbinder \ No newline at end of file diff --git a/docs/tutorials.md b/docs/tutorials.md index 9fb3df811cb..6538477f515 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -15,6 +15,15 @@ This collection of Python tutorials are written for running on [Jupyter*](https://jupyter.org) notebooks. The tutorials provide an introduction to the OpenVINO™ toolkit and explain how to use the Python API and tools for optimized deep learning inference. You can run the code one section at a time to see how to integrate your application with OpenVINO™ libraries. -![Binder logo](img/badge_logo.svg) +@sphinxdirective + +|binder_link| + +.. |binder_link| raw:: html + + Binder + +@endsphinxdirective + Tutorials showing this logo may be run remotely using Binder with no setup, although running the notebooks on a local system is recommended for best performance. See the [OpenVINO™ Notebooks Installation Guide](https://github.com/openvinotoolkit/openvino_notebooks/blob/main/README.md#-installation-guide) to install and run locally.