Formatting, syntax and URL fixes

This commit is contained in:
Max Hilbrunner
2022-10-11 10:14:37 +02:00
parent 24770fd215
commit 1fffab8cf2
6 changed files with 63 additions and 73 deletions

View File

@@ -110,11 +110,6 @@ Scripting
- :ref:`doc_what_is_gdnative`
- :ref:`doc_gdscript_warning_system` (split from :ref:`doc_gdscript_static_typing`)
VR
^^
- :ref:`doc_developing_for_oculus_quest`
User Interface (UI)
^^^^^^^^^^^^^^^^^^^
@@ -170,12 +165,6 @@ Networking
- :ref:`doc_webrtc`
VR
^^
- :ref:`doc_vr_starter_tutorial_part_one`
- :ref:`doc_vr_starter_tutorial_part_two`
Plugins
^^^^^^^

View File

@@ -652,7 +652,7 @@ File formats
- Text-based formats are human-readable and more friendly to version control.
- Binary formats are faster to save/load for large scenes/resources.
- Read and write text or binary files using :ref:`class_File`.
- Read and write text or binary files using :ref:`class_FileAccess`.
- Can optionally be compressed or encrypted.