Skip to content

Commit 6441122

Browse files
committed
Split general godot-cpp, general GDExtension info and GDExtension internals into separate categories.
1 parent 1afdbaf commit 6441122

17 files changed

+30
-4
lines changed

tutorials/scripting/gdextension/files/cpp_example/SConstruct renamed to tutorials/scripting/gdextension/godot_cpp/files/cpp_example/SConstruct

File renamed without changes.

tutorials/scripting/gdextension/gdextension_cpp_example.rst renamed to tutorials/scripting/gdextension/godot_cpp/gdextension_cpp_example.rst

File renamed without changes.

tutorials/scripting/gdextension/gdextension_docs_system.rst renamed to tutorials/scripting/gdextension/godot_cpp/gdextension_docs_system.rst

File renamed without changes.

tutorials/scripting/gdextension/img/gdextension_cpp_animated.webm renamed to tutorials/scripting/gdextension/godot_cpp/img/gdextension_cpp_animated.webm

File renamed without changes.

tutorials/scripting/gdextension/img/gdextension_cpp_nodes.webp renamed to tutorials/scripting/gdextension/godot_cpp/img/gdextension_cpp_nodes.webp

File renamed without changes.

tutorials/scripting/gdextension/img/gdextension_cpp_sprite.webp renamed to tutorials/scripting/gdextension/godot_cpp/img/gdextension_cpp_sprite.webp

File renamed without changes.

tutorials/scripting/gdextension/img/gdextension_docs_generation.webp renamed to tutorials/scripting/gdextension/godot_cpp/img/gdextension_docs_generation.webp

File renamed without changes.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
:allow_comments: False
2+
3+
C++ (godot-cpp)
4+
===============
5+
6+
This section describes how to get started with `godot-cpp <https://github.com/godotengine/godot-cpp>`__, the official C++ GDExtension bindings maintained as part of the Godot project.
7+
8+
.. toctree::
9+
:maxdepth: 1
10+
:name: toc-tutorials-godot-cpp
11+
12+
gdextension_cpp_example
13+
gdextension_docs_system

tutorials/scripting/gdextension/index.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ GDExtension
55

66
.. toctree::
77
:maxdepth: 1
8-
:name: toc-tutorials-gdnative
8+
:name: toc-tutorials-gdextension
99

1010
what_is_gdextension
11-
gdextension_cpp_example
12-
gdextension_c_example
1311
gdextension_file
14-
gdextension_docs_system
12+
godot_cpp/index
13+
internals/index

tutorials/scripting/gdextension/gdextension_c_example.rst renamed to tutorials/scripting/gdextension/internals/gdextension_c_example.rst

File renamed without changes.

0 commit comments

Comments
 (0)