فهرست منبع

Move editor manual

Nathan Lovato 4 سال پیش
والد
کامیت
cb50a226c2

+ 0 - 13
getting_started/editor/index.rst

@@ -1,13 +0,0 @@
-
-Editor manual
-=============
-
-.. toctree::
-   :maxdepth: 1
-   :name: toc-learn-editor
-
-   using_the_web_editor
-   command_line_tutorial
-   external_editor
-   default_key_mapping
-   unity_to_godot

+ 1 - 1
index.rst

@@ -76,7 +76,6 @@ The main documentation for the site is organized into the following sections:
    :name: sec-learn
    :name: sec-learn
 
 
    getting_started/step_by_step/index
    getting_started/step_by_step/index
-   getting_started/editor/index
    getting_started/workflow/index
    getting_started/workflow/index
 
 
 
 
@@ -90,6 +89,7 @@ The main documentation for the site is organized into the following sections:
    tutorials/3d/index
    tutorials/3d/index
    tutorials/audio/index
    tutorials/audio/index
    tutorials/physics/index
    tutorials/physics/index
+   tutorials/editor/index
    tutorials/math/index
    tutorials/math/index
    tutorials/animation/index
    tutorials/animation/index
    tutorials/inputs/index
    tutorials/inputs/index

+ 0 - 0
getting_started/editor/command_line_tutorial.rst → tutorials/editor/command_line_tutorial.rst


+ 0 - 0
getting_started/editor/default_key_mapping.rst → tutorials/editor/default_key_mapping.rst


+ 0 - 0
getting_started/editor/external_editor.rst → tutorials/editor/external_editor.rst


+ 0 - 0
getting_started/editor/img/editor_settings.png → tutorials/editor/img/editor_settings.png


+ 15 - 0
tutorials/editor/index.rst

@@ -0,0 +1,15 @@
+Editor manual
+=============
+
+In this section, we cover the Godot editor in general, from its interface to
+using it with the command line. We cover some specific editors' interface in
+other sections where appropriate. For example, the :ref:`animation editor
+<doc_introduction_animation>`.
+
+.. toctree::
+   :maxdepth: 1
+   :name: toc-learn-editor
+
+   command_line_tutorial
+   external_editor
+   default_key_mapping