Prechádzať zdrojové kódy

fix warnings with files not appearing in any table of contents

Nathan Lovato 3 rokov pred
rodič
commit
e2d349c116

+ 1 - 1
classes/class_multimesh.rst

@@ -29,7 +29,7 @@ Tutorials
 
 - :doc:`../tutorials/performance/vertex_animation/animating_thousands_of_fish`
 
-- :doc:`../tutorials/optimization/using_multimesh`
+- :doc:`../tutorials/performance/using_multimesh`
 
 Properties
 ----------

+ 1 - 1
classes/class_multimeshinstance.rst

@@ -27,7 +27,7 @@ Tutorials
 
 - :doc:`../tutorials/3d/using_multi_mesh_instance`
 
-- :doc:`../tutorials/optimization/using_multimesh`
+- :doc:`../tutorials/performance/using_multimesh`
 
 Properties
 ----------

+ 1 - 1
classes/class_visualserver.rst

@@ -37,7 +37,7 @@ In 2D, all visible objects are some form of canvas item. In order to be visible,
 Tutorials
 ---------
 
-- :doc:`../tutorials/optimization/using_servers`
+- :doc:`../tutorials/performance/using_servers`
 
 Properties
 ----------

+ 1 - 0
community/asset_library/index.rst

@@ -8,3 +8,4 @@ Asset Library
    what_is_assetlib
    using_assetlib
    submitting_to_assetlib
+   uploading_to_assetlib

+ 1 - 0
community/contributing/index.rst

@@ -64,6 +64,7 @@ documentation.
 
    content_guidelines
    docs_writing_guidelines
+   documentation_guidelines
 
 Writing the manual
 ~~~~~~~~~~~~~~~~~~

+ 4 - 0
index.rst

@@ -75,7 +75,10 @@ The main documentation for the site is organized into the following sections:
    :caption: Getting started
    :name: sec-learn
 
+   getting_started/introduction/index
    getting_started/step_by_step/index
+   getting_started/first_2d_game/index
+   getting_started/first_3d_game/index
 
 
 .. The sections below are sorted alphabetically. Please keep them that way.
@@ -96,6 +99,7 @@ The main documentation for the site is organized into the following sections:
    tutorials/inputs/index
    tutorials/io/index
    tutorials/math/index
+   tutorials/navigation/index
    tutorials/networking/index
    tutorials/performance/index
    tutorials/physics/index

+ 1 - 0
tutorials/3d/index.rst

@@ -19,3 +19,4 @@
    using_multi_mesh_instance
    csg_tools
    procedural_geometry/index
+   portals/index

+ 1 - 0
tutorials/inputs/index.rst

@@ -10,3 +10,4 @@ Inputs
    mouse_and_input_coordinates
    custom_mouse_cursor
    handling_quit_requests
+   controllers_gamepads_joysticks

+ 0 - 1
tutorials/io/index.rst

@@ -8,5 +8,4 @@ Input and Output (I/O)
     background_loading
     data_paths
     saving_games
-    encrypting_save_games
     binary_serialization_api

+ 1 - 1
tutorials/performance/index.rst

@@ -71,7 +71,7 @@ GPU
 
 .. toctree::
    :maxdepth: 1
-   :name: toc-learn-features-3d-optimization
+   :name: toc-learn-features-2d-optimization
 
    optimizing_3d_performance
    vertex_animation/index

+ 1 - 1
tutorials/platform/index.rst

@@ -6,6 +6,6 @@ Platform-specific
    :name: toc-learn-features-platform
 
    android/index
-   services_for_ios
+   ios/index
    platform_html5
    consoles

+ 0 - 1
tutorials/scripting/c_sharp/index.rst

@@ -8,5 +8,4 @@ C#
    c_sharp_basics
    c_sharp_features
    c_sharp_differences
-   c_sharp_exports
    c_sharp_style_guide