浏览代码

Move project_setup documents to best_practices

Nathan Lovato 4 年之前
父节点
当前提交
dcb772f19c

+ 0 - 1
getting_started/workflow/index.rst

@@ -5,5 +5,4 @@ Project workflow
    :maxdepth: 1
    :maxdepth: 1
    :name: toc-learn-workflow
    :name: toc-learn-workflow
 
 
-   project_setup/index
    assets/index
    assets/index

+ 0 - 11
getting_started/workflow/project_setup/index.rst

@@ -1,11 +0,0 @@
-Project setup
-=============
-
-.. toctree::
-   :maxdepth: 1
-   :name: toc-learn-workflow-project_setup
-
-   project_organization
-   version_control_systems
-
-.. plugins_from_assetlib

+ 0 - 0
getting_started/workflow/project_setup/img/version_control_menu.png → tutorials/best_practices/img/version_control_menu.png


+ 2 - 0
tutorials/best_practices/index.rst

@@ -15,3 +15,5 @@ Best practices
    godot_notifications
    godot_notifications
    data_preferences
    data_preferences
    logic_preferences
    logic_preferences
+   project_organization
+   version_control_systems

+ 0 - 0
getting_started/workflow/project_setup/project_organization.rst → tutorials/best_practices/project_organization.rst


+ 1 - 1
tutorials/best_practices/scene_organization.rst

@@ -385,7 +385,7 @@ own place in the hierarchy as a sibling or some other relation.
   of game connections and the like.
   of game connections and the like.
 
 
 The key to scene organization is to consider the SceneTree in relational terms
 The key to scene organization is to consider the SceneTree in relational terms
-rather than spatial terms. Are the nodes dependent on their parent's existance?
+rather than spatial terms. Are the nodes dependent on their parent's existence?
 If not, then they can thrive all by themselves somewhere else.
 If not, then they can thrive all by themselves somewhere else.
 If they are dependent, then it stands to reason that they should be children of
 If they are dependent, then it stands to reason that they should be children of
 that parent (and likely part of that parent's scene if they aren't already).
 that parent (and likely part of that parent's scene if they aren't already).

+ 0 - 0
getting_started/workflow/project_setup/version_control_systems.rst → tutorials/best_practices/version_control_systems.rst