index.rst 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. Godot Docs – *3.2* branch
  2. =========================
  3. .. caution::
  4. This is the documentation for Godot 3.2, released in 2020. This version
  5. is no longer supported, but its documentation is still available for
  6. reference.
  7. Please refer to the `stable <https://docs.godotengine.org/en/stable>`_
  8. and `latest <https://docs.godotengine.org/en/latest>`_ branches of the
  9. documentation for up-to-date information.
  10. Welcome to the official documentation of `Godot Engine <https://godotengine.org>`__,
  11. the free and open source community-driven 2D and 3D game engine! If you are new
  12. to this documentation, we recommend that you read the
  13. :ref:`introduction page <doc_about_intro>` to get an overview of what this
  14. documentation has to offer.
  15. The table of contents below and in the sidebar should let you easily access the
  16. documentation for your topic of interest. You can also use the search function
  17. in the top left corner.
  18. The main documentation for the site is organized into the following sections:
  19. .. toctree::
  20. :maxdepth: 1
  21. :caption: General
  22. :name: sec-general
  23. about/index
  24. .. toctree::
  25. :maxdepth: 1
  26. :caption: Getting started
  27. :name: sec-learn
  28. getting_started/step_by_step/index
  29. getting_started/editor/index
  30. getting_started/scripting/index
  31. getting_started/workflow/index
  32. .. toctree::
  33. :maxdepth: 1
  34. :caption: Tutorials
  35. :name: sec-tutorials
  36. tutorials/2d/index
  37. tutorials/3d/index
  38. tutorials/audio/index
  39. tutorials/physics/index
  40. tutorials/math/index
  41. tutorials/animation/index
  42. tutorials/inputs/index
  43. tutorials/io/index
  44. tutorials/i18n/index
  45. tutorials/gui/index
  46. tutorials/viewports/index
  47. tutorials/shading/index
  48. tutorials/networking/index
  49. tutorials/assetlib/index
  50. tutorials/vr/index
  51. tutorials/plugins/index
  52. tutorials/platform/index
  53. tutorials/threads/index
  54. tutorials/content/index
  55. tutorials/optimization/index
  56. tutorials/misc/index
  57. tutorials/debug/index
  58. tutorials/legal/index
  59. .. toctree::
  60. :maxdepth: 1
  61. :caption: Development
  62. :name: sec-devel
  63. development/compiling/index
  64. development/cpp/index
  65. development/editor/index
  66. development/file_formats/index
  67. .. toctree::
  68. :maxdepth: 1
  69. :caption: Community
  70. :name: sec-community
  71. community/contributing/index
  72. community/channels
  73. community/tutorials
  74. .. toctree::
  75. :maxdepth: 1
  76. :caption: Class reference
  77. :name: sec-class-ref
  78. classes/index
  79. .. Indices and tables
  80. .. ------------------
  81. ..
  82. .. * :ref:`genindex`
  83. .. * :ref:`modindex`
  84. .. * :ref:`search`