fix warnings with files not appearing in any table of contents

This commit is contained in:
Nathan Lovato
2021-11-24 20:52:30 -06:00
parent 803a187dfa
commit e2d349c116
12 changed files with 13 additions and 7 deletions

View File

@@ -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
----------

View File

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

View File

@@ -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
----------

View File

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

View File

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

View File

@@ -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

View File

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

View File

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

View File

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

View File

@@ -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

View File

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

View File

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