From cb50a226c233cb2f6ac011ddae9a414a65d70156 Mon Sep 17 00:00:00 2001 From: Nathan Lovato Date: Wed, 28 Oct 2020 13:51:33 -0600 Subject: [PATCH] Move editor manual --- getting_started/editor/index.rst | 13 ------------- index.rst | 2 +- .../editor/command_line_tutorial.rst | 0 .../editor/default_key_mapping.rst | 0 .../editor/external_editor.rst | 0 .../editor/img/editor_settings.png | Bin tutorials/editor/index.rst | 15 +++++++++++++++ 7 files changed, 16 insertions(+), 14 deletions(-) delete mode 100644 getting_started/editor/index.rst rename {getting_started => tutorials}/editor/command_line_tutorial.rst (100%) rename {getting_started => tutorials}/editor/default_key_mapping.rst (100%) rename {getting_started => tutorials}/editor/external_editor.rst (100%) rename {getting_started => tutorials}/editor/img/editor_settings.png (100%) create mode 100644 tutorials/editor/index.rst diff --git a/getting_started/editor/index.rst b/getting_started/editor/index.rst deleted file mode 100644 index dbb101889..000000000 --- a/getting_started/editor/index.rst +++ /dev/null @@ -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 diff --git a/index.rst b/index.rst index 960365fb0..21363d70a 100644 --- a/index.rst +++ b/index.rst @@ -76,7 +76,6 @@ The main documentation for the site is organized into the following sections: :name: sec-learn getting_started/step_by_step/index - getting_started/editor/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/audio/index tutorials/physics/index + tutorials/editor/index tutorials/math/index tutorials/animation/index tutorials/inputs/index diff --git a/getting_started/editor/command_line_tutorial.rst b/tutorials/editor/command_line_tutorial.rst similarity index 100% rename from getting_started/editor/command_line_tutorial.rst rename to tutorials/editor/command_line_tutorial.rst diff --git a/getting_started/editor/default_key_mapping.rst b/tutorials/editor/default_key_mapping.rst similarity index 100% rename from getting_started/editor/default_key_mapping.rst rename to tutorials/editor/default_key_mapping.rst diff --git a/getting_started/editor/external_editor.rst b/tutorials/editor/external_editor.rst similarity index 100% rename from getting_started/editor/external_editor.rst rename to tutorials/editor/external_editor.rst diff --git a/getting_started/editor/img/editor_settings.png b/tutorials/editor/img/editor_settings.png similarity index 100% rename from getting_started/editor/img/editor_settings.png rename to tutorials/editor/img/editor_settings.png diff --git a/tutorials/editor/index.rst b/tutorials/editor/index.rst new file mode 100644 index 000000000..c80b88a90 --- /dev/null +++ b/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 +`. + +.. toctree:: + :maxdepth: 1 + :name: toc-learn-editor + + command_line_tutorial + external_editor + default_key_mapping