From dacee416daecc7ecf9866d00a81371827d1e2983 Mon Sep 17 00:00:00 2001 From: Nathan Lovato Date: Fri, 9 Oct 2020 10:01:22 -0600 Subject: [PATCH] Move debug section to Scripting Closes #4110 --- index.rst | 1 - tutorials/{ => scripting}/debug/debugger_panel.rst | 0 .../{ => scripting}/debug/img/overview_debug.png | Bin .../{ => scripting}/debug/img/overview_debugger.png | Bin .../{ => scripting}/debug/img/overview_remote.png | Bin .../debug/img/overview_script_editor.png | Bin tutorials/{ => scripting}/debug/img/video_ram.png | Bin tutorials/{ => scripting}/debug/index.rst | 0 .../debug/overview_of_debugging_tools.rst | 0 tutorials/scripting/index.rst | 1 + 10 files changed, 1 insertion(+), 1 deletion(-) rename tutorials/{ => scripting}/debug/debugger_panel.rst (100%) rename tutorials/{ => scripting}/debug/img/overview_debug.png (100%) rename tutorials/{ => scripting}/debug/img/overview_debugger.png (100%) rename tutorials/{ => scripting}/debug/img/overview_remote.png (100%) rename tutorials/{ => scripting}/debug/img/overview_script_editor.png (100%) rename tutorials/{ => scripting}/debug/img/video_ram.png (100%) rename tutorials/{ => scripting}/debug/index.rst (100%) rename tutorials/{ => scripting}/debug/overview_of_debugging_tools.rst (100%) diff --git a/index.rst b/index.rst index 1446ac25c..eab1c3a9f 100644 --- a/index.rst +++ b/index.rst @@ -105,7 +105,6 @@ The main documentation for the site is organized into the following sections: tutorials/threads/index tutorials/content/index tutorials/performance/index - tutorials/debug/index .. toctree:: diff --git a/tutorials/debug/debugger_panel.rst b/tutorials/scripting/debug/debugger_panel.rst similarity index 100% rename from tutorials/debug/debugger_panel.rst rename to tutorials/scripting/debug/debugger_panel.rst diff --git a/tutorials/debug/img/overview_debug.png b/tutorials/scripting/debug/img/overview_debug.png similarity index 100% rename from tutorials/debug/img/overview_debug.png rename to tutorials/scripting/debug/img/overview_debug.png diff --git a/tutorials/debug/img/overview_debugger.png b/tutorials/scripting/debug/img/overview_debugger.png similarity index 100% rename from tutorials/debug/img/overview_debugger.png rename to tutorials/scripting/debug/img/overview_debugger.png diff --git a/tutorials/debug/img/overview_remote.png b/tutorials/scripting/debug/img/overview_remote.png similarity index 100% rename from tutorials/debug/img/overview_remote.png rename to tutorials/scripting/debug/img/overview_remote.png diff --git a/tutorials/debug/img/overview_script_editor.png b/tutorials/scripting/debug/img/overview_script_editor.png similarity index 100% rename from tutorials/debug/img/overview_script_editor.png rename to tutorials/scripting/debug/img/overview_script_editor.png diff --git a/tutorials/debug/img/video_ram.png b/tutorials/scripting/debug/img/video_ram.png similarity index 100% rename from tutorials/debug/img/video_ram.png rename to tutorials/scripting/debug/img/video_ram.png diff --git a/tutorials/debug/index.rst b/tutorials/scripting/debug/index.rst similarity index 100% rename from tutorials/debug/index.rst rename to tutorials/scripting/debug/index.rst diff --git a/tutorials/debug/overview_of_debugging_tools.rst b/tutorials/scripting/debug/overview_of_debugging_tools.rst similarity index 100% rename from tutorials/debug/overview_of_debugging_tools.rst rename to tutorials/scripting/debug/overview_of_debugging_tools.rst diff --git a/tutorials/scripting/index.rst b/tutorials/scripting/index.rst index 974bde09f..1ef1e2843 100644 --- a/tutorials/scripting/index.rst +++ b/tutorials/scripting/index.rst @@ -9,6 +9,7 @@ Scripting visual_script/index c_sharp/index gdnative/index + debug/index cross_language_scripting creating_script_templates change_scenes_manually