From a4c21f735d412187f0bbc73e61ecb9f44ee9a047 Mon Sep 17 00:00:00 2001 From: Nathan Lovato Date: Sat, 10 Oct 2020 22:36:47 -0600 Subject: [PATCH] Move the best practices section to tutorials/ --- getting_started/workflow/index.rst | 1 - index.rst | 1 + .../best_practices/autoloads_versus_internal_nodes.rst | 0 .../workflow => tutorials}/best_practices/data_preferences.rst | 0 .../workflow => tutorials}/best_practices/godot_interfaces.rst | 0 .../best_practices/godot_notifications.rst | 0 {getting_started/workflow => tutorials}/best_practices/index.rst | 0 .../best_practices/introduction_best_practices.rst | 0 .../workflow => tutorials}/best_practices/logic_preferences.rst | 0 .../workflow => tutorials}/best_practices/node_alternatives.rst | 0 .../workflow => tutorials}/best_practices/scene_organization.rst | 0 .../best_practices/scenes_versus_scripts.rst | 0 .../best_practices/what_are_godot_classes.rst | 0 13 files changed, 1 insertion(+), 1 deletion(-) rename {getting_started/workflow => tutorials}/best_practices/autoloads_versus_internal_nodes.rst (100%) rename {getting_started/workflow => tutorials}/best_practices/data_preferences.rst (100%) rename {getting_started/workflow => tutorials}/best_practices/godot_interfaces.rst (100%) rename {getting_started/workflow => tutorials}/best_practices/godot_notifications.rst (100%) rename {getting_started/workflow => tutorials}/best_practices/index.rst (100%) rename {getting_started/workflow => tutorials}/best_practices/introduction_best_practices.rst (100%) rename {getting_started/workflow => tutorials}/best_practices/logic_preferences.rst (100%) rename {getting_started/workflow => tutorials}/best_practices/node_alternatives.rst (100%) rename {getting_started/workflow => tutorials}/best_practices/scene_organization.rst (100%) rename {getting_started/workflow => tutorials}/best_practices/scenes_versus_scripts.rst (100%) rename {getting_started/workflow => tutorials}/best_practices/what_are_godot_classes.rst (100%) diff --git a/getting_started/workflow/index.rst b/getting_started/workflow/index.rst index 4565b8dc9..a374e8ff5 100644 --- a/getting_started/workflow/index.rst +++ b/getting_started/workflow/index.rst @@ -7,4 +7,3 @@ Project workflow project_setup/index assets/index - best_practices/index diff --git a/index.rst b/index.rst index 46245b6f2..f84ed0222 100644 --- a/index.rst +++ b/index.rst @@ -93,6 +93,7 @@ The main documentation for the site is organized into the following sections: tutorials/vr/index tutorials/plugins/index tutorials/platform/index + tutorials/best_practices/index tutorials/performance/index tutorials/export/index diff --git a/getting_started/workflow/best_practices/autoloads_versus_internal_nodes.rst b/tutorials/best_practices/autoloads_versus_internal_nodes.rst similarity index 100% rename from getting_started/workflow/best_practices/autoloads_versus_internal_nodes.rst rename to tutorials/best_practices/autoloads_versus_internal_nodes.rst diff --git a/getting_started/workflow/best_practices/data_preferences.rst b/tutorials/best_practices/data_preferences.rst similarity index 100% rename from getting_started/workflow/best_practices/data_preferences.rst rename to tutorials/best_practices/data_preferences.rst diff --git a/getting_started/workflow/best_practices/godot_interfaces.rst b/tutorials/best_practices/godot_interfaces.rst similarity index 100% rename from getting_started/workflow/best_practices/godot_interfaces.rst rename to tutorials/best_practices/godot_interfaces.rst diff --git a/getting_started/workflow/best_practices/godot_notifications.rst b/tutorials/best_practices/godot_notifications.rst similarity index 100% rename from getting_started/workflow/best_practices/godot_notifications.rst rename to tutorials/best_practices/godot_notifications.rst diff --git a/getting_started/workflow/best_practices/index.rst b/tutorials/best_practices/index.rst similarity index 100% rename from getting_started/workflow/best_practices/index.rst rename to tutorials/best_practices/index.rst diff --git a/getting_started/workflow/best_practices/introduction_best_practices.rst b/tutorials/best_practices/introduction_best_practices.rst similarity index 100% rename from getting_started/workflow/best_practices/introduction_best_practices.rst rename to tutorials/best_practices/introduction_best_practices.rst diff --git a/getting_started/workflow/best_practices/logic_preferences.rst b/tutorials/best_practices/logic_preferences.rst similarity index 100% rename from getting_started/workflow/best_practices/logic_preferences.rst rename to tutorials/best_practices/logic_preferences.rst diff --git a/getting_started/workflow/best_practices/node_alternatives.rst b/tutorials/best_practices/node_alternatives.rst similarity index 100% rename from getting_started/workflow/best_practices/node_alternatives.rst rename to tutorials/best_practices/node_alternatives.rst diff --git a/getting_started/workflow/best_practices/scene_organization.rst b/tutorials/best_practices/scene_organization.rst similarity index 100% rename from getting_started/workflow/best_practices/scene_organization.rst rename to tutorials/best_practices/scene_organization.rst diff --git a/getting_started/workflow/best_practices/scenes_versus_scripts.rst b/tutorials/best_practices/scenes_versus_scripts.rst similarity index 100% rename from getting_started/workflow/best_practices/scenes_versus_scripts.rst rename to tutorials/best_practices/scenes_versus_scripts.rst diff --git a/getting_started/workflow/best_practices/what_are_godot_classes.rst b/tutorials/best_practices/what_are_godot_classes.rst similarity index 100% rename from getting_started/workflow/best_practices/what_are_godot_classes.rst rename to tutorials/best_practices/what_are_godot_classes.rst