Add toctrees for new repo organization

Also renamed Getting started back to Step by step as requested by reduz.

(cherry picked from commit fcbab02811)
This commit is contained in:
Rémi Verschelde
2017-03-29 20:18:10 +02:00
parent 5e05011eae
commit 02dfa7b6e4
44 changed files with 387 additions and 22 deletions

15
development/cpp/index.rst Normal file
View File

@@ -0,0 +1,15 @@
Developing in C++
=================
.. toctree::
:maxdepth: 1
:name: toc-devel-cpp
introduction_to_godot_development
configuring_an_ide
core_types
variant_class
object_class
inheritance_class_tree
custom_modules_in_cpp
creating_android_modules