From 97fb8d51d15487c6bd5e2af42088a19d380bd559 Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Wed, 30 Jul 2025 15:29:00 +0200 Subject: [PATCH] Update more titles. --- engine/{first_steps.rst => introduction.rst} | 4 ++-- index.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename engine/{first_steps.rst => introduction.rst} (97%) diff --git a/engine/first_steps.rst b/engine/introduction.rst similarity index 97% rename from engine/first_steps.rst rename to engine/introduction.rst index 94faa1c..c690e6f 100644 --- a/engine/first_steps.rst +++ b/engine/introduction.rst @@ -1,5 +1,5 @@ -First steps -=========== +Introduction to engine contributions +==================================== The possibility to study, use, modify and redistribute modifications of the engine's source code are the fundamental rights that diff --git a/index.rst b/index.rst index 7a39ac8..5868caf 100644 --- a/index.rst +++ b/index.rst @@ -22,7 +22,7 @@ TODO :caption: Contributing to the engine :name: sec-engine - engine/first_steps + engine/introduction engine/guidelines/index engine/unit_tests engine/debugging/index