Improve display of rubric fake headers with heading-level option

This commit is contained in:
tetrapod00
2024-11-01 21:32:36 -07:00
parent 717d603073
commit 2f634c7acb
5 changed files with 13 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ The following pages are meant to introduce the global organization of Godot Engi
source code, and give useful tips for extending and fixing the engine on the C++ side.
.. rubric:: Getting started with Godot's source code
:heading-level: 2
This section covers the basics that you will encounter in (almost) every source file.
@@ -25,6 +26,7 @@ This section covers the basics that you will encounter in (almost) every source
scripting_development
.. rubric:: Extending Godot by modifying its source code
:heading-level: 2
This section covers what you can do by modifying Godot's C++ source code.