Move editor manual

This commit is contained in:
Nathan Lovato
2020-10-28 13:51:33 -06:00
parent c6fdd5147b
commit cb50a226c2
7 changed files with 16 additions and 14 deletions

View File

@@ -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

View File

@@ -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

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -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