Merge pull request #10654 from tetrapod00/step-step-link

Improve links to Step by step
This commit is contained in:
Matthew
2025-02-09 14:36:02 -05:00
committed by GitHub
4 changed files with 7 additions and 11 deletions

View File

@@ -71,10 +71,10 @@ This documentation is organized into several sections:
- **About** contains this introduction as well as
information about the engine, its history, its licensing, authors, etc. It
also contains the :ref:`doc_faq`.
- **Getting Started** contains all necessary information on using the
engine to make games. It starts with the :ref:`Step by step
<toc-learn-step_by_step>` tutorial which should be the entry point for all
new users. **This is the best place to start if you're new!**
- **Getting Started** contains all necessary information on using the engine to
make games. It starts with the :ref:`doc_getting_started_intro` section which
should be the entry point for all new users. **This is the best place to start
if you're new!**
- The **Manual** can be read or referenced as needed,
in any order. It contains feature-specific tutorials and documentation.
- **Contributing** gives information related to contributing to

View File

@@ -48,7 +48,7 @@ Prerequisites
-------------
This step-by-step tutorial is intended for beginners who followed the complete
:ref:`Getting Started <toc-learn-step_by_step>`.
:ref:`doc_step_by_step`.
If you're an experienced programmer, you can find the complete demo's source
code here: `Dodge the Creeps source code

View File

@@ -1,5 +1,7 @@
:allow_comments: False
.. _doc_step_by_step:
Step by step
============

View File

@@ -24,12 +24,6 @@ be loaded using
So HTTP may be useful for your game's login system, lobby browser,
to retrieve some information from the web or to download game assets.
This tutorial assumes some familiarity with Godot and the Godot Editor.
Refer to the :ref:`Introduction <toc-learn-introduction>` and the
:ref:`Step by step <toc-learn-step_by_step>` tutorial, especially its
:ref:`Nodes and Scenes <doc_nodes_and_scenes>` and
:ref:`Creating your first script <doc_scripting_first_script>` pages if needed.
HTTP requests in Godot
----------------------