diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 7e580b0d7..de93034e0 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -14,6 +14,6 @@ assignees: ''
If you know how to fix the issue you are reporting please
consider opening a pull request. We provide a tutorial on
-using git here: https://docs.godotengine.org/en/stable/community/contributing/pr_workflow.html,
-writing documentation at https://docs.godotengine.org/en/stable/community/contributing/docs_writing_guidelines.html
-and contributing to the class reference here: https://docs.godotengine.org/en/stable/community/contributing/updating_the_class_reference.html
+using git here: https://contributing.godotengine.org/en/latest/organization/pull_requests/creating_pull_requests.html,
+writing documentation at https://contributing.godotengine.org/en/latest/documentation/guidelines/index.html
+and contributing to the class reference here: https://contributing.godotengine.org/en/latest/documentation/class_reference.html
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 806934458..8712366a6 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
- files: ^(about|community|contributing|getting_started|tutorials)/.*\.rst$
+ files: ^(about|community|engine_details|getting_started|tutorials)/.*\.rst$
additional_dependencies: [tomli]
- repo: https://github.com/pre-commit/pre-commit-hooks
diff --git a/README.md b/README.md
index bf2223d19..930d03838 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Here are some quick links to the areas you might be interested in:
3. [Content guidelines](https://docs.godotengine.org/en/latest/contributing/documentation/content_guidelines.html)
4. [Writing guidelines](https://docs.godotengine.org/en/latest/contributing/documentation/docs_writing_guidelines.html)
5. [Building the manual](https://docs.godotengine.org/en/latest/contributing/documentation/building_the_manual.html)
-6. [Translating the documentation](https://docs.godotengine.org/en/latest/contributing/documentation/editor_and_docs_localization.html)
+6. [Translating the documentation](https://contributing.godotengine.org/en/latest/documentation/translation/index.html)
## License
diff --git a/_styleguides/de.md b/_styleguides/de.md
index 649cdcefe..a75364c66 100644
--- a/_styleguides/de.md
+++ b/_styleguides/de.md
@@ -8,7 +8,7 @@ Lesbarkeit, Klarheit und Benutzbarkeit besonders im Vordergrund stehen.
Für die Übersetzung selbst ist das Tool
[Weblate](https://hosted.weblate.org/projects/godot-engine/) im Einsatz, das in der
-[offiziellen Dokumentation](https://docs.godotengine.org/de/4.x/contributing/documentation/editor_and_docs_localization.html) näher
+[offiziellen Dokumentation](https://contributing.godotengine.org/en/latest/documentation/translation/index.html) näher
erläutert wird. Die Bedienung von Weblate ist nicht Bestandteil dieses
Dokuments.
@@ -357,8 +357,8 @@ mit übersetzt werden sollten.
Für Übersetzungen des Editors und der Properties ist es ratsam, diese
auch selbst zu testen, indem
-man [die aktuelle Übersetzung herunterlädt](https://docs.godotengine.org/de/4.x/contributing/documentation/editor_and_docs_localization.html#offline-translation-and-testing)
-und Godot mit den Änderungen [selbst kompiliert](https://docs.godotengine.org/de/4.x/contributing/development/compiling/compiling_for_windows.html).
+man [die aktuelle Übersetzung herunterlädt](https://contributing.godotengine.org/en/latest/documentation/translation/index.html#offline-translation-and-testing)
+und Godot mit den Änderungen [selbst kompiliert](https://docs.godotengine.org/de/4.x/engine_details/development/compiling/compiling_for_windows.html).
Gerade bei der Anleitung kommt es oft auf den Kontext zwischen benachbarten
Textblöcken an, sodass das Lesen eines ganzen Artikels Fehler sichtbar
diff --git a/_templates/breadcrumbs.html b/_templates/breadcrumbs.html
index d7e3dfd38..bf1f8389a 100644
--- a/_templates/breadcrumbs.html
+++ b/_templates/breadcrumbs.html
@@ -32,7 +32,7 @@
}
}
-
+
Learn how to contribute!
diff --git a/_tools/redirects/redirects.csv b/_tools/redirects/redirects.csv
index 31930a3fe..0842f4660 100644
--- a/_tools/redirects/redirects.csv
+++ b/_tools/redirects/redirects.csv
@@ -2,22 +2,6 @@ source,destination
/about/index.html,/index.html
/about/troubleshooting.html,/tutorials/troubleshooting.html
/classes/_classes.html,/classes/
-/community/contributing/best_practices_for_engine_contributors.html,/contributing/development/best_practices_for_engine_contributors.html
-/community/contributing/bisecting_regressions.html,/contributing/workflow/bisecting_regressions.html
-/community/contributing/bug_triage_guidelines.html,/contributing/workflow/bug_triage_guidelines.html
-/community/contributing/building_the_manual.html,/contributing/documentation/building_the_manual.html
-/community/contributing/class_reference_writing_guidelines.html,/contributing/documentation/class_reference_primer.html
-/community/contributing/code_style_guidelines.html,/contributing/development/code_style_guidelines.html
-/community/contributing/content_guidelines.html,/contributing/documentation/content_guidelines.html
-/community/contributing/contributing_to_the_documentation.html,/contributing/documentation/contributing_to_the_documentation.html
-/community/contributing/cpp_usage_guidelines.html,/contributing/development/cpp_usage_guidelines.html
-/community/contributing/docs_writing_guidelines.html,/contributing/documentation/docs_writing_guidelines.html
-/community/contributing/editor_and_docs_localization.html,/contributing/documentation/editor_and_docs_localization.html
-/community/contributing/index.html,/contributing/ways_to_contribute.html
-/community/contributing/pr_workflow.html,/contributing/workflow/pr_workflow.html
-/community/contributing/testing_pull_requests.html,/contributing/workflow/testing_pull_requests.html
-/community/contributing/updating_the_class_reference.html,/contributing/documentation/updating_the_class_reference.html
-/community/contributing/ways_to_contribute.html,/contributing/ways_to_contribute.html
/community/tutorials/3d/mesh_generation_with_heightmap_and_shaders.html,/tutorials/3d/mesh_generation_with_heightmap_and_shaders.html
/community/tutorials/gdnative/gdnative-c-example.html,/tutorials/plugins/gdnative/gdnative-c-example.html
/community/tutorials/gdnative/index.html,/tutorials/plugins/gdnative/index.html
@@ -25,61 +9,56 @@ source,destination
/community/tutorials/vr/vr_primer.html,/tutorials/vr/vr_primer.html
/content/3d/making_trees.html,/tutorials/content/making_trees.html
/contributing/_contributing.html,/community/contributing/
-/contributing/bug_triage_guidelines.html,/community/contributing/bug_triage_guidelines.html
-/contributing/development/compiling/compiling_with_mono.html,/contributing/development/compiling/compiling_with_dotnet.html
-/contributing/development/core_and_modules/introduction_to_godot_development.html,/contributing/development/core_and_modules/index.html
-/contributing/doc_and_l10n_guidelines.html,/community/contributing/doc_and_l10n_guidelines.html
-/contributing/updating_the_class_reference.html,/community/contributing/updating_the_class_reference.html
-/contributing/ways_to_contribute.html,/contributing/how_to_contribute.html
-/development/compiling/compiling_for_android.html,/contributing/development/compiling/compiling_for_android.html
-/development/compiling/compiling_for_ios.html,/contributing/development/compiling/compiling_for_ios.html
-/development/compiling/compiling_for_linuxbsd.html,/contributing/development/compiling/compiling_for_linuxbsd.html
-/development/compiling/compiling_for_macos.html,/contributing/development/compiling/compiling_for_macos.html
-/development/compiling/compiling_for_uwp.html,/contributing/development/compiling/compiling_for_uwp.html
-/development/compiling/compiling_for_web.html,/contributing/development/compiling/compiling_for_web.html
-/development/compiling/compiling_for_windows.html,/contributing/development/compiling/compiling_for_windows.html
-/development/compiling/compiling_for_x11.html,/contributing/development/compiling/compiling_for_linuxbsd.html
-/development/compiling/compiling_with_mono.html,/contributing/development/compiling/compiling_with_mono.html
-/development/compiling/compiling_with_script_encryption_key.html,/contributing/development/compiling/compiling_with_script_encryption_key.html
-/development/compiling/cross-compiling_for_ios_on_linux.html,/contributing/development/compiling/cross-compiling_for_ios_on_linux.html
-/development/compiling/getting_source.html,/contributing/development/compiling/getting_source.html
-/development/compiling/index.html,/contributing/development/compiling/index.html
-/development/compiling/introduction_to_the_buildsystem.html,/contributing/development/compiling/introduction_to_the_buildsystem.html
-/development/compiling/optimizing_for_size.html,/contributing/development/compiling/optimizing_for_size.html
+/contributing/development/compiling/compiling_with_mono.html,/engine_details/development/compiling/compiling_with_dotnet.html
+/contributing/development/core_and_modules/introduction_to_godot_development.html,/engine_details/development/core_and_modules/index.html
+/development/compiling/compiling_for_android.html,/engine_details/development/compiling/compiling_for_android.html
+/development/compiling/compiling_for_ios.html,/engine_details/development/compiling/compiling_for_ios.html
+/development/compiling/compiling_for_linuxbsd.html,/engine_details/development/compiling/compiling_for_linuxbsd.html
+/development/compiling/compiling_for_macos.html,/engine_details/development/compiling/compiling_for_macos.html
+/development/compiling/compiling_for_uwp.html,/engine_details/development/compiling/compiling_for_uwp.html
+/development/compiling/compiling_for_web.html,/engine_details/development/compiling/compiling_for_web.html
+/development/compiling/compiling_for_windows.html,/engine_details/development/compiling/compiling_for_windows.html
+/development/compiling/compiling_for_x11.html,/engine_details/development/compiling/compiling_for_linuxbsd.html
+/development/compiling/compiling_with_mono.html,/engine_details/development/compiling/compiling_with_mono.html
+/development/compiling/compiling_with_script_encryption_key.html,/engine_details/development/compiling/compiling_with_script_encryption_key.html
+/development/compiling/cross-compiling_for_ios_on_linux.html,/engine_details/development/compiling/cross-compiling_for_ios_on_linux.html
+/development/compiling/getting_source.html,/engine_details/development/compiling/getting_source.html
+/development/compiling/index.html,/engine_details/development/compiling/index.html
+/development/compiling/introduction_to_the_buildsystem.html,/engine_details/development/compiling/introduction_to_the_buildsystem.html
+/development/compiling/optimizing_for_size.html,/engine_details/development/compiling/optimizing_for_size.html
/development/consoles/consoles.html,/tutorials/platform/consoles.html
-/development/cpp/binding_to_external_libraries.html,/contributing/development/core_and_modules/binding_to_external_libraries.html
-/development/cpp/common_engine_methods_and_macros.html,/contributing/development/core_and_modules/common_engine_methods_and_macros.html
-/development/cpp/configuring_an_ide/android_studio.html,/contributing/development/configuring_an_ide/android_studio.html
-/development/cpp/configuring_an_ide/clion.html,/contributing/development/configuring_an_ide/clion.html
-/development/cpp/configuring_an_ide/code_blocks.html,/contributing/development/configuring_an_ide/code_blocks.html
-/development/cpp/configuring_an_ide/index.html,/contributing/development/configuring_an_ide/index.html
-/development/cpp/configuring_an_ide/kdevelop.html,/contributing/development/configuring_an_ide/kdevelop.html
-/development/cpp/configuring_an_ide/qt_creator.html,/contributing/development/configuring_an_ide/qt_creator.html
-/development/cpp/configuring_an_ide/visual_studio.html,/contributing/development/configuring_an_ide/visual_studio.html
-/development/cpp/configuring_an_ide/visual_studio_code.html,/contributing/development/configuring_an_ide/visual_studio_code.html
-/development/cpp/configuring_an_ide/xcode.html,/contributing/development/configuring_an_ide/xcode.html
-/development/cpp/core_types.html,/contributing/development/core_and_modules/core_types.html
-/development/cpp/custom_audiostreams.html,/contributing/development/core_and_modules/custom_audiostreams.html
-/development/cpp/custom_godot_servers.html,/contributing/development/core_and_modules/custom_godot_servers.html
-/development/cpp/custom_modules_in_cpp.html,/contributing/development/core_and_modules/custom_modules_in_cpp.html
+/development/cpp/binding_to_external_libraries.html,/engine_details/development/core_and_modules/binding_to_external_libraries.html
+/development/cpp/common_engine_methods_and_macros.html,/engine_details/development/core_and_modules/common_engine_methods_and_macros.html
+/development/cpp/configuring_an_ide/android_studio.html,/engine_details/development/configuring_an_ide/android_studio.html
+/development/cpp/configuring_an_ide/clion.html,/engine_details/development/configuring_an_ide/clion.html
+/development/cpp/configuring_an_ide/code_blocks.html,/engine_details/development/configuring_an_ide/code_blocks.html
+/development/cpp/configuring_an_ide/index.html,/engine_details/development/configuring_an_ide/index.html
+/development/cpp/configuring_an_ide/kdevelop.html,/engine_details/development/configuring_an_ide/kdevelop.html
+/development/cpp/configuring_an_ide/qt_creator.html,/engine_details/development/configuring_an_ide/qt_creator.html
+/development/cpp/configuring_an_ide/visual_studio.html,/engine_details/development/configuring_an_ide/visual_studio.html
+/development/cpp/configuring_an_ide/visual_studio_code.html,/engine_details/development/configuring_an_ide/visual_studio_code.html
+/development/cpp/configuring_an_ide/xcode.html,/engine_details/development/configuring_an_ide/xcode.html
+/development/cpp/core_types.html,/engine_details/development/core_and_modules/core_types.html
+/development/cpp/custom_audiostreams.html,/engine_details/development/core_and_modules/custom_audiostreams.html
+/development/cpp/custom_godot_servers.html,/engine_details/development/core_and_modules/custom_godot_servers.html
+/development/cpp/custom_modules_in_cpp.html,/engine_details/development/core_and_modules/custom_modules_in_cpp.html
/development/cpp/custom_resource_format_loaders.html,/contributing/development/core_and_modules/custom_resource_format_loaders.html
-/development/cpp/index.html,/contributing/development/core_and_modules/index.html
-/development/cpp/inheritance_class_tree.html,/contributing/development/core_and_modules/inheritance_class_tree.html
-/development/cpp/introduction_to_godot_development.html,/contributing/development/core_and_modules/introduction_to_godot_development.html
-/development/cpp/macos_debug.html,/contributing/development/debugging/macos_debug.html
-/development/cpp/object_class.html,/contributing/development/core_and_modules/object_class.html
-/development/cpp/unit_testing.html,/contributing/development/core_and_modules/unit_testing.html
-/development/cpp/using_cpp_profilers.html,/contributing/development/debugging/using_cpp_profilers.html
-/development/cpp/variant_class.html,/contributing/development/core_and_modules/variant_class.html
-/development/cpp/vulkan/index.html,/contributing/development/debugging/vulkan/index.html
-/development/cpp/vulkan/vulkan_validation_layers.html,/contributing/development/debugging/vulkan/vulkan_validation_layers.html
-/development/editor/creating_icons.html,/contributing/development/editor/creating_icons.html
-/development/editor/editor_style_guide.html,/contributing/development/editor/editor_style_guide.html
-/development/editor/index.html,/contributing/development/editor/index.html
-/development/editor/introduction_to_editor_development.html,/contributing/development/editor/introduction_to_editor_development.html
-/development/file_formats/gdscript_grammar.html,/contributing/development/file_formats/gdscript_grammar.html
-/development/file_formats/index.html,/contributing/development/file_formats/index.html
-/development/file_formats/tscn.html,/contributing/development/file_formats/tscn.html
+/development/cpp/index.html,/engine_details/development/core_and_modules/index.html
+/development/cpp/inheritance_class_tree.html,/engine_details/development/core_and_modules/inheritance_class_tree.html
+/development/cpp/introduction_to_godot_development.html,/engine_details/development/core_and_modules/introduction_to_godot_development.html
+/development/cpp/macos_debug.html,/engine_details/development/debugging/macos_debug.html
+/development/cpp/object_class.html,/engine_details/development/core_and_modules/object_class.html
+/development/cpp/unit_testing.html,/engine_details/development/core_and_modules/unit_testing.html
+/development/cpp/using_cpp_profilers.html,/engine_details/development/debugging/using_cpp_profilers.html
+/development/cpp/variant_class.html,/engine_details/development/core_and_modules/variant_class.html
+/development/cpp/vulkan/index.html,/engine_details/development/debugging/vulkan/index.html
+/development/cpp/vulkan/vulkan_validation_layers.html,/engine_details/development/debugging/vulkan/vulkan_validation_layers.html
+/development/editor/creating_icons.html,/engine_details/editor/creating_icons.html
+/development/editor/index.html,/engine_details/editor/index.html
+/development/editor/introduction_to_editor_development.html,/engine_details/editor/introduction_to_editor_development.html
+/development/file_formats/gdscript_grammar.html,/engine_details/development/file_formats/gdscript_grammar.html
+/development/file_formats/index.html,/engine_details/development/file_formats/index.html
+/development/file_formats/tscn.html,/engine_details/development/file_formats/tscn.html
/development/plugins/import_plugins.html,/tutorials/plugins/editor/import_plugins.html
/development/plugins/index.html,/tutorials/plugins/editor/index.html
/development/plugins/making_plugins.html,/tutorials/plugins/editor/making_plugins.html
diff --git a/about/complying_with_licenses.rst b/about/complying_with_licenses.rst
index 8f58eccfd..0ce3a63d3 100644
--- a/about/complying_with_licenses.rst
+++ b/about/complying_with_licenses.rst
@@ -27,7 +27,7 @@ with the original one.
This section covers compliance with licenses from a user perspective.
If you are interested in licence compliance as a contributor, you can find
- guidelines :ref:`here `.
+ guidelines `here `__.
.. tip::
diff --git a/about/docs_changelog.rst b/about/docs_changelog.rst
index 5a792dab5..4497b294f 100644
--- a/about/docs_changelog.rst
+++ b/about/docs_changelog.rst
@@ -78,7 +78,6 @@ Contributing
~~~~~~~~~~~~
- :ref:`doc_handling_compatibility_breakages`
-- :ref:`doc_ways_to_contribute`
GDExtension
~~~~~~~~~~~
@@ -215,11 +214,6 @@ Shaders
- :ref:`doc_compute_shaders`
-Workflow
-~~~~~~~~
-
-- :ref:`doc_pr_review_guidelines`
-
XR
~~
@@ -253,11 +247,6 @@ Editor
New pages since version 3.3
---------------------------
-C++
-~~~
-
-- :ref:`doc_cpp_usage_guidelines`
-
GDScript
~~~~~~~~
@@ -283,19 +272,10 @@ Best practices
- :ref:`doc_version_control_systems`
-Community
-~~~~~~~~~
-
-- :ref:`doc_best_practices_for_engine_contributors`
-- :ref:`doc_bisecting_regressions`
-- :ref:`doc_editor_and_docs_localization`
-
Development
~~~~~~~~~~~
-- :ref:`doc_introduction_to_editor_development`
-- :ref:`doc_editor_style_guide`
-- :ref:`doc_common_engine_methods_and_macros`
+- :ref:`doc_common_engine_methods_and_macros_error_macros`
- :ref:`doc_vulkan_validation_layers`
- :ref:`doc_gdscript_grammar`
- Configuring an IDE: :ref:`doc_configuring_an_ide_code_blocks`
diff --git a/about/faq.rst b/about/faq.rst
index 6f8853e36..1b8a76a3a 100644
--- a/about/faq.rst
+++ b/about/faq.rst
@@ -448,7 +448,7 @@ compile the engine from sources, or how to build the documentation. You also nee
get familiar with Git, a version control system that Godot developers use.
We explain how to work with the engine source, how to edit the documentation, and
-what other ways to contribute are there in our :ref:`documentation for contributors `.
+what other ways to contribute are there in our `documentation for contributors `__.
I have a great idea for Godot. How can I share it?
--------------------------------------------------
@@ -629,7 +629,7 @@ for the rest of the game.
How can I support Godot development or contribute?
--------------------------------------------------
-See :ref:`doc_ways_to_contribute`.
+See `How to contribute `__.
Who is working on Godot? How can I contact you?
-----------------------------------------------
diff --git a/about/introduction.rst b/about/introduction.rst
index 20c188474..31b30bfd0 100644
--- a/about/introduction.rst
+++ b/about/introduction.rst
@@ -100,8 +100,8 @@ About this documentation
Members of the Godot Engine community continuously write, correct, edit, and
improve this documentation. We are always looking for more help. You can also
contribute by opening Github issues or translating the documentation into your language.
-If you are interested in helping, see :ref:`Ways to contribute `
-and :ref:`Writing documentation `,
+If you are interested in helping, see `How to contribute `__
+and `Writing documentation `__,
or get in touch with the `Documentation team `_
on `Godot Contributors Chat `_.
diff --git a/about/list_of_features.rst b/about/list_of_features.rst
index 77110ce84..b3fcee157 100644
--- a/about/list_of_features.rst
+++ b/about/list_of_features.rst
@@ -788,7 +788,7 @@ Miscellaneous
- Licensed under the permissive MIT license.
- - Open development process with :ref:`contributions welcome `.
+ - Open development process with `contributions welcome `__.
.. seealso::
diff --git a/classes/class_arraymesh.rst b/classes/class_arraymesh.rst
index ff27ab5bb..afbadf708 100644
--- a/classes/class_arraymesh.rst
+++ b/classes/class_arraymesh.rst
@@ -436,7 +436,7 @@ Sets a name for a given surface.
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -450,7 +450,7 @@ Sets a name for a given surface.
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -464,7 +464,7 @@ Sets a name for a given surface.
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
diff --git a/classes/class_audioeffectchorus.rst b/classes/class_audioeffectchorus.rst
index db80798e7..92dff8bb2 100644
--- a/classes/class_audioeffectchorus.rst
+++ b/classes/class_audioeffectchorus.rst
@@ -607,7 +607,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -621,7 +621,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -635,7 +635,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -649,7 +649,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -663,7 +663,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -677,7 +677,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -691,7 +691,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -705,7 +705,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -719,7 +719,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -733,7 +733,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -747,7 +747,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -761,7 +761,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
diff --git a/classes/class_audioeffectdistortion.rst b/classes/class_audioeffectdistortion.rst
index 9724fae5d..f5fffb1af 100644
--- a/classes/class_audioeffectdistortion.rst
+++ b/classes/class_audioeffectdistortion.rst
@@ -83,7 +83,7 @@ Digital distortion effect which cuts off peaks at the top and bottom of the wave
.. container:: contribute
- There is currently no description for this enum. Please help us by :ref:`contributing one `!
+ There is currently no description for this enum. Please help us by `contributing one `__!
diff --git a/classes/class_audioeffectlimiter.rst b/classes/class_audioeffectlimiter.rst
index 0a9b64b54..652e2dd42 100644
--- a/classes/class_audioeffectlimiter.rst
+++ b/classes/class_audioeffectlimiter.rst
@@ -106,7 +106,7 @@ Applies a gain to the limited waves, in decibels. Value can range from 0 to 6.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
diff --git a/classes/class_audioeffectspectrumanalyzer.rst b/classes/class_audioeffectspectrumanalyzer.rst
index 165c49caf..b769cec6f 100644
--- a/classes/class_audioeffectspectrumanalyzer.rst
+++ b/classes/class_audioeffectspectrumanalyzer.rst
@@ -167,7 +167,7 @@ The size of the `Fast Fourier transform `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
diff --git a/classes/class_audiostreammp3.rst b/classes/class_audiostreammp3.rst
index a7a016823..699e061f5 100644
--- a/classes/class_audiostreammp3.rst
+++ b/classes/class_audiostreammp3.rst
@@ -81,7 +81,7 @@ Property Descriptions
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -100,7 +100,7 @@ Property Descriptions
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -119,7 +119,7 @@ Property Descriptions
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
diff --git a/classes/class_audiostreamoggvorbis.rst b/classes/class_audiostreamoggvorbis.rst
index a28750514..e78ffb550 100644
--- a/classes/class_audiostreamoggvorbis.rst
+++ b/classes/class_audiostreamoggvorbis.rst
@@ -88,7 +88,7 @@ Property Descriptions
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -107,7 +107,7 @@ Property Descriptions
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -126,7 +126,7 @@ Property Descriptions
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
diff --git a/classes/class_audiostreamplaybackoggvorbis.rst b/classes/class_audiostreamplaybackoggvorbis.rst
index e89c61e18..3990b7339 100644
--- a/classes/class_audiostreamplaybackoggvorbis.rst
+++ b/classes/class_audiostreamplaybackoggvorbis.rst
@@ -14,7 +14,7 @@ AudioStreamPlaybackOggVorbis
.. container:: contribute
- There is currently no description for this class. Please help us by :ref:`contributing one `!
+ There is currently no description for this class. Please help us by `contributing one `__!
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
diff --git a/classes/class_audiostreamplaybackresampled.rst b/classes/class_audiostreamplaybackresampled.rst
index 9fcafec2c..985117987 100644
--- a/classes/class_audiostreamplaybackresampled.rst
+++ b/classes/class_audiostreamplaybackresampled.rst
@@ -16,7 +16,7 @@ AudioStreamPlaybackResampled
.. container:: contribute
- There is currently no description for this class. Please help us by :ref:`contributing one `!
+ There is currently no description for this class. Please help us by `contributing one `__!
.. rst-class:: classref-reftable-group
@@ -51,7 +51,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -65,7 +65,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -79,7 +79,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
diff --git a/classes/class_audiostreamplaybacksynchronized.rst b/classes/class_audiostreamplaybacksynchronized.rst
index 4f3977235..fe251137d 100644
--- a/classes/class_audiostreamplaybacksynchronized.rst
+++ b/classes/class_audiostreamplaybacksynchronized.rst
@@ -14,7 +14,7 @@ AudioStreamPlaybackSynchronized
.. container:: contribute
- There is currently no description for this class. Please help us by :ref:`contributing one `!
+ There is currently no description for this class. Please help us by `contributing one `__!
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
diff --git a/classes/class_editorexportplatformvisionos.rst b/classes/class_editorexportplatformvisionos.rst
index 9c0f6936c..b6435efbc 100644
--- a/classes/class_editorexportplatformvisionos.rst
+++ b/classes/class_editorexportplatformvisionos.rst
@@ -551,7 +551,7 @@ Interpolation method used to resize application icon.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
diff --git a/classes/class_editorexportpreset.rst b/classes/class_editorexportpreset.rst
index 4ec300158..2de3a8be9 100644
--- a/classes/class_editorexportpreset.rst
+++ b/classes/class_editorexportpreset.rst
@@ -104,7 +104,7 @@ enum **ExportFilter**: :ref:`🔗`
.. container:: contribute
- There is currently no description for this enum. Please help us by :ref:`contributing one `!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -116,7 +116,7 @@ enum **ExportFilter**: :ref:`🔗`
.. container:: contribute
- There is currently no description for this enum. Please help us by :ref:`contributing one `!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -128,7 +128,7 @@ enum **ExportFilter**: :ref:`🔗`
.. container:: contribute
- There is currently no description for this enum. Please help us by :ref:`contributing one `!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -140,7 +140,7 @@ enum **ExportFilter**: :ref:`🔗`
.. container:: contribute
- There is currently no description for this enum. Please help us by :ref:`contributing one `!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -152,7 +152,7 @@ enum **ExportFilter**: :ref:`🔗`
.. container:: contribute
- There is currently no description for this enum. Please help us by :ref:`contributing one `!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -174,7 +174,7 @@ enum **FileExportMode**: :ref:`🔗`
.. container:: contribute
- There is currently no description for this enum. Please help us by :ref:`contributing one `!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -186,7 +186,7 @@ enum **FileExportMode**: :ref:`🔗`
.. container:: contribute
- There is currently no description for this enum. Please help us by :ref:`contributing one `!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -198,7 +198,7 @@ enum **FileExportMode**: :ref:`🔗`
.. container:: contribute
- There is currently no description for this enum. Please help us by :ref:`contributing one `!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -210,7 +210,7 @@ enum **FileExportMode**: :ref:`🔗`
.. container:: contribute
- There is currently no description for this enum. Please help us by :ref:`contributing one `!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -232,7 +232,7 @@ enum **ScriptExportMode**: :ref:`🔗`
.. container:: contribute
- There is currently no description for this enum. Please help us by :ref:`contributing one `!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -244,7 +244,7 @@ enum **ScriptExportMode**: :ref:`🔗`
.. container:: contribute
- There is currently no description for this enum. Please help us by :ref:`contributing one `!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -256,7 +256,7 @@ enum **ScriptExportMode**: :ref:`🔗`
.. container:: contribute
- There is currently no description for this enum. Please help us by :ref:`contributing one `!
+ There is currently no description for this enum. Please help us by `contributing one `__!
diff --git a/classes/class_editornode3dgizmo.rst b/classes/class_editornode3dgizmo.rst
index 4f909c5cc..889738961 100644
--- a/classes/class_editornode3dgizmo.rst
+++ b/classes/class_editornode3dgizmo.rst
@@ -98,7 +98,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
diff --git a/classes/class_editornode3dgizmoplugin.rst b/classes/class_editornode3dgizmoplugin.rst
index 219e27bfa..3ec09a30e 100644
--- a/classes/class_editornode3dgizmoplugin.rst
+++ b/classes/class_editornode3dgizmoplugin.rst
@@ -103,7 +103,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
diff --git a/classes/class_editorsceneformatimporter.rst b/classes/class_editorsceneformatimporter.rst
index d4cb45a0e..ce7cbb9cf 100644
--- a/classes/class_editorsceneformatimporter.rst
+++ b/classes/class_editorsceneformatimporter.rst
@@ -64,7 +64,7 @@ Constants
.. container:: contribute
- There is currently no description for this constant. Please help us by :ref:`contributing one `!
+ There is currently no description for this constant. Please help us by `contributing one `__!
@@ -76,7 +76,7 @@ Constants
.. container:: contribute
- There is currently no description for this constant. Please help us by :ref:`contributing one `!
+ There is currently no description for this constant. Please help us by `contributing one `__!
@@ -88,7 +88,7 @@ Constants
.. container:: contribute
- There is currently no description for this constant. Please help us by :ref:`contributing one `!
+ There is currently no description for this constant. Please help us by `contributing one `__!
@@ -100,7 +100,7 @@ Constants
.. container:: contribute
- There is currently no description for this constant. Please help us by :ref:`contributing one `!
+ There is currently no description for this constant. Please help us by `contributing one `__!
@@ -112,7 +112,7 @@ Constants
.. container:: contribute
- There is currently no description for this constant. Please help us by :ref:`contributing one `!
+ There is currently no description for this constant. Please help us by `contributing one `__!
@@ -124,7 +124,7 @@ Constants
.. container:: contribute
- There is currently no description for this constant. Please help us by :ref:`contributing one `!
+ There is currently no description for this constant. Please help us by `contributing one `__!
@@ -136,7 +136,7 @@ Constants
.. container:: contribute
- There is currently no description for this constant. Please help us by :ref:`contributing one `!
+ There is currently no description for this constant. Please help us by `contributing one `__!
diff --git a/classes/class_editorsceneformatimportergltf.rst b/classes/class_editorsceneformatimportergltf.rst
index ff699d671..ce2949965 100644
--- a/classes/class_editorsceneformatimportergltf.rst
+++ b/classes/class_editorsceneformatimportergltf.rst
@@ -14,7 +14,7 @@ EditorSceneFormatImporterGLTF
.. container:: contribute
- There is currently no description for this class. Please help us by :ref:`contributing one `!
+ There is currently no description for this class. Please help us by `contributing one `__!
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
diff --git a/classes/class_editorscenepostimportplugin.rst b/classes/class_editorscenepostimportplugin.rst
index 17ab1ab8d..43c6e6c65 100644
--- a/classes/class_editorscenepostimportplugin.rst
+++ b/classes/class_editorscenepostimportplugin.rst
@@ -76,7 +76,7 @@ enum **InternalImportCategory**: :ref:`🔗`!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -88,7 +88,7 @@ enum **InternalImportCategory**: :ref:`🔗`!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -100,7 +100,7 @@ enum **InternalImportCategory**: :ref:`🔗`!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -112,7 +112,7 @@ enum **InternalImportCategory**: :ref:`🔗`!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -124,7 +124,7 @@ enum **InternalImportCategory**: :ref:`🔗`!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -136,7 +136,7 @@ enum **InternalImportCategory**: :ref:`🔗`!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -148,7 +148,7 @@ enum **InternalImportCategory**: :ref:`🔗`!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -160,7 +160,7 @@ enum **InternalImportCategory**: :ref:`🔗`!
+ There is currently no description for this enum. Please help us by `contributing one `__!
diff --git a/classes/class_editorsettings.rst b/classes/class_editorsettings.rst
index 04171a8b5..51f383636 100644
--- a/classes/class_editorsettings.rst
+++ b/classes/class_editorsettings.rst
@@ -2457,7 +2457,7 @@ The modulate color to use for "past" frames displayed in the animation editor's
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -2471,7 +2471,7 @@ The modulate color to use for "past" frames displayed in the animation editor's
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -2485,7 +2485,7 @@ The modulate color to use for "past" frames displayed in the animation editor's
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -2499,7 +2499,7 @@ The modulate color to use for "past" frames displayed in the animation editor's
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -3606,7 +3606,7 @@ Tab style of editor docks.
The language to use for the editor interface.
-Translations are provided by the community. If you spot a mistake, :doc:`contribute to editor translations on Weblate! <../contributing/documentation/editor_and_docs_localization>`
+Translations are provided by the community. If you spot a mistake, `contribute to editor translations on Weblate! `__
.. rst-class:: classref-item-separator
diff --git a/classes/class_generic6dofjoint3d.rst b/classes/class_generic6dofjoint3d.rst
index c2ba80dd1..2909bc0cd 100644
--- a/classes/class_generic6dofjoint3d.rst
+++ b/classes/class_generic6dofjoint3d.rst
@@ -314,7 +314,7 @@ The maximum force the linear motor will apply while trying to reach the velocity
.. container:: contribute
- There is currently no description for this enum. Please help us by :ref:`contributing one `!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -326,7 +326,7 @@ The maximum force the linear motor will apply while trying to reach the velocity
.. container:: contribute
- There is currently no description for this enum. Please help us by :ref:`contributing one `!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -338,7 +338,7 @@ The maximum force the linear motor will apply while trying to reach the velocity
.. container:: contribute
- There is currently no description for this enum. Please help us by :ref:`contributing one `!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -422,7 +422,7 @@ Maximum acceleration for the motor at the axes.
.. container:: contribute
- There is currently no description for this enum. Please help us by :ref:`contributing one `!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -434,7 +434,7 @@ Maximum acceleration for the motor at the axes.
.. container:: contribute
- There is currently no description for this enum. Please help us by :ref:`contributing one `!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -446,7 +446,7 @@ Maximum acceleration for the motor at the axes.
.. container:: contribute
- There is currently no description for this enum. Please help us by :ref:`contributing one `!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -492,7 +492,7 @@ If enabled, rotational motion is possible within the given limits.
.. container:: contribute
- There is currently no description for this enum. Please help us by :ref:`contributing one `!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -504,7 +504,7 @@ If enabled, rotational motion is possible within the given limits.
.. container:: contribute
- There is currently no description for this enum. Please help us by :ref:`contributing one `!
+ There is currently no description for this enum. Please help us by `contributing one `__!
@@ -1117,7 +1117,7 @@ Target speed for the motor at the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1136,7 +1136,7 @@ Target speed for the motor at the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1155,7 +1155,7 @@ Target speed for the motor at the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1174,7 +1174,7 @@ Target speed for the motor at the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1193,7 +1193,7 @@ Target speed for the motor at the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1212,7 +1212,7 @@ Target speed for the motor at the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1231,7 +1231,7 @@ Target speed for the motor at the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1250,7 +1250,7 @@ Target speed for the motor at the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1269,7 +1269,7 @@ Target speed for the motor at the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1288,7 +1288,7 @@ Target speed for the motor at the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1307,7 +1307,7 @@ Target speed for the motor at the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1326,7 +1326,7 @@ Target speed for the motor at the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1804,7 +1804,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1823,7 +1823,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1842,7 +1842,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1861,7 +1861,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1880,7 +1880,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1899,7 +1899,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1918,7 +1918,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1937,7 +1937,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1956,7 +1956,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1975,7 +1975,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -1994,7 +1994,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -2013,7 +2013,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-section-separator
@@ -2032,7 +2032,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -2046,7 +2046,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -2060,7 +2060,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -2074,7 +2074,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -2088,7 +2088,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -2102,7 +2102,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -2116,7 +2116,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -2130,7 +2130,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -2144,7 +2144,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -2158,7 +2158,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -2172,7 +2172,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -2186,7 +2186,7 @@ Method Descriptions
.. container:: contribute
- There is currently no description for this method. Please help us by :ref:`contributing one `!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
diff --git a/classes/class_gltfanimation.rst b/classes/class_gltfanimation.rst
index 28969ef83..3e72b9653 100644
--- a/classes/class_gltfanimation.rst
+++ b/classes/class_gltfanimation.rst
@@ -14,7 +14,7 @@ GLTFAnimation
.. container:: contribute
- There is currently no description for this class. Please help us by :ref:`contributing one `!
+ There is currently no description for this class. Please help us by `contributing one `__!
.. rst-class:: classref-introduction-group
@@ -73,7 +73,7 @@ Property Descriptions
.. container:: contribute
- There is currently no description for this property. Please help us by :ref:`contributing one `!
+ There is currently no description for this property. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
diff --git a/classes/class_gltfdocumentextensionconvertimportermesh.rst b/classes/class_gltfdocumentextensionconvertimportermesh.rst
index 4871118df..af9e48fec 100644
--- a/classes/class_gltfdocumentextensionconvertimportermesh.rst
+++ b/classes/class_gltfdocumentextensionconvertimportermesh.rst
@@ -14,7 +14,7 @@ GLTFDocumentExtensionConvertImporterMesh
.. container:: contribute
- There is currently no description for this class. Please help us by :ref:`contributing one `!
+ There is currently no description for this class. Please help us by `contributing one `__!
.. rst-class:: classref-introduction-group
diff --git a/classes/class_gltflight.rst b/classes/class_gltflight.rst
index c1491b36b..2b7071c28 100644
--- a/classes/class_gltflight.rst
+++ b/classes/class_gltflight.rst
@@ -228,7 +228,7 @@ Create a new GLTFLight instance from the given Godot :ref:`Light3D`!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
@@ -242,7 +242,7 @@ Create a new GLTFLight instance from the given Godot :ref:`Light3D`!
+ There is currently no description for this method. Please help us by `contributing one `__!
.. rst-class:: classref-item-separator
diff --git a/classes/class_gltfskeleton.rst b/classes/class_gltfskeleton.rst
index 1fe62b541..970ef5f3c 100644
--- a/classes/class_gltfskeleton.rst
+++ b/classes/class_gltfskeleton.rst
@@ -14,7 +14,7 @@ GLTFSkeleton
.. container:: contribute
- There is currently no description for this class. Please help us by :ref:`contributing one `!
+ There is currently no description for this class. Please help us by `contributing one