Browse Source

Merge pull request #3509 from Calinou/remove-editor-dev-intro-page

Remove uninformative editor development Introduction page
Max Hilbrunner 5 years ago
parent
commit
713871f040
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
    :name: toc-devel-editor
 
-   introduction
    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.