forked from godotengine/godot-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add toctrees for new repo organization
Also renamed Getting started back to Step by step as requested by reduz.
- Loading branch information
Showing
44 changed files
with
388 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
About | ||
===== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-about | ||
|
||
faq | ||
|
||
.. history | ||
.. authors | ||
.. license |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Class reference | ||
=============== | ||
Godot API | ||
========= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Contributing | ||
============ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-community-contributing | ||
|
||
bug_triage_guidelines | ||
doc_and_l10n_guidelines | ||
updating_the_class_reference |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
3D | ||
== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-community-tutorials-3d | ||
|
||
mesh_generation_with_heightmap_and_shaders | ||
working_with_3d_skeletons | ||
inverse_kinematics |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Tutorials | ||
========= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-community-tutorials | ||
|
||
3d/index | ||
|
||
.. external_resources |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Compiling | ||
========= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-devel-compiling | ||
|
||
introduction_to_the_buildsystem | ||
compiling_for_windows | ||
compiling_for_x11 | ||
compiling_for_osx | ||
compiling_for_android | ||
compiling_for_ios | ||
cross-compiling_for_ios_on_linux | ||
compiling_for_uwp | ||
compiling_for_web | ||
batch_building_templates | ||
packaging_godot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Editor plugins | ||
============== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-devel-plugins | ||
|
||
making_plugins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Editor manual | ||
============= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-learn-editor | ||
|
||
2d_and_3d_keybindings | ||
unity_to_godot | ||
command_line_tutorial | ||
|
||
.. ue4_to_godot | ||
.. debugging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
2D | ||
== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-learn-features-2d | ||
|
||
2d_transforms | ||
canvas_layers | ||
using_tilemaps | ||
custom_drawing_in_2d | ||
particle_systems_2d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
3D | ||
== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-learn-features-3d | ||
|
||
introduction_to_3d | ||
3d_performance_and_limitations | ||
importing_3d_meshes | ||
importing_3d_scenes | ||
materials | ||
fixed_materials | ||
high_dynamic_range | ||
using_gridmaps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Animation | ||
========= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-learn-features-animation | ||
|
||
cutout_animation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
GUI | ||
=== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-learn-features-gui | ||
|
||
gui_skinning | ||
custom_gui_controls | ||
size_and_anchors | ||
bbcode_in_richtextlabel | ||
|
||
.. gui_containers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Engine features | ||
=============== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-learn-features | ||
|
||
math/index | ||
2d/index | ||
3d/index | ||
gui/index | ||
physics/index | ||
viewports/index | ||
inputs/index | ||
animation/index | ||
lighting/index | ||
shading/index | ||
networking/index | ||
platform/index | ||
misc/index | ||
|
||
.. audio/index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Inputs | ||
====== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-learn-features-inputs | ||
|
||
inputevent | ||
mouse_and_input_coordinates |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Lighting | ||
======== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-learn-features-lighting | ||
|
||
lighting | ||
shadow_mapping |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Math | ||
==== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-learn-features-math | ||
|
||
vector_math | ||
matrices_and_transforms |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Miscellaneous | ||
============= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-learn-features-misc | ||
|
||
background_loading | ||
data_paths | ||
saving_games | ||
encrypting_save_games | ||
handling_quit_requests | ||
pausing_games | ||
internationalizing_games | ||
locales | ||
binary_serialization_api |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Networking | ||
========== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-learn-features-networking | ||
|
||
high_level_multiplayer | ||
http_client_class | ||
ssl_certificates | ||
|
||
.. managing_tcp_udp_connections.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Physics | ||
======= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-learn-features-physics | ||
|
||
physics_introduction | ||
ray-casting | ||
kinematic_character_2d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Platform-specific | ||
================= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-learn-features-platform | ||
|
||
android_in_app_purchases | ||
services_for_ios |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Shading | ||
======= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-learn-features-shading | ||
|
||
shading_language | ||
shader_materials | ||
screen-reading_shaders |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Viewports | ||
========= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-learn-features-viewports | ||
|
||
viewports | ||
multiple_resolutions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
GDScript | ||
======== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-learn-scripting-gdscript | ||
|
||
gdscript_basics | ||
gdscript_advanced | ||
gdscript_format_string |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Scripting | ||
========= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:name: toc-learn-scripting | ||
|
||
gdscript/index |
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.