From 7a0318f9a7dfaeef324f67b5047f9155d9be87aa Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Wed, 30 Jul 2025 15:01:25 +0200 Subject: [PATCH] Fix a few link compile errors. --- organization/areas.rst | 224 ++++++++++++++++++++--------------------- 1 file changed, 112 insertions(+), 112 deletions(-) diff --git a/organization/areas.rst b/organization/areas.rst index 1089636..7e26fd0 100644 --- a/organization/areas.rst +++ b/organization/areas.rst @@ -17,39 +17,39 @@ Core Low-level Core API: Object, Variant, templates, base nodes like Node, Viewport, etc. (everything under core and scene/main). -* Triage: `Core issue triage `_ -* RC channel: `#core `_ -* GitHub team: `godotengine/core `_ -* GitHub label: ``topic:core`` · `issues `_ · `PRs `_ +* Triage: `Core issue triage `__ +* RC channel: `#core `__ +* GitHub team: `godotengine/core `__ +* GitHub label: ``topic:core`` · `issues `__ · `PRs `__ Input ~~~~~ -* GitHub team: `godotengine/input `_ -* RC channel: `#input `_ -* GitHub label: ``topic:input`` · `issues `_ · `PRs `_ +* GitHub team: `godotengine/input `__ +* RC channel: `#input `__ +* GitHub label: ``topic:input`` · `issues `__ · `PRs `__ GUI --- Everything that inherits Control (everything under scene/gui) and can be used to build Graphical User Interfaces (both game UI and editor tools). -* Triage: `GUI issue triage `_ -* RC channel: `#gui `_ -* GitHub team: `godotengine/gui-nodes `_ -* GitHub label: ``topic:gui`` · `issues `_ · `PRs `_ +* Triage: `GUI issue triage `__ +* RC channel: `#gui `__ +* GitHub team: `godotengine/gui-nodes `__ +* GitHub label: ``topic:gui`` · `issues `__ · `PRs `__ 2D -- * RC channel: `#2d `__ -* GitHub team: `godotengine/2d-nodes `_ -* GitHub label: ``topic:2d`` · `issues `_ · `PRs `_ +* GitHub team: `godotengine/2d-nodes `__ +* GitHub label: ``topic:2d`` · `issues `__ · `PRs `__ 3D -- -* GitHub team: `godotengine/3d-nodes `_ +* GitHub team: `godotengine/3d-nodes `__ * GitHub label: ``topic:3d`` · issues · PRs Editor @@ -57,22 +57,22 @@ Editor All things related to the editor, both tools and usability (editor). -* Triage: `Editor issue triage `_ +* Triage: `Editor issue triage `__ * RC channels - * `godotengine/editor `_ - * `godotengine/editor-design `_ + * `godotengine/editor `__ + * `godotengine/editor-design `__ * GitHub labels - * ``topic:editor`` · `issues `_ · `PRs `_ - * ``topic:export`` · `issues `_ · `PRs `_ - * ``topic:i18n`` · `issues `_ · `PRs `_ - * ``topic:plugin`` · `issues `_ · `PRs `_ + * ``topic:editor`` · `issues `__ · `PRs `__ + * ``topic:export`` · `issues `__ · `PRs `__ + * ``topic:i18n`` · `issues `__ · `PRs `__ + * ``topic:plugin`` · `issues `__ · `PRs `__ * GitHub teams - * `godotengine/2d-editor `_ - * `godotengine/3d-editor `_ - * `godotengine/debugger `_ - * `godotengine/docs `_ - * `godotengine/script-editor `_ - * `godotengine/usability `_ + * `godotengine/2d-editor `__ + * `godotengine/3d-editor `__ + * `godotengine/debugger `__ + * `godotengine/docs `__ + * `godotengine/script-editor `__ + * `godotengine/usability `__ Scripting --------- @@ -85,67 +85,67 @@ GDExtension GDExtension and godot-cpp. -* Triage: `GDExtension issue triage `_ -* RC Channel: `#gdextension `_ -* GitHub team: `godotengine/gdextension `_ -* GitHub label: ``topic:gdextension`` · `issues `_ · `PRs `_ +* Triage: `GDExtension issue triage `__ +* RC Channel: `#gdextension `__ +* GitHub team: `godotengine/gdextension `__ +* GitHub label: ``topic:gdextension`` · `issues `__ · `PRs `__ GDScript ~~~~~~~~ GDScript language implementation. -* Triage: `GDScript issue triage `_ -* RC channel: `#gdscript `_ -* GitHub team: `godotengine/gdscript `_ -* GitHub label: ``topic:gdscript`` · `issues `_ · `PRs `_ +* Triage: `GDScript issue triage `__ +* RC channel: `#gdscript `__ +* GitHub team: `godotengine/gdscript `__ +* GitHub label: ``topic:gdscript`` · `issues `__ · `PRs `__ C# / .NET / Mono ~~~~~~~~~~~~~~~~ -* Triage: `Dotnet issue triage `_ -* RC channel: `#dotnet `_ -* GitHub team: `godotengine/dotnet `_ -* GitHub label: ``topic:dotnet`` · `issues `_ · `PRs `_ +* Triage: `Dotnet issue triage `__ +* RC channel: `#dotnet `__ +* GitHub team: `godotengine/dotnet `__ +* GitHub label: ``topic:dotnet`` · `issues `__ · `PRs `__ Buildsystem ----------- Tools and scripts that we use to compile and maintain Godot, both for development purpose (SCons, CI) and releases (official build containers). -* Triage: `Buildsystem issue triage `_ -* RC channel: `#buildsystem `_ -* GitHub team: `godotengine/buildsystem `_ -* GitHub label: ``topic:buildsystem`` · `issues `_ · `PRs `_ +* Triage: `Buildsystem issue triage `__ +* RC channel: `#buildsystem `__ +* GitHub team: `godotengine/buildsystem `__ +* GitHub label: ``topic:buildsystem`` · `issues `__ · `PRs `__ Platforms --------- Platform specific layers that reside in platform, with shared components (Unix, Win32, Apple, etc.) in drivers. -* Triage: `Platforms issue triage `_ +* Triage: `Platforms issue triage `__ * RC channels - * `#platforms `_ - * `#apple `_ - * `#android `_ - * `#web `_ + * `#platforms `__ + * `#apple `__ + * `#android `__ + * `#web `__ * GitHub teams - * `godotengine/android `_ - * `godotengine/ios `_ - * `godotengine/linux-bsd `_ - * `godotengine/macos `_ - * `godotengine/uwp `_ - * `godotengine/web `_ - * `godotengine/windows `_ + * `godotengine/android `__ + * `godotengine/ios `__ + * `godotengine/linux-bsd `__ + * `godotengine/macos `__ + * `godotengine/uwp `__ + * `godotengine/web `__ + * `godotengine/windows `__ * GitHub labels - * ``topic:porting`` · `issues `_ · `PRs `_ - * ``topic:android`` · `issues `_ · `PRs `_ - * ``topic:ios`` · `issues `_ · `PRs `_ - * ``topic:linuxbsd`` · `issues `_ · `PRs `_ - * ``topic:macos`` · `issues `_ · `PRs `_ - * ``topic:uwp`` · `issues `_ · `PRs `_ - * ``topic:web`` · `issues `_ · `PRs `_ - * ``topic:windows`` · `issues `_ · `PRs `_ + * ``topic:porting`` · `issues `__ · `PRs `__ + * ``topic:android`` · `issues `__ · `PRs `__ + * ``topic:ios`` · `issues `__ · `PRs `__ + * ``topic:linuxbsd`` · `issues `__ · `PRs `__ + * ``topic:macos`` · `issues `__ · `PRs `__ + * ``topic:uwp`` · `issues `__ · `PRs `__ + * ``topic:web`` · `issues `__ · `PRs `__ + * ``topic:windows`` · `issues `__ · `PRs `__ Animation --------- @@ -164,8 +164,8 @@ All audio-related features, from low-level AudioServer and drivers to high-level * Triage: `Audio issue triage `__ * RC channel: `#audio `__ -* GitHub team: `godotengine/audio `_ -* GitHub label: ``topic:audio`` · `issues `_ · `PRs `_ +* GitHub team: `godotengine/audio `__ +* GitHub label: ``topic:audio`` · `issues `__ · `PRs `__ Import ------ @@ -174,71 +174,71 @@ Asset import pipeline for 2D (textures) and 3D (scenes, models, animations, etc. * Triage: `Asset pipeline issue triage `__ * RC channel: `#asset-pipeline `__ -* GitHub team: `godotengine/import `_ -* GitHub label: ``topic:import`` · `issues `_ · `PRs `_ +* GitHub team: `godotengine/import `__ +* GitHub label: ``topic:import`` · `issues `__ · `PRs `__ Networking ---------- Networked multiplayer, RPCs and replication, HTTP/TCP/UDP/DNS, WebSockets, ENet, encryption. -* Triage: `Network issue triage `_ +* Triage: `Network issue triage `__ * RC channels - * `#networking `_ - * `#voip `_ -* GitHub team: `godotengine/network `_ + * `#networking `__ + * `#voip `__ +* GitHub team: `godotengine/network `__ * GitHub labels - * ``topic:network`` · `issues `_ · `PRs `_ - * ``topic:multiplayer`` · `issues `_ · `PRs `_ + * ``topic:network`` · `issues `__ · `PRs `__ + * ``topic:multiplayer`` · `issues `__ · `PRs `__ Physics ------- Physics servers and their implementation in 2D and 3D. -* Triage: `Physics issue triage `_ -* RC channel: `#physics `_ -* GitHub team: `godotengine/physics `_ -* GitHub label: ``topic:physics`` · `issues `_ · `PRs `_ +* Triage: `Physics issue triage `__ +* RC channel: `#physics `__ +* GitHub team: `godotengine/physics `__ +* GitHub label: ``topic:physics`` · `issues `__ · `PRs `__ Rendering --------- Rendering server and RenderingDevice implementations (Vulkan, OpenGL), as well as the actual rendering techniques implemented using those graphics APIs. -* Triage: `Rendering issue triage `_ -* RC channel: `#rendering `_ +* Triage: `Rendering issue triage `__ +* RC channel: `#rendering `__ * GitHub teams - * `godotengine/rendering `_ - * `godotengine/shaders `_ + * `godotengine/rendering `__ + * `godotengine/shaders `__ * GitHub labels - * ``topic:rendering`` · `issues `_ · `PRs `_ - * ``topic:shaders`` · `issues `_ · `PRs `_ + * ``topic:rendering`` · `issues `__ · `PRs `__ + * ``topic:shaders`` · `issues `__ · `PRs `__ VFX / Tech Art / Particles ~~~~~~~~~~~~~~~~~~~~~~~~~~ -* Triage: `Particles issue triage `_ -* RC channel: `#vfx-tech-art `_ -* GitHub label: ``topic:particles`` · `issues `_ · `PRs `_ +* Triage: `Particles issue triage `__ +* RC channel: `#vfx-tech-art `__ +* GitHub label: ``topic:particles`` · `issues `__ · `PRs `__ XR -- Augmented (AR) and virtual reality (VR). -* Triage: `XR issue triage `_ -* RC channel: `#xr `_ -* GitHub team: `godotengine/xr `_ -* GitHub label: ``topic:xr`` · `issues `_ · `PRs `_ +* Triage: `XR issue triage `__ +* RC channel: `#xr `__ +* GitHub team: `godotengine/xr `__ +* GitHub label: ``topic:xr`` · `issues `__ · `PRs `__ Navigation ---------- -* Triage: `Navigation issue triage `_ -* RC channel: `#navigation `_ -* GitHub team: `godotengine/navigation `_ -* GitHub label: ``topic:navigation`` · `issues `_ · `PRs `_ +* Triage: `Navigation issue triage `__ +* RC channel: `#navigation `__ +* GitHub team: `godotengine/navigation `__ +* GitHub label: ``topic:navigation`` · `issues `__ · `PRs `__ Documentation ------------- @@ -248,14 +248,14 @@ Note that, while there is a dedicated documentation team, all other teams are ex for their area. * RC channels - * `#documentation `_ - * `#translation `_ - * `#translation-de `_ - * `#translation-es `_ - * `#translation-fr `_ - * `#translation-it `_ -* GitHub team: `godotengine/documentation `_ -* GitHub label: ``documentation`` · `issues `_ · `PRs `_ + * `#documentation `__ + * `#translation `__ + * `#translation-de `__ + * `#translation-es `__ + * `#translation-fr `__ + * `#translation-it `__ +* GitHub team: `godotengine/documentation `__ +* GitHub label: ``documentation`` · `issues `__ · `PRs `__ Quality Assurance ------------------ @@ -263,8 +263,8 @@ Quality Assurance All things QA: unit/integration tests, static analysis, benchmarks, code style/quality, builds testing. * RC channels - * `#quality-assurance `_ - * `#benchmarks `_ + * `#quality-assurance `__ + * `#benchmarks `__ Tests ~~~~~ @@ -273,26 +273,26 @@ Tests for the engine and its systems. Note that, while there is a dedicated tests team, all other teams are expected to contribute to the tests for their area. -* GitHub team: `godotengine/tests `_ -* GitHub label: ``topic:tests`` · `issues `_ · `PRs `_ +* GitHub team: `godotengine/tests `__ +* GitHub label: ``topic:tests`` · `issues `__ · `PRs `__ Bugsquad / Issue triage ~~~~~~~~~~~~~~~~~~~~~~~ * RC channels - * `#bugsquad `_ - * `#bugsquad-sprints `_ + * `#bugsquad `__ + * `#bugsquad-sprints `__ Demos ----- -* RC channel: `#demo-content `_ +* RC channel: `#demo-content `__ Website ------- -Creating the website `godotengine.org `_ and `asset library `_ (and upcoming `asset store `_). +Creating the website `godotengine.org `__ and `asset library `__ (and upcoming `asset store `_). * RC channels - * `#website `_ - * `#asset-store `_ + * `#website `__ + * `#asset-store `__