Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TRACKER] Pages to port to take into account API changes in 4.0 (classref hyperlinks only) #5298

Closed
akien-mga opened this issue Oct 5, 2021 · 2 comments
Labels

Comments

@akien-mga
Copy link
Member

akien-mga commented Oct 5, 2021

I started updating the class reference for 4.0 in the 4.0-classref branch.
I had to disable CI checks for warnings as there's many new warnings due to classes and methods being renamed or removed, and which were referenced throughout tutorials with :ref: links.

We need to solve those before this can be merged in master with warnings re-enabled.

This issue is to focus specifically on those renames, not on actually rewriting tutorials to match API changes per se (we might comment out some stuff initially and put TODOs if needed to solve warnings).

/home/akien/Projects/godot/godot-docs/about/complying_with_licenses.rst:66: WARNING: undefined label: class_@gdscript_method_print
/home/akien/Projects/godot/godot-docs/classes/class_array.rst:145: WARNING: undefined label: <class_array_method_operator <                                                                                        
/home/akien/Projects/godot/godot-docs/classes/class_array.rst:147: WARNING: undefined label: =<class_array_method_operator <=
/home/akien/Projects/godot/godot-docs/classes/class_arraymesh.rst:73: WARNING: unknown document: ../tutorials/content/procedural_geometry/arraymesh
/home/akien/Projects/godot/godot-docs/classes/class_basematerial3d.rst:26: WARNING: unknown document: ../tutorials/3d/spatial_material                                                                             
/home/akien/Projects/godot/godot-docs/classes/class_bool.rst:138: WARNING: undefined label: <class_bool_method_operator <
/home/akien/Projects/godot/godot-docs/classes/class_charfxtransform.rst:24: WARNING: unknown document: ../tutorials/gui/bbcode_in_richtextlabel
/home/akien/Projects/godot/godot-docs/classes/class_csharpscript.rst:26: WARNING: unknown document: ../getting_started/scripting/c_sharp/index                                                                     
/home/akien/Projects/godot/godot-docs/classes/class_dictionary.rst:239: WARNING: unknown document: ../getting_started/scripting/gdscript/gdscript_basics                                                           
/home/akien/Projects/godot/godot-docs/classes/class_directory.rst:79: WARNING: unknown document: ../getting_started/step_by_step/filesystem
/home/akien/Projects/godot/godot-docs/classes/class_editorscenepostimport.rst:75: WARNING: unknown document: ../getting_started/workflow/assets/importing_scenes
/home/akien/Projects/godot/godot-docs/classes/class_file.rst:71: WARNING: unknown document: ../getting_started/step_by_step/filesystem                                                                             
/home/akien/Projects/godot/godot-docs/classes/class_float.rst:77: WARNING: undefined label: <class_float_method_operator <
/home/akien/Projects/godot/godot-docs/classes/class_float.rst:79: WARNING: undefined label: <class_float_method_operator <
/home/akien/Projects/godot/godot-docs/classes/class_float.rst:81: WARNING: undefined label: =<class_float_method_operator <=
/home/akien/Projects/godot/godot-docs/classes/class_float.rst:83: WARNING: undefined label: =<class_float_method_operator <=
/home/akien/Projects/godot/godot-docs/classes/class_gdnativelibrary.rst:24: WARNING: unknown document: ../tutorials/plugins/gdnative/gdnative-c-example
/home/akien/Projects/godot/godot-docs/classes/class_gdnativelibrary.rst:26: WARNING: unknown document: ../tutorials/plugins/gdnative/gdnative-cpp-example
/home/akien/Projects/godot/godot-docs/classes/class_gdscript.rst:26: WARNING: unknown document: ../getting_started/scripting/gdscript/index
/home/akien/Projects/godot/godot-docs/classes/class_gpuparticles3d.rst:26: WARNING: unknown document: ../tutorials/3d/vertex_animation/controlling_thousands_of_fish
/home/akien/Projects/godot/godot-docs/classes/class_image.rst:28: WARNING: unknown document: ../getting_started/workflow/assets/importing_images                                                                   
/home/akien/Projects/godot/godot-docs/classes/class_int.rst:107: WARNING: undefined label: <class_int_method_operator <                                                                                            
/home/akien/Projects/godot/godot-docs/classes/class_int.rst:109: WARNING: undefined label: <class_int_method_operator <
/home/akien/Projects/godot/godot-docs/classes/class_int.rst:111: WARNING: undefined label: <<class_int_method_operator <<
/home/akien/Projects/godot/godot-docs/classes/class_int.rst:113: WARNING: undefined label: =<class_int_method_operator <=
/home/akien/Projects/godot/godot-docs/classes/class_int.rst:115: WARNING: undefined label: =<class_int_method_operator <=
/home/akien/Projects/godot/godot-docs/classes/class_javascript.rst:26: WARNING: unknown document: ../getting_started/workflow/export/exporting_for_web
/home/akien/Projects/godot/godot-docs/classes/class_multimesh.rst:30: WARNING: unknown document: ../tutorials/3d/vertex_animation/animating_thousands_of_fish
/home/akien/Projects/godot/godot-docs/classes/class_multimesh.rst:32: WARNING: unknown document: ../tutorials/optimization/using_multimesh
/home/akien/Projects/godot/godot-docs/classes/class_multimeshinstance3d.rst:26: WARNING: unknown document: ../tutorials/3d/vertex_animation/animating_thousands_of_fish
/home/akien/Projects/godot/godot-docs/classes/class_multimeshinstance3d.rst:30: WARNING: unknown document: ../tutorials/optimization/using_multimesh
/home/akien/Projects/godot/godot-docs/classes/class_mutex.rst:24: WARNING: unknown document: ../tutorials/threads/using_multiple_threads                                                                           
/home/akien/Projects/godot/godot-docs/classes/class_node.rst:46: WARNING: unknown document: ../getting_started/step_by_step/scenes_and_nodes
/home/akien/Projects/godot/godot-docs/classes/class_object.rst:59: WARNING: unknown document: ../getting_started/workflow/best_practices/node_alternatives
/home/akien/Projects/godot/godot-docs/classes/class_refcounted.rst:32: WARNING: unknown document: ../getting_started/workflow/best_practices/node_alternatives                                                     
/home/akien/Projects/godot/godot-docs/classes/class_renderingserver.rst:40: WARNING: unknown document: ../tutorials/optimization/using_servers
/home/akien/Projects/godot/godot-docs/classes/class_resource.rst:28: WARNING: unknown document: ../getting_started/step_by_step/resources
/home/akien/Projects/godot/godot-docs/classes/class_resource.rst:30: WARNING: unknown document: ../getting_started/workflow/best_practices/node_alternatives
/home/akien/Projects/godot/godot-docs/classes/class_richtexteffect.rst:43: WARNING: unknown document: ../tutorials/gui/bbcode_in_richtextlabel
/home/akien/Projects/godot/godot-docs/classes/class_richtextlabel.rst:32: WARNING: unknown document: ../tutorials/gui/bbcode_in_richtextlabel
/home/akien/Projects/godot/godot-docs/classes/class_rid.rst:34: WARNING: undefined label: <class_rid_method_operator <
/home/akien/Projects/godot/godot-docs/classes/class_rid.rst:36: WARNING: undefined label: =<class_rid_method_operator <=
/home/akien/Projects/godot/godot-docs/classes/class_scenetree.rst:28: WARNING: unknown document: ../getting_started/step_by_step/scene_tree
/home/akien/Projects/godot/godot-docs/classes/class_scenetree.rst:30: WARNING: unknown document: ../tutorials/viewports/multiple_resolutions
/home/akien/Projects/godot/godot-docs/classes/class_script.rst:28: WARNING: unknown document: ../getting_started/step_by_step/scripting
/home/akien/Projects/godot/godot-docs/classes/class_semaphore.rst:24: WARNING: unknown document: ../tutorials/threads/using_multiple_threads
/home/akien/Projects/godot/godot-docs/classes/class_shader.rst:26: WARNING: unknown document: ../tutorials/shading/index
/home/akien/Projects/godot/godot-docs/classes/class_shader.rst:28: WARNING: unknown document: ../tutorials/shading/your_first_shader/what_are_shaders
/home/akien/Projects/godot/godot-docs/classes/class_shadermaterial.rst:24: WARNING: unknown document: ../tutorials/shading/index
/home/akien/Projects/godot/godot-docs/classes/class_string.rst:22: WARNING: unknown document: ../getting_started/scripting/gdscript/gdscript_format_string                                                         
/home/akien/Projects/godot/godot-docs/classes/class_string.rst:145: WARNING: undefined label: <class_string_method_operator <
/home/akien/Projects/godot/godot-docs/classes/class_string.rst:147: WARNING: undefined label: =<class_string_method_operator <=
/home/akien/Projects/godot/godot-docs/classes/class_subviewport.rst:21: WARNING: unknown document: ../tutorials/viewports/index
/home/akien/Projects/godot/godot-docs/classes/class_theme.rst:26: WARNING: unknown document: ../tutorials/gui/gui_skinning
/home/akien/Projects/godot/godot-docs/classes/class_thread.rst:26: WARNING: unknown document: ../tutorials/threads/using_multiple_threads
/home/akien/Projects/godot/godot-docs/classes/class_thread.rst:28: WARNING: unknown document: ../tutorials/threads/thread_safe_apis
/home/akien/Projects/godot/godot-docs/classes/class_vector2.rst:130: WARNING: undefined label: <class_vector2_method_operator <                                                                                    
/home/akien/Projects/godot/godot-docs/classes/class_vector2.rst:132: WARNING: undefined label: =<class_vector2_method_operator <=
/home/akien/Projects/godot/godot-docs/classes/class_vector2i.rst:84: WARNING: undefined label: <class_vector2i_method_operator <
/home/akien/Projects/godot/godot-docs/classes/class_vector2i.rst:86: WARNING: undefined label: =<class_vector2i_method_operator <=
/home/akien/Projects/godot/godot-docs/classes/class_vector3.rst:134: WARNING: undefined label: <class_vector3_method_operator <
/home/akien/Projects/godot/godot-docs/classes/class_vector3.rst:136: WARNING: undefined label: =<class_vector3_method_operator <=
/home/akien/Projects/godot/godot-docs/classes/class_vector3i.rst:88: WARNING: undefined label: <class_vector3i_method_operator <
/home/akien/Projects/godot/godot-docs/classes/class_vector3i.rst:90: WARNING: undefined label: =<class_vector3i_method_operator <=
/home/akien/Projects/godot/godot-docs/classes/class_viewport.rst:38: WARNING: unknown document: ../tutorials/viewports/index
/home/akien/Projects/godot/godot-docs/classes/class_visualscript.rst:28: WARNING: unknown document: ../getting_started/scripting/visual_script/index
/home/akien/Projects/godot/godot-docs/classes/class_visualshadernode.rst:26: WARNING: unknown document: ../tutorials/shading/visual_shaders                                                                        
/home/akien/Projects/godot/godot-docs/classes/class_visualshadernodeinput.rst:24: WARNING: unknown document: ../tutorials/shading/shading_reference/index                                                          
/home/akien/Projects/godot/godot-docs/classes/class_voxelgi.rst:28: WARNING: unknown document: ../tutorials/3d/voxel_gi                                                                                            
/home/akien/Projects/godot/godot-docs/community/contributing/class_reference_writing_guidelines.rst:129: WARNING: undefined label: class_sprite                                                                    
/home/akien/Projects/godot/godot-docs/community/contributing/class_reference_writing_guidelines.rst:131: WARNING: undefined label: class_spatial_method_hide
/home/akien/Projects/godot/godot-docs/community/contributing/class_reference_writing_guidelines.rst:133: WARNING: undefined label: class_spatial_method_hide
/home/akien/Projects/godot/godot-docs/development/cpp/object_class.rst:243: WARNING: undefined label: class_reference                                                                                              
/home/akien/Projects/godot/godot-docs/getting_started/first_2d_game/02.player_scene.rst:56: WARNING: undefined label: class_animatedsprite                                                                         
/home/akien/Projects/godot/godot-docs/getting_started/first_2d_game/04.creating_the_enemy.rst:18: WARNING: undefined label: class_rigidbody2d
/home/akien/Projects/godot/godot-docs/getting_started/first_2d_game/04.creating_the_enemy.rst:20: WARNING: undefined label: class_animatedsprite
/home/akien/Projects/godot/godot-docs/getting_started/first_2d_game/04.creating_the_enemy.rst:22: WARNING: undefined label: class_visibilitynotifier2d
/home/akien/Projects/godot/godot-docs/getting_started/first_2d_game/04.creating_the_enemy.rst:27: WARNING: undefined label: class_rigidbody2d
/home/akien/Projects/godot/godot-docs/getting_started/first_2d_game/04.creating_the_enemy.rst:34: WARNING: undefined label: class_animatedsprite
/home/akien/Projects/godot/godot-docs/getting_started/first_3d_game/06.jump_and_squash.rst:278: WARNING: undefined label: class_kinematicbody
/home/akien/Projects/godot/godot-docs/getting_started/first_3d_game/06.jump_and_squash.rst:282: WARNING: undefined label: class_kinematiccollision
/home/akien/Projects/godot/godot-docs/getting_started/step_by_step/instancing.rst:16: WARNING: undefined label: class_rigidbody2d
/home/akien/Projects/godot/godot-docs/getting_started/step_by_step/instancing.rst:16: WARNING: undefined label: class_sprite
/home/akien/Projects/godot/godot-docs/getting_started/step_by_step/scripting_first_script.rst:100: WARNING: undefined label: class_reference
/home/akien/Projects/godot/godot-docs/tutorials/2d/2d_lights_and_shadows.rst:50: WARNING: undefined label: class_sprite                                                                                            
/home/akien/Projects/godot/godot-docs/tutorials/2d/2d_lights_and_shadows.rst:56: WARNING: undefined label: class_sprite
/home/akien/Projects/godot/godot-docs/tutorials/2d/2d_lights_and_shadows.rst:87: WARNING: undefined label: class_sprite
/home/akien/Projects/godot/godot-docs/tutorials/2d/2d_lights_and_shadows.rst:87: WARNING: undefined label: class_sprite
/home/akien/Projects/godot/godot-docs/tutorials/2d/2d_lights_and_shadows.rst:102: WARNING: undefined label: class_sprite
/home/akien/Projects/godot/godot-docs/tutorials/2d/2d_lights_and_shadows.rst:102: WARNING: undefined label: class_sprite
/home/akien/Projects/godot/godot-docs/tutorials/2d/2d_lights_and_shadows.rst:113: WARNING: undefined label: class_sprite
/home/akien/Projects/godot/godot-docs/tutorials/2d/2d_lights_and_shadows.rst:124: WARNING: undefined label: class_sprite
/home/akien/Projects/godot/godot-docs/tutorials/2d/2d_lights_and_shadows.rst:124: WARNING: undefined label: class_sprite
/home/akien/Projects/godot/godot-docs/tutorials/2d/2d_lights_and_shadows.rst:151: WARNING: undefined label: class_sprite
/home/akien/Projects/godot/godot-docs/tutorials/2d/2d_lights_and_shadows.rst:151: WARNING: undefined label: class_sprite
/home/akien/Projects/godot/godot-docs/tutorials/2d/2d_lights_and_shadows.rst:151: WARNING: undefined label: class_sprite
/home/akien/Projects/godot/godot-docs/tutorials/2d/2d_movement.rst:13: WARNING: undefined label: class_kinematicbody2d
/home/akien/Projects/godot/godot-docs/tutorials/2d/2d_sprite_animation.rst:14: WARNING: undefined label: class_animatedsprite
/home/akien/Projects/godot/godot-docs/tutorials/2d/2d_sprite_animation.rst:14: WARNING: undefined label: class_sprite
/home/akien/Projects/godot/godot-docs/tutorials/2d/2d_sprite_animation.rst:39: WARNING: undefined label: class_rigidbody2d
/home/akien/Projects/godot/godot-docs/tutorials/2d/2d_sprite_animation.rst:153: WARNING: undefined label: class_sprite
/home/akien/Projects/godot/godot-docs/tutorials/2d/2d_sprite_animation.rst:169: WARNING: undefined label: class_rigidbody2d
/home/akien/Projects/godot/godot-docs/tutorials/2d/2d_transforms.rst:43: WARNING: undefined label: class_mainloop_method__input_event
/home/akien/Projects/godot/godot-docs/tutorials/2d/particle_systems_2d.rst:22: WARNING: undefined label: class_particles2d
/home/akien/Projects/godot/godot-docs/tutorials/2d/using_tilemaps.rst:9: WARNING: undefined label: class_sprite
/home/akien/Projects/godot/godot-docs/tutorials/3d/csg_tools.rst:32: WARNING: undefined label: class_csgbox
/home/akien/Projects/godot/godot-docs/tutorials/3d/csg_tools.rst:33: WARNING: undefined label: class_csgcylinder
/home/akien/Projects/godot/godot-docs/tutorials/3d/csg_tools.rst:34: WARNING: undefined label: class_csgsphere
/home/akien/Projects/godot/godot-docs/tutorials/3d/csg_tools.rst:35: WARNING: undefined label: class_csgtorus
/home/akien/Projects/godot/godot-docs/tutorials/3d/csg_tools.rst:36: WARNING: undefined label: class_csgpolygon
/home/akien/Projects/godot/godot-docs/tutorials/3d/csg_tools.rst:37: WARNING: undefined label: class_csgmesh
/home/akien/Projects/godot/godot-docs/tutorials/3d/csg_tools.rst:38: WARNING: undefined label: class_csgcombiner
/home/akien/Projects/godot/godot-docs/tutorials/3d/csg_tools.rst:62: WARNING: undefined label: class_csgpolygon
/home/akien/Projects/godot/godot-docs/tutorials/3d/csg_tools.rst:74: WARNING: undefined label: class_path
/home/akien/Projects/godot/godot-docs/tutorials/3d/csg_tools.rst:82: WARNING: undefined label: class_csgmesh
/home/akien/Projects/godot/godot-docs/tutorials/3d/csg_tools.rst:96: WARNING: undefined label: class_csgcombiner
/home/akien/Projects/godot/godot-docs/tutorials/3d/introduction_to_3d.rst:22: WARNING: undefined label: class_spatial
/home/akien/Projects/godot/godot-docs/tutorials/3d/introduction_to_3d.rst:29: WARNING: undefined label: class_transform
/home/akien/Projects/godot/godot-docs/tutorials/3d/introduction_to_3d.rst:58: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/3d/introduction_to_3d.rst:79: WARNING: undefined label: class_immediategeometry
/home/akien/Projects/godot/godot-docs/tutorials/3d/introduction_to_3d.rst:195: WARNING: undefined label: class_camera
/home/akien/Projects/godot/godot-docs/tutorials/3d/procedural_geometry/arraymesh.rst:42: WARNING: undefined label: class_visualserver
/home/akien/Projects/godot/godot-docs/tutorials/3d/procedural_geometry/arraymesh.rst:42: WARNING: undefined label: enum_visualserver_arrayformat
/home/akien/Projects/godot/godot-docs/tutorials/3d/procedural_geometry/immediategeometry.rst:6: WARNING: undefined label: class_immediategeometry
/home/akien/Projects/godot/godot-docs/tutorials/3d/procedural_geometry/index.rst:33: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/3d/procedural_geometry/index.rst:33: WARNING: undefined label: class_multimeshinstance
/home/akien/Projects/godot/godot-docs/tutorials/3d/procedural_geometry/index.rst:53: WARNING: undefined label: class_visualserver
/home/akien/Projects/godot/godot-docs/tutorials/3d/procedural_geometry/surfacetool.rst:6: WARNING: undefined label: class_immediategeometry
/home/akien/Projects/godot/godot-docs/tutorials/3d/using_gridmaps.rst:36: WARNING: undefined label: class_spatial
/home/akien/Projects/godot/godot-docs/tutorials/3d/using_gridmaps.rst:36: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/3d/using_gridmaps.rst:45: WARNING: undefined label: class_staticbody
/home/akien/Projects/godot/godot-docs/tutorials/3d/using_gridmaps.rst:45: WARNING: undefined label: class_collisionshape
/home/akien/Projects/godot/godot-docs/tutorials/3d/using_multi_mesh_instance.rst:9: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/3d/using_multi_mesh_instance.rst:9: WARNING: undefined label: class_multimeshinstance
/home/akien/Projects/godot/godot-docs/tutorials/3d/using_multi_mesh_instance.rst:34: WARNING: undefined label: class_spatial
/home/akien/Projects/godot/godot-docs/tutorials/3d/using_transforms.rst:82: WARNING: undefined label: class_spatial
/home/akien/Projects/godot/godot-docs/tutorials/3d/using_transforms.rst:89: WARNING: undefined label: class_transform
/home/akien/Projects/godot/godot-docs/tutorials/3d/using_transforms.rst:89: WARNING: undefined label: class_spatial
/home/akien/Projects/godot/godot-docs/tutorials/3d/using_transforms.rst:383: WARNING: undefined label: class_quat
/home/akien/Projects/godot/godot-docs/tutorials/animation/animation_tree.rst:214: WARNING: undefined label: class_kinematicbody_method_move_and_slide
/home/akien/Projects/godot/godot-docs/tutorials/animation/cutout_animation.rst:90: WARNING: undefined label: class_sprite
/home/akien/Projects/godot/godot-docs/tutorials/assets_pipeline/importing_scenes.rst:428: WARNING: undefined label: class_convexpolygonshape                                                                       
/home/akien/Projects/godot/godot-docs/tutorials/assets_pipeline/importing_scenes.rst:428: WARNING: undefined label: class_concavepolygonshape
/home/akien/Projects/godot/godot-docs/tutorials/assets_pipeline/importing_scenes.rst:441: WARNING: undefined label: class_staticbody
/home/akien/Projects/godot/godot-docs/tutorials/assets_pipeline/importing_scenes.rst:445: WARNING: undefined label: class_convexpolygonshape
/home/akien/Projects/godot/godot-docs/tutorials/assets_pipeline/importing_scenes.rst:447: WARNING: undefined label: class_staticbody
/home/akien/Projects/godot/godot-docs/tutorials/assets_pipeline/importing_scenes.rst:454: WARNING: undefined label: class_rayshape
/home/akien/Projects/godot/godot-docs/tutorials/assets_pipeline/importing_scenes.rst:455: WARNING: undefined label: class_boxshape
/home/akien/Projects/godot/godot-docs/tutorials/assets_pipeline/importing_scenes.rst:456: WARNING: undefined label: class_worldmarginshape
/home/akien/Projects/godot/godot-docs/tutorials/assets_pipeline/importing_scenes.rst:457: WARNING: undefined label: class_sphereshape
/home/akien/Projects/godot/godot-docs/tutorials/assets_pipeline/importing_scenes.rst:486: WARNING: undefined label: class_vehiclebody
/home/akien/Projects/godot/godot-docs/tutorials/assets_pipeline/importing_scenes.rst:492: WARNING: undefined label: class_vehiclewheel
/home/akien/Projects/godot/godot-docs/tutorials/assets_pipeline/importing_scenes.rst:498: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/audio/audio_buses.rst:257: WARNING: undefined label: class_area
/home/akien/Projects/godot/godot-docs/tutorials/best_practices/data_preferences.rst:320: WARNING: undefined label: class_visualserver
/home/akien/Projects/godot/godot-docs/tutorials/best_practices/data_preferences.rst:325: WARNING: undefined label: class_sprite
/home/akien/Projects/godot/godot-docs/tutorials/best_practices/godot_interfaces.rst:32: WARNING: undefined label: class_reference
/home/akien/Projects/godot/godot-docs/tutorials/best_practices/godot_interfaces.rst:276: WARNING: undefined label: class_tileset_method_tile_get_name
/home/akien/Projects/godot/godot-docs/tutorials/best_practices/godot_interfaces.rst:454: WARNING: undefined label: class_funcref
/home/akien/Projects/godot/godot-docs/tutorials/best_practices/godot_notifications.rst:42: WARNING: undefined label: class_mainloop_constant_notification_wm_mouse_enter
/home/akien/Projects/godot/godot-docs/tutorials/best_practices/godot_notifications.rst:56: WARNING: undefined label: class_popup_constant_notification_post_popup
/home/akien/Projects/godot/godot-docs/tutorials/best_practices/logic_preferences.rst:110: WARNING: undefined label: class_reference
/home/akien/Projects/godot/godot-docs/tutorials/best_practices/node_alternatives.rst:36: WARNING: undefined label: class_reference
/home/akien/Projects/godot/godot-docs/tutorials/best_practices/scene_organization.rst:92: WARNING: undefined label: class_funcref
/home/akien/Projects/godot/godot-docs/tutorials/best_practices/scene_organization.rst:218: WARNING: undefined label: class_node_method__get_configuration_warning
/home/akien/Projects/godot/godot-docs/tutorials/best_practices/scene_organization.rst:320: WARNING: undefined label: class_remotetransform
/home/akien/Projects/godot/godot-docs/tutorials/best_practices/scene_organization.rst:373: WARNING: undefined label: class_canvasitem_method_set_as_toplevel
/home/akien/Projects/godot/godot-docs/tutorials/best_practices/scene_organization.rst:373: WARNING: undefined label: class_spatial_method_set_as_toplevel
/home/akien/Projects/godot/godot-docs/tutorials/best_practices/what_are_godot_classes.rst:43: WARNING: undefined label: class_reference
/home/akien/Projects/godot/godot-docs/tutorials/editor/command_line_tutorial.rst:64: WARNING: undefined label: class_projectsettings_property_rendering/threads/thread_model
/home/akien/Projects/godot/godot-docs/tutorials/inputs/input_examples.rst:213: WARNING: undefined label: enum_@globalscope_keylist                                                                                 
/home/akien/Projects/godot/godot-docs/tutorials/inputs/input_examples.rst:251: WARNING: undefined label: enum_@globalscope_keylist
/home/akien/Projects/godot/godot-docs/tutorials/inputs/input_examples.rst:265: WARNING: undefined label: enum_@globalscope_buttonlist
/home/akien/Projects/godot/godot-docs/tutorials/inputs/input_examples.rst:306: WARNING: undefined label: class_sprite
/home/akien/Projects/godot/godot-docs/tutorials/inputs/inputevent.rst:77: WARNING: undefined label: class_scenetree_method_set_input_as_handled
/home/akien/Projects/godot/godot-docs/tutorials/inputs/inputevent.rst:92: WARNING: undefined label: class_scenetree_method_set_input_as_handled
/home/akien/Projects/godot/godot-docs/tutorials/inputs/inputevent.rst:97: WARNING: undefined label: class_camera
/home/akien/Projects/godot/godot-docs/tutorials/inputs/inputevent.rst:97: WARNING: undefined label: class_collisionobject_method__input_event
/home/akien/Projects/godot/godot-docs/tutorials/inputs/inputevent.rst:97: WARNING: undefined label: class_area
/home/akien/Projects/godot/godot-docs/tutorials/io/binary_serialization_api.rst:247: WARNING: undefined label: class_quat
/home/akien/Projects/godot/godot-docs/tutorials/io/binary_serialization_api.rst:306: WARNING: undefined label: class_transform
/home/akien/Projects/godot/godot-docs/tutorials/io/saving_games.rst:56: WARNING: undefined label: class_@gdscript_method_to_json
/home/akien/Projects/godot/godot-docs/tutorials/io/saving_games.rst:56: WARNING: undefined label: class_@gdscript_method_parse_json
/home/akien/Projects/godot/godot-docs/tutorials/io/saving_games.rst:126: WARNING: undefined label: class_@gdscript_method_to_json
/home/akien/Projects/godot/godot-docs/tutorials/math/beziers_and_curves.rst:145: WARNING: undefined label: class_path
/home/akien/Projects/godot/godot-docs/tutorials/math/interpolation.rst:33: WARNING: undefined label: class_vector2_method_linear_interpolate
/home/akien/Projects/godot/godot-docs/tutorials/math/interpolation.rst:33: WARNING: undefined label: class_vector3_method_linear_interpolate
/home/akien/Projects/godot/godot-docs/tutorials/math/interpolation.rst:55: WARNING: undefined label: class_transform_method_interpolate_with
/home/akien/Projects/godot/godot-docs/tutorials/math/matrices_and_transforms.rst:201: WARNING: undefined label: class_transform
/home/akien/Projects/godot/godot-docs/tutorials/math/matrices_and_transforms.rst:369: WARNING: undefined label: class_spatial
/home/akien/Projects/godot/godot-docs/tutorials/math/matrices_and_transforms.rst:373: WARNING: undefined label: class_transform
/home/akien/Projects/godot/godot-docs/tutorials/math/matrices_and_transforms.rst:586: WARNING: undefined label: class_transform
/home/akien/Projects/godot/godot-docs/tutorials/math/matrices_and_transforms.rst:633: WARNING: undefined label: class_quat
/home/akien/Projects/godot/godot-docs/tutorials/math/random_number_generation.rst:40: WARNING: undefined label: class_@gdscript_method_randomize
/home/akien/Projects/godot/godot-docs/tutorials/math/random_number_generation.rst:50: WARNING: undefined label: class_@gdscript_method_seed
/home/akien/Projects/godot/godot-docs/tutorials/math/random_number_generation.rst:71: WARNING: undefined label: class_@gdscript_method_randi
/home/akien/Projects/godot/godot-docs/tutorials/math/random_number_generation.rst:82: WARNING: undefined label: class_@gdscript_method_randf
/home/akien/Projects/godot/godot-docs/tutorials/math/random_number_generation.rst:97: WARNING: undefined label: class_@gdscript_method_rand_range
/home/akien/Projects/godot/godot-docs/tutorials/math/random_number_generation.rst:203: WARNING: undefined label: class_@gdscript_method_randf
/home/akien/Projects/godot/godot-docs/tutorials/math/vector_math.rst:221: WARNING: undefined label: class_kinematicbody2d
/home/akien/Projects/godot/godot-docs/tutorials/networking/high_level_multiplayer.rst:59: WARNING: undefined label: class_networkedmultiplayerpeer
/home/akien/Projects/godot/godot-docs/tutorials/networking/high_level_multiplayer.rst:64: WARNING: undefined label: class_networkedmultiplayerenet
/home/akien/Projects/godot/godot-docs/tutorials/networking/high_level_multiplayer.rst:64: WARNING: undefined label: class_webrtcmultiplayer
/home/akien/Projects/godot/godot-docs/tutorials/networking/high_level_multiplayer.rst:164: WARNING: undefined label: class_scenetree_method_get_network_unique_id
/home/akien/Projects/godot/godot-docs/tutorials/networking/high_level_multiplayer.rst:384: WARNING: undefined label: class_node_method_set_network_master
/home/akien/Projects/godot/godot-docs/tutorials/networking/high_level_multiplayer.rst:387: WARNING: undefined label: class_node_method_is_network_master
/home/akien/Projects/godot/godot-docs/tutorials/networking/http_request_class.rst:74: WARNING: undefined label: class_jsonparseresult
/home/akien/Projects/godot/godot-docs/tutorials/networking/webrtc.rst:36: WARNING: undefined label: class_webrtcmultiplayer
/home/akien/Projects/godot/godot-docs/tutorials/networking/webrtc.rst:215: WARNING: undefined label: class_webrtcmultiplayer
/home/akien/Projects/godot/godot-docs/tutorials/performance/using_multimesh.rst:36: WARNING: undefined label: class_visualserver_method_multimesh_set_buffer
/home/akien/Projects/godot/godot-docs/tutorials/performance/using_servers.rst:36: WARNING: undefined label: class_visualserver
/home/akien/Projects/godot/godot-docs/tutorials/performance/using_servers.rst:37: WARNING: undefined label: class_physicsserver
/home/akien/Projects/godot/godot-docs/tutorials/performance/using_servers.rst:38: WARNING: undefined label: class_physics2dserver
/home/akien/Projects/godot/godot-docs/tutorials/performance/using_servers.rst:66: WARNING: undefined label: class_world
/home/akien/Projects/godot/godot-docs/tutorials/performance/using_servers.rst:66: WARNING: undefined label: class_spatial
/home/akien/Projects/godot/godot-docs/tutorials/performance/using_servers.rst:74: WARNING: undefined label: class_visualinstance
/home/akien/Projects/godot/godot-docs/tutorials/performance/using_servers.rst:74: WARNING: undefined label: class_visualinstance_method_get_instance
/home/akien/Projects/godot/godot-docs/tutorials/performance/using_servers.rst:74: WARNING: undefined label: class_visualinstance_method_get_base
/home/akien/Projects/godot/godot-docs/tutorials/performance/using_servers.rst:158: WARNING: undefined label: class_rigidbody2d
/home/akien/Projects/godot/godot-docs/tutorials/performance/using_servers.rst:158: WARNING: undefined label: class_physics2dserver
/home/akien/Projects/godot/godot-docs/tutorials/performance/using_servers.rst:193: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/performance/using_servers.rst:193: WARNING: undefined label: class_physicsserver
/home/akien/Projects/godot/godot-docs/tutorials/performance/vertex_animation/animating_thousands_of_fish.rst:10: WARNING: undefined label: class_multimeshinstance
/home/akien/Projects/godot/godot-docs/tutorials/performance/vertex_animation/animating_thousands_of_fish.rst:20: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/performance/vertex_animation/animating_thousands_of_fish.rst:31: WARNING: undefined label: class_skeleton
/home/akien/Projects/godot/godot-docs/tutorials/performance/vertex_animation/animating_thousands_of_fish.rst:274: WARNING: undefined label: class_particles
/home/akien/Projects/godot/godot-docs/tutorials/performance/vertex_animation/controlling_thousands_of_fish.rst:6: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/performance/vertex_animation/controlling_thousands_of_fish.rst:10: WARNING: undefined label: class_particles
/home/akien/Projects/godot/godot-docs/tutorials/performance/vertex_animation/controlling_thousands_of_fish.rst:14: WARNING: undefined label: class_cpuparticles
/home/akien/Projects/godot/godot-docs/tutorials/physics/collision_shapes_2d.rst:35: WARNING: undefined label: class_rayshape2d
/home/akien/Projects/godot/godot-docs/tutorials/physics/collision_shapes_2d.rst:36: WARNING: undefined label: class_lineshape2d
/home/akien/Projects/godot/godot-docs/tutorials/physics/collision_shapes_3d.rst:15: WARNING: undefined label: class_physicsbody                                                                                    
/home/akien/Projects/godot/godot-docs/tutorials/physics/collision_shapes_3d.rst:15: WARNING: undefined label: class_collisionshape
/home/akien/Projects/godot/godot-docs/tutorials/physics/collision_shapes_3d.rst:15: WARNING: undefined label: class_shape
/home/akien/Projects/godot/godot-docs/tutorials/physics/collision_shapes_3d.rst:30: WARNING: undefined label: class_boxshape
/home/akien/Projects/godot/godot-docs/tutorials/physics/collision_shapes_3d.rst:31: WARNING: undefined label: class_sphereshape
/home/akien/Projects/godot/godot-docs/tutorials/physics/collision_shapes_3d.rst:32: WARNING: undefined label: class_capsuleshape
/home/akien/Projects/godot/godot-docs/tutorials/physics/collision_shapes_3d.rst:33: WARNING: undefined label: class_cylindershape
/home/akien/Projects/godot/godot-docs/tutorials/physics/collision_shapes_3d.rst:47: WARNING: undefined label: class_convexpolygonshape
/home/akien/Projects/godot/godot-docs/tutorials/physics/collision_shapes_3d.rst:79: WARNING: undefined label: class_concavepolygonshape
/home/akien/Projects/godot/godot-docs/tutorials/physics/kinematic_character_2d.rst:111: WARNING: undefined label: class_kinematicbody2d_method_move_and_collide
/home/akien/Projects/godot/godot-docs/tutorials/physics/physics_introduction.rst:48: WARNING: undefined label: class_rigidbody2d
/home/akien/Projects/godot/godot-docs/tutorials/physics/physics_introduction.rst:52: WARNING: undefined label: class_kinematicbody2d
/home/akien/Projects/godot/godot-docs/tutorials/physics/physics_introduction.rst:218: WARNING: undefined label: class_rigidbody2d
/home/akien/Projects/godot/godot-docs/tutorials/physics/physics_introduction.rst:244: WARNING: undefined label: class_kinematicbody2d
/home/akien/Projects/godot/godot-docs/tutorials/physics/physics_introduction.rst:255: WARNING: undefined label: class_rigidbody2d_method__integrate_forces
/home/akien/Projects/godot/godot-docs/tutorials/physics/physics_introduction.rst:255: WARNING: undefined label: class_physics2ddirectbodystate
/home/akien/Projects/godot/godot-docs/tutorials/physics/physics_introduction.rst:313: WARNING: undefined label: class_rigidbody2d_property_can_sleep
/home/akien/Projects/godot/godot-docs/tutorials/physics/physics_introduction.rst:322: WARNING: undefined label: class_rigidbody2d_property_contacts_reported
/home/akien/Projects/godot/godot-docs/tutorials/physics/physics_introduction.rst:322: WARNING: undefined label: class_physics2ddirectbodystate_method_get_contact_count
/home/akien/Projects/godot/godot-docs/tutorials/physics/physics_introduction.rst:329: WARNING: undefined label: class_rigidbody2d_property_contact_monitor
/home/akien/Projects/godot/godot-docs/tutorials/physics/physics_introduction.rst:329: WARNING: undefined label: class_rigidbody2d
/home/akien/Projects/godot/godot-docs/tutorials/physics/physics_introduction.rst:336: WARNING: undefined label: class_kinematicbody2d
/home/akien/Projects/godot/godot-docs/tutorials/physics/physics_introduction.rst:354: WARNING: undefined label: class_kinematicbody2d_method_move_and_collide
/home/akien/Projects/godot/godot-docs/tutorials/physics/physics_introduction.rst:421: WARNING: undefined label: class_kinematicbody2d_method_move_and_slide
/home/akien/Projects/godot/godot-docs/tutorials/physics/ragdoll_system.rst:21: WARNING: undefined label: class_physicalbone
/home/akien/Projects/godot/godot-docs/tutorials/physics/ray-casting.rst:14: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/physics/ray-casting.rst:27: WARNING: undefined label: class_spatial_method_get_world
/home/akien/Projects/godot/godot-docs/tutorials/physics/ray-casting.rst:33: WARNING: undefined label: class_physicsserver
/home/akien/Projects/godot/godot-docs/tutorials/physics/ray-casting.rst:33: WARNING: undefined label: class_physics2dserver
/home/akien/Projects/godot/godot-docs/tutorials/physics/ray-casting.rst:47: WARNING: undefined label: class_physics2ddirectspacestate
/home/akien/Projects/godot/godot-docs/tutorials/physics/ray-casting.rst:47: WARNING: undefined label: class_physicsdirectspacestate
/home/akien/Projects/godot/godot-docs/tutorials/physics/ray-casting.rst:102: WARNING: undefined label: class_physics2ddirectspacestate_method_intersect_ray
/home/akien/Projects/godot/godot-docs/tutorials/physics/ray-casting.rst:229: WARNING: undefined label: class_collisionobject
/home/akien/Projects/godot/godot-docs/tutorials/physics/ray-casting.rst:235: WARNING: undefined label: class_camera
/home/akien/Projects/godot/godot-docs/tutorials/physics/rigid_body.rst:9: WARNING: undefined label: class_shape
/home/akien/Projects/godot/godot-docs/tutorials/physics/rigid_body.rst:15: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/physics/rigid_body.rst:23: WARNING: undefined label: class_spatial
/home/akien/Projects/godot/godot-docs/tutorials/physics/soft_body.rst:12: WARNING: undefined label: class_softbody
/home/akien/Projects/godot/godot-docs/tutorials/physics/soft_body.rst:45: WARNING: undefined label: class_boneattachment
/home/akien/Projects/godot/godot-docs/tutorials/physics/using_kinematic_body_2d.rst:9: WARNING: undefined label: class_kinematicbody2d
/home/akien/Projects/godot/godot-docs/tutorials/physics/using_kinematic_body_2d.rst:95: WARNING: undefined label: class_rigidbody2d
/home/akien/Projects/godot/godot-docs/tutorials/plugins/editor/import_plugins.rst:100: WARNING: undefined label: class_editorimportplugin_method_get_importer_name
/home/akien/Projects/godot/godot-docs/tutorials/plugins/editor/import_plugins.rst:111: WARNING: undefined label: class_editorimportplugin_method_get_visible_name
/home/akien/Projects/godot/godot-docs/tutorials/plugins/editor/import_plugins.rst:124: WARNING: undefined label: class_editorimportplugin_method_get_recognized_extensions
/home/akien/Projects/godot/godot-docs/tutorials/plugins/editor/import_plugins.rst:199: WARNING: undefined label: class_editorimportplugin_method_get_preset_count
/home/akien/Projects/godot/godot-docs/tutorials/plugins/editor/import_plugins.rst:214: WARNING: undefined label: class_editorimportplugin_method_get_preset_name
/home/akien/Projects/godot/godot-docs/tutorials/plugins/editor/import_plugins.rst:239: WARNING: undefined label: class_editorimportplugin_method_get_import_options
/home/akien/Projects/godot/godot-docs/tutorials/plugins/editor/import_plugins.rst:277: WARNING: undefined label: class_editorimportplugin_method_get_option_visibility
/home/akien/Projects/godot/godot-docs/tutorials/plugins/editor/import_plugins.rst:288: WARNING: undefined label: class_editorimportplugin_method_import
/home/akien/Projects/godot/godot-docs/tutorials/plugins/editor/spatial_gizmos.rst:22: WARNING: undefined label: class_editorspatialgizmoplugin
/home/akien/Projects/godot/godot-docs/tutorials/plugins/editor/spatial_gizmos.rst:59: WARNING: undefined label: class_editorspatialgizmoplugin
/home/akien/Projects/godot/godot-docs/tutorials/plugins/editor/spatial_gizmos.rst:67: WARNING: undefined label: class_editorspatialgizmoplugin_method_has_gizmo
/home/akien/Projects/godot/godot-docs/tutorials/plugins/editor/spatial_gizmos.rst:81: WARNING: undefined label: class_editorspatialgizmoplugin_method_redraw
/home/akien/Projects/godot/godot-docs/tutorials/plugins/editor/spatial_gizmos.rst:115: WARNING: undefined label: class_editorspatialgizmoplugin_method_get_material
/home/akien/Projects/godot/godot-docs/tutorials/plugins/editor/spatial_gizmos.rst:161: WARNING: undefined label: class_editorspatialgizmoplugin
/home/akien/Projects/godot/godot-docs/tutorials/plugins/editor/spatial_gizmos.rst:168: WARNING: undefined label: class_editorspatialgizmo
/home/akien/Projects/godot/godot-docs/tutorials/plugins/editor/spatial_gizmos.rst:172: WARNING: undefined label: class_editorspatialgizmoplugin_method_create_gizmo
/home/akien/Projects/godot/godot-docs/tutorials/plugins/editor/spatial_gizmos.rst:197: WARNING: undefined label: class_editorspatialgizmo
/home/akien/Projects/godot/godot-docs/tutorials/plugins/editor/spatial_gizmos.rst:235: WARNING: undefined label: class_editorspatialgizmo
/home/akien/Projects/godot/godot-docs/tutorials/plugins/running_code_in_the_editor.rst:253: WARNING: undefined label: class_node_method_update_configuration_warning
/home/akien/Projects/godot/godot-docs/tutorials/rendering/gles2_gles3_differences.rst:17: WARNING: undefined label: class_particles
/home/akien/Projects/godot/godot-docs/tutorials/rendering/gles2_gles3_differences.rst:17: WARNING: undefined label: class_particles2d
/home/akien/Projects/godot/godot-docs/tutorials/rendering/gles2_gles3_differences.rst:17: WARNING: undefined label: class_cpuparticles
/home/akien/Projects/godot/godot-docs/tutorials/rendering/gles2_gles3_differences.rst:107: WARNING: undefined label: class_giprobe
/home/akien/Projects/godot/godot-docs/tutorials/rendering/gles2_gles3_differences.rst:113: WARNING: undefined label: class_light
/home/akien/Projects/godot/godot-docs/tutorials/rendering/multiple_resolutions.rst:262: WARNING: undefined label: class_scenetree_method_set_screen_stretch
/home/akien/Projects/godot/godot-docs/tutorials/rendering/viewports.rst:53: WARNING: undefined label: class_world
/home/akien/Projects/godot/godot-docs/tutorials/rendering/viewports.rst:62: WARNING: undefined label: class_camera
/home/akien/Projects/godot/godot-docs/tutorials/rendering/viewports.rst:83: WARNING: undefined label: class_camera_property_cull_mask
/home/akien/Projects/godot/godot-docs/tutorials/rendering/viewports.rst:83: WARNING: undefined label: class_visualinstance
/home/akien/Projects/godot/godot-docs/tutorials/rendering/viewports.rst:83: WARNING: undefined label: class_visualinstance_property_layers
/home/akien/Projects/godot/godot-docs/tutorials/rendering/viewports.rst:91: WARNING: undefined label: class_viewportcontainer
/home/akien/Projects/godot/godot-docs/tutorials/rendering/viewports.rst:109: WARNING: undefined label: class_world
/home/akien/Projects/godot/godot-docs/tutorials/rendering/viewports.rst:109: WARNING: undefined label: class_world
/home/akien/Projects/godot/godot-docs/tutorials/rendering/viewports.rst:109: WARNING: undefined label: class_world
/home/akien/Projects/godot/godot-docs/tutorials/rendering/viewports.rst:109: WARNING: undefined label: class_world
/home/akien/Projects/godot/godot-docs/tutorials/rendering/viewports.rst:109: WARNING: undefined label: class_world
/home/akien/Projects/godot/godot-docs/tutorials/rendering/viewports.rst:109: WARNING: undefined label: class_world
/home/akien/Projects/godot/godot-docs/tutorials/rendering/viewports.rst:121: WARNING: undefined label: class_world
/home/akien/Projects/godot/godot-docs/tutorials/rendering/viewports.rst:121: WARNING: undefined label: class_world
/home/akien/Projects/godot/godot-docs/tutorials/rendering/viewports.rst:165: WARNING: undefined label: class_viewportcontainer
/home/akien/Projects/godot/godot-docs/tutorials/rendering/viewports.rst:169: WARNING: undefined label: class_viewportcontainer
/home/akien/Projects/godot/godot-docs/tutorials/rendering/viewports.rst:169: WARNING: undefined label: class_viewportcontainer_property_stretch
/home/akien/Projects/godot/godot-docs/tutorials/rendering/viewports.rst:169: WARNING: undefined label: class_viewportcontainer
/home/akien/Projects/godot/godot-docs/tutorials/rendering/viewports.rst:169: WARNING: undefined label: class_viewportcontainer
/home/akien/Projects/godot/godot-docs/tutorials/rendering/viewports.rst:239: WARNING: undefined label: class_viewport_property_render_target_clear_mode
/home/akien/Projects/godot/godot-docs/tutorials/scripting/c_sharp/c_sharp_exports.rst:341: WARNING: undefined label: class_object_method_property_list_changed_notify
/home/akien/Projects/godot/godot-docs/tutorials/scripting/change_scenes_manually.rst:133: WARNING: undefined label: class_viewportcontainer
/home/akien/Projects/godot/godot-docs/tutorials/scripting/gdnative/gdnative_c_example.rst:22: WARNING: undefined label: class_arvrinterfacegdnative                                                                
/home/akien/Projects/godot/godot-docs/tutorials/scripting/gdscript/gdscript_advanced.rst:166: WARNING: undefined label: class_reference
/home/akien/Projects/godot/godot-docs/tutorials/scripting/gdscript/gdscript_basics.rst:540: WARNING: undefined label: class_quat
/home/akien/Projects/godot/godot-docs/tutorials/scripting/gdscript/gdscript_basics.rst:560: WARNING: undefined label: class_transform
/home/akien/Projects/godot/godot-docs/tutorials/scripting/gdscript/gdscript_basics.rst:1527: WARNING: undefined label: class_reference
/home/akien/Projects/godot/godot-docs/tutorials/scripting/gdscript/gdscript_basics.rst:1578: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/scripting/gdscript/gdscript_documentation_comments.rst:175: WARNING: undefined label: class_sprite
/home/akien/Projects/godot/godot-docs/tutorials/scripting/gdscript/gdscript_documentation_comments.rst:177: WARNING: undefined label: class_spatial_method_hide
/home/akien/Projects/godot/godot-docs/tutorials/scripting/gdscript/gdscript_documentation_comments.rst:179: WARNING: undefined label: class_spatial_method_hide
/home/akien/Projects/godot/godot-docs/tutorials/scripting/gdscript/gdscript_exports.rst:305: WARNING: undefined label: class_object_method_property_list_changed_notify
/home/akien/Projects/godot/godot-docs/tutorials/scripting/nodes_and_scene_instances.rst:206: WARNING: undefined label: class_packedscene_method_instance
/home/akien/Projects/godot/godot-docs/tutorials/scripting/overridable_functions.rst:139: WARNING: undefined label: class_node_method__get_configuration_warning
/home/akien/Projects/godot/godot-docs/tutorials/scripting/resources.rst:46: WARNING: undefined label: class_sprite
/home/akien/Projects/godot/godot-docs/tutorials/scripting/resources.rst:112: WARNING: undefined label: class_packedscene_method_instance
/home/akien/Projects/godot/godot-docs/tutorials/scripting/resources.rst:137: WARNING: undefined label: class_packedscene_method_instance
/home/akien/Projects/godot/godot-docs/tutorials/scripting/resources.rst:158: WARNING: undefined label: class_reference
/home/akien/Projects/godot/godot-docs/tutorials/shaders/advanced_postprocessing.rst:14: WARNING: undefined label: class_viewportcontainer
/home/akien/Projects/godot/godot-docs/tutorials/shaders/advanced_postprocessing.rst:30: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/shaders/custom_postprocessing.rst:29: WARNING: undefined label: class_viewportcontainer
/home/akien/Projects/godot/godot-docs/tutorials/shaders/custom_postprocessing.rst:128: WARNING: undefined label: class_viewportcontainer
/home/akien/Projects/godot/godot-docs/tutorials/shaders/shader_reference/canvas_item_shader.rst:150: WARNING: undefined label: class_sprite_two                                                                    
/home/akien/Projects/godot/godot-docs/tutorials/shaders/shader_reference/particle_shader.rst:23: WARNING: undefined label: class_cpuparticles
/home/akien/Projects/godot/godot-docs/tutorials/shaders/shader_reference/sky_shader.rst:57: WARNING: undefined label: class_directionallight
/home/akien/Projects/godot/godot-docs/tutorials/shaders/using_viewport_as_texture.rst:17: WARNING: undefined label: class_camera
/home/akien/Projects/godot/godot-docs/tutorials/shaders/using_viewport_as_texture.rst:17: WARNING: undefined label: class_omnilight
/home/akien/Projects/godot/godot-docs/tutorials/shaders/using_viewport_as_texture.rst:17: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/shaders/using_viewport_as_texture.rst:80: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/shaders/using_viewport_as_texture.rst:299: WARNING: undefined label: class_omnilight
/home/akien/Projects/godot/godot-docs/tutorials/shaders/your_first_shader/your_first_2d_shader.rst:34: WARNING: undefined label: class_sprite
/home/akien/Projects/godot/godot-docs/tutorials/shaders/your_first_shader/your_first_3d_shader.rst:44: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/shaders/your_first_shader/your_first_3d_shader.rst:44: WARNING: undefined label: class_particles
/home/akien/Projects/godot/godot-docs/tutorials/shaders/your_first_shader/your_first_3d_shader.rst:44: WARNING: undefined label: class_multimeshinstance
/home/akien/Projects/godot/godot-docs/tutorials/shaders/your_first_shader/your_first_3d_shader.rst:64: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/shaders/your_first_shader/your_first_3d_shader.rst:83: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/shaders/your_first_shader/your_first_3d_shader.rst:113: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/shaders/your_first_shader/your_first_3d_shader.rst:281: WARNING: undefined label: class_omnilight
/home/akien/Projects/godot/godot-docs/tutorials/shaders/your_first_shader/your_second_3d_shader.rst:18: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/ui/bbcode_in_richtextlabel.rst:25: WARNING: undefined label: class_richtextlabel_property_bbcode_text
/home/akien/Projects/godot/godot-docs/tutorials/ui/gui_containers.rst:158: WARNING: undefined label: class_viewportcontainer
/home/akien/Projects/godot/godot-docs/tutorials/vr/developing_for_oculus_quest.rst:42: WARNING: undefined label: class_arvrorigin
/home/akien/Projects/godot/godot-docs/tutorials/vr/developing_for_oculus_quest.rst:43: WARNING: undefined label: class_arvrcamera
/home/akien/Projects/godot/godot-docs/tutorials/vr/developing_for_oculus_quest.rst:43: WARNING: undefined label: class_arvrcontroller
/home/akien/Projects/godot/godot-docs/tutorials/vr/developing_for_oculus_quest.rst:44: WARNING: undefined label: class_arvrcontroller
/home/akien/Projects/godot/godot-docs/tutorials/vr/developing_for_oculus_quest.rst:45: WARNING: undefined label: class_arvrcontroller
/home/akien/Projects/godot/godot-docs/tutorials/vr/developing_for_oculus_quest.rst:46: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/developing_for_oculus_quest.rst:46: WARNING: undefined label: class_arvrcontroller
/home/akien/Projects/godot/godot-docs/tutorials/vr/developing_for_oculus_quest.rst:46: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/developing_for_oculus_quest.rst:46: WARNING: undefined label: class_arvrcontroller
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_primer.rst:26: WARNING: undefined label: class_arvrserver_method_get_interfaces
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_primer.rst:55: WARNING: undefined label: class_viewport_property_arvr
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_primer.rst:62: WARNING: undefined label: class_viewport_property_arvr
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_primer.rst:74: WARNING: undefined label: class_arvrorigin
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_primer.rst:75: WARNING: undefined label: class_arvrcamera
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_primer.rst:76: WARNING: undefined label: class_arvrcontroller
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_primer.rst:77: WARNING: undefined label: class_arvranchor
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_primer.rst:82: WARNING: undefined label: class_arvrorigin
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_primer.rst:98: WARNING: undefined label: class_arvrcamera
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:26: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:28: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:70: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:75: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:75: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:75: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:80: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:80: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:87: WARNING: undefined label: class_arvrorigin
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:87: WARNING: undefined label: class_arvrorigin
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:87: WARNING: undefined label: class_arvrorigin
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:92: WARNING: undefined label: class_arvrcamera
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:92: WARNING: undefined label: class_arvrcamera
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:92: WARNING: undefined label: class_arvrcamera
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:92: WARNING: undefined label: class_arvrcamera
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:92: WARNING: undefined label: class_arvrorigin
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:96: WARNING: undefined label: class_arvrcontroller
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:96: WARNING: undefined label: class_arvrcontroller
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:96: WARNING: undefined label: class_arvrorigin
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:96: WARNING: undefined label: class_arvrcontroller
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:96: WARNING: undefined label: class_arvrcontroller
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:96: WARNING: undefined label: class_arvrcontroller
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:103: WARNING: undefined label: class_arvrorigin
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:105: WARNING: undefined label: class_arvrcamera
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:107: WARNING: undefined label: class_arvrcamera
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:109: WARNING: undefined label: class_arvrcamera
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:111: WARNING: undefined label: class_arvrcontroller
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:161: WARNING: undefined label: class_arvrserver
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:161: WARNING: undefined label: class_arvrserver
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:190: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:203: WARNING: undefined label: class_arvrserver
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:206: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:206: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:209: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:209: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:209: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:209: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:213: WARNING: undefined label: class_area
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:213: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:213: WARNING: undefined label: class_collisionshape
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:213: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:217: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:220: WARNING: undefined label: class_area
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:220: WARNING: undefined label: class_collisionshape
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:220: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:220: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:227: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:227: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:547: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:547: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:548: WARNING: undefined label: class_area
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:549: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:552: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:555: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:557: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:557: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:579: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:579: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:588: WARNING: undefined label: class_area
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:591: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:596: WARNING: undefined label: class_arvrcontroller
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:604: WARNING: undefined label: class_arvrcontroller
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:616: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:616: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:619: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:619: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:619: WARNING: undefined label: class_staticbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:633: WARNING: undefined label: class_arvrcontroller
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:704: WARNING: undefined label: class_arvrcamera
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:704: WARNING: undefined label: class_arvrcamera
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:724: WARNING: undefined label: class_arvrorigin
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:742: WARNING: undefined label: class_arvrcontroller
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:772: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:797: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:802: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:802: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:802: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:806: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:808: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:808: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:808: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:808: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:808: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:808: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:808: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:808: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:814: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:819: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:819: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:823: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:823: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:823: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:823: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:823: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:823: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:828: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:828: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:834: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:837: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:837: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:841: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:841: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:844: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:855: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:855: WARNING: undefined label: class_area
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:855: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:865: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:865: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:869: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:871: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:871: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:882: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:895: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:895: WARNING: undefined label: class_area
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:895: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:895: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:895: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:903: WARNING: undefined label: class_arvrcontroller
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:917: WARNING: undefined label: class_arvrorigin
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:917: WARNING: undefined label: class_arvrorigin
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:917: WARNING: undefined label: class_arvrorigin
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:917: WARNING: undefined label: class_arvrcamera
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:921: WARNING: undefined label: class_arvrorigin
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:921: WARNING: undefined label: class_arvrorigin
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:938: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:941: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:941: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:941: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:949: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:952: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:1016: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:1023: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:1044: WARNING: undefined label: class_arvrorigin
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:1143: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_one.rst:1143: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:11: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:22: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:25: WARNING: undefined label: class_staticbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:25: WARNING: undefined label: class_collisionshape
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:25: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:28: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:28: WARNING: undefined label: class_staticbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:28: WARNING: undefined label: class_area
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:28: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:92: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:115: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:115: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:125: WARNING: undefined label: class_collisionshape
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:125: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:174: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:181: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:185: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:188: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:188: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:188: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:193: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:275: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:278: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:280: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:282: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:307: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:312: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:312: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:315: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:315: WARNING: undefined label: class_spatial
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:319: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:319: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:319: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:319: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:323: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:323: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:326: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:326: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:326: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:332: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:345: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:350: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:369: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:371: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:371: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:371: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:378: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:467: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:469: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:481: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:484: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:489: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:489: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:494: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:497: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:501: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:501: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:504: WARNING: undefined label: class_spatial
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:508: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:512: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:512: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:515: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:515: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:515: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:521: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:526: WARNING: undefined label: class_raycast
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:543: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:547: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:547: WARNING: undefined label: class_collisionshape
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:547: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:547: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:551: WARNING: undefined label: class_area
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:551: WARNING: undefined label: class_collisionshape
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:551: WARNING: undefined label: class_area
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:551: WARNING: undefined label: class_area
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:554: WARNING: undefined label: class_particles
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:554: WARNING: undefined label: class_particles
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:558: WARNING: undefined label: class_particles
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:558: WARNING: undefined label: class_particles
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:562: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:664: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:669: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:672: WARNING: undefined label: class_area
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:674: WARNING: undefined label: class_particles
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:677: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:678: WARNING: undefined label: class_particles
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:679: WARNING: undefined label: class_particles
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:701: WARNING: undefined label: class_particles
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:701: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:705: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:705: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:708: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:708: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:708: WARNING: undefined label: class_area
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:713: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:713: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:716: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:716: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:716: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:719: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:719: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:719: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:722: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:722: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:722: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:722: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:726: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:729: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:729: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:732: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:732: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:737: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:749: WARNING: undefined label: class_area
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:782: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:786: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:786: WARNING: undefined label: class_meshinstance
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:790: WARNING: undefined label: class_kinematicbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:790: WARNING: undefined label: class_kinematicbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:790: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:790: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:794: WARNING: undefined label: class_kinematicbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:796: WARNING: undefined label: class_kinematicbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:796: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:799: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:846: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:852: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:852: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:853: WARNING: undefined label: class_kinematicbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:853: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:860: WARNING: undefined label: class_kinematicbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:860: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:870: WARNING: undefined label: class_kinematicbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:875: WARNING: undefined label: class_kinematiccollision
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:880: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:880: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:883: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:883: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:883: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:886: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:886: WARNING: undefined label: class_kinematiccollision
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:886: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:891: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:891: WARNING: undefined label: class_kinematiccollision
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:895: WARNING: undefined label: class_physicsbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:895: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:952: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:996: WARNING: undefined label: class_rigidbody
/home/akien/Projects/godot/godot-docs/tutorials/vr/vr_starter_tutorial/vr_starter_tutorial_part_two.rst:1031: WARNING: undefined label: class_rigidbody
@akien-mga akien-mga added the bug label Oct 5, 2021
@akien-mga
Copy link
Member Author

akien-mga commented Oct 5, 2021

undefined label: <class_array_method_operator <

This is something to fix in makerst.py after the inclusion of operators in the class reference.

Edit: Fixed in current 4.0-classref via godotengine/godot#53432

@YuriSizov
Copy link
Contributor

Many changes have been made and we since have enabled all the warnings on CI, so we're in a good shape now. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants