Browse Source

Remove uninformative editor development Introduction page

Hugo Locurcio 5 years ago
parent
commit
cc5f394710
2 changed files with 0 additions and 10 deletions
  1. 0 1
      development/editor/index.rst
  2. 0 9
      development/editor/introduction.rst

+ 0 - 1
development/editor/index.rst

@@ -5,5 +5,4 @@ Editor development
    :maxdepth: 1
    :maxdepth: 1
    :name: toc-devel-editor
    :name: toc-devel-editor
 
 
-   introduction
    creating_icons
    creating_icons

+ 0 - 9
development/editor/introduction.rst

@@ -1,9 +0,0 @@
-.. _doc_editor_intro:
-
-Introduction
-============
-
-As the engine is constantly evolving and new features are being added, it is
-important to familiarize yourself with the editor and tools development in C++.
-Without the editor, some of the engine's internal functionality would become
-unaccessible and make the development not intuitive.