Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions about/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion getting_started/first_2d_game/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Used this shortform syntax because the title of the section below the reference label is acceptable, and will automatically update if we change it in the future.


If you're an experienced programmer, you can find the complete demo's source
code here: `Dodge the Creeps source code
Expand Down
2 changes: 2 additions & 0 deletions getting_started/step_by_step/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
:allow_comments: False

.. _doc_step_by_step:

Step by step
============

Expand Down
6 changes: 0 additions & 6 deletions tutorials/networking/http_request_class.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------

Expand Down
Loading