From b5c9eb2e76c6f993b9b7a9798f1feb5bf4099e7c Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Thu, 1 Mar 2018 00:11:12 +0100 Subject: [PATCH] Move images to _images folder --- .../{_static => _images}/get_inline_bot_results.png | Bin .../{_static => _images}/send_inline_bot_result.png | Bin docs/source/resources/BotsInteraction.rst | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/source/{_static => _images}/get_inline_bot_results.png (100%) rename docs/source/{_static => _images}/send_inline_bot_result.png (100%) diff --git a/docs/source/_static/get_inline_bot_results.png b/docs/source/_images/get_inline_bot_results.png similarity index 100% rename from docs/source/_static/get_inline_bot_results.png rename to docs/source/_images/get_inline_bot_results.png diff --git a/docs/source/_static/send_inline_bot_result.png b/docs/source/_images/send_inline_bot_result.png similarity index 100% rename from docs/source/_static/send_inline_bot_result.png rename to docs/source/_images/send_inline_bot_result.png diff --git a/docs/source/resources/BotsInteraction.rst b/docs/source/resources/BotsInteraction.rst index 486ee397..ec436224 100644 --- a/docs/source/resources/BotsInteraction.rst +++ b/docs/source/resources/BotsInteraction.rst @@ -15,7 +15,7 @@ Inline Bots # Get bot results for "Fuzz Universe" from the inline bot @vid bot_results = client.get_inline_bot_results("vid", "Fuzz Universe") - .. figure:: ../_static/get_inline_bot_results.png + .. figure:: ../_images/get_inline_bot_results.png :width: 90% :align: center :figwidth: 60% @@ -31,7 +31,7 @@ Inline Bots # Send the first result (bot_results.results[0]) to your own chat (Saved Messages) client.send_inline_bot_result("me", bot_results.query_id, bot_results.results[0].id) - .. figure:: ../_static/send_inline_bot_result.png + .. figure:: ../_images/send_inline_bot_result.png :width: 90% :align: center :figwidth: 60%