index.rst 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. Godot Docs – *3.2* branch
  2. =========================
  3. .. only:: not i18n
  4. .. note:: Godot's documentation is available in various languages and versions.
  5. Expand the "Read the Docs" panel at the bottom of the sidebar to see
  6. the list.
  7. .. only:: i18n
  8. .. note:: This documentation is translated from the `original English one
  9. <https://docs.godotengine.org/en/latest>`_ by community members
  10. on `Weblate <https://hosted.weblate.org/projects/godot-engine/godot-docs>`_.
  11. Depending on the translation effort's completion level, you may
  12. find paragraphs or whole pages which are still in English. You can
  13. help the community by providing new translations or reviewing existing
  14. ones on Weblate.
  15. For the time being, localized translations are only available for
  16. the "latest" (development) branch, but should be suitable to learn
  17. how to use stable Godot releases nevertheless.
  18. Welcome to the official documentation of `Godot Engine <https://godotengine.org>`__,
  19. the free and open source community-driven 2D and 3D game engine! If you are new
  20. to this documentation, we recommend that you read the
  21. :ref:`introduction page <doc_about_intro>` to get an overview of what this
  22. documentation has to offer.
  23. The table of contents below and in the sidebar should let you easily access the
  24. documentation for your topic of interest. You can also use the search function
  25. in the top left corner.
  26. You can also `download an HTML copy <https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-html-stable.zip>`__
  27. for offline reading (updated every Monday). Extract the ZIP archive then open
  28. the top-level ``index.html`` in a web browser.
  29. .. note:: Godot Engine is an open source project developed by a community of
  30. volunteers. The documentation team can always use your
  31. feedback and help to improve the tutorials and class reference. If
  32. you don't understand something, or cannot find what you
  33. are looking for in the docs, help us make the documentation better
  34. by letting us know!
  35. Submit an issue or pull request on the `GitHub repository
  36. <https://github.com/godotengine/godot-docs/issues>`_,
  37. help us `translate the documentation
  38. <https://hosted.weblate.org/engage/godot-engine/>`_ into your
  39. language, or talk to us on either the ``#documentation``
  40. channel on `Discord <https://discord.gg/zH7NUgz>`_, or the
  41. ``#documentation`` channel on the `Godot Contributors Chat
  42. <https://chat.godotengine.org/>`_!
  43. .. centered:: |weblate_widget|
  44. The main documentation for the site is organized into the following sections:
  45. .. toctree::
  46. :maxdepth: 1
  47. :caption: General
  48. :name: sec-general
  49. about/index
  50. .. toctree::
  51. :maxdepth: 1
  52. :caption: Getting started
  53. :name: sec-learn
  54. getting_started/step_by_step/index
  55. getting_started/editor/index
  56. getting_started/scripting/index
  57. getting_started/workflow/index
  58. .. toctree::
  59. :maxdepth: 1
  60. :caption: Tutorials
  61. :name: sec-tutorials
  62. tutorials/2d/index
  63. tutorials/3d/index
  64. tutorials/audio/index
  65. tutorials/physics/index
  66. tutorials/math/index
  67. tutorials/animation/index
  68. tutorials/inputs/index
  69. tutorials/io/index
  70. tutorials/i18n/index
  71. tutorials/gui/index
  72. tutorials/viewports/index
  73. tutorials/shading/index
  74. tutorials/networking/index
  75. tutorials/assetlib/index
  76. tutorials/vr/index
  77. tutorials/plugins/index
  78. tutorials/platform/index
  79. tutorials/threads/index
  80. tutorials/content/index
  81. tutorials/optimization/index
  82. tutorials/misc/index
  83. tutorials/debug/index
  84. tutorials/legal/index
  85. .. toctree::
  86. :maxdepth: 1
  87. :caption: Development
  88. :name: sec-devel
  89. development/compiling/index
  90. development/cpp/index
  91. development/editor/index
  92. development/file_formats/index
  93. .. toctree::
  94. :maxdepth: 1
  95. :caption: Community
  96. :name: sec-community
  97. community/contributing/index
  98. community/channels
  99. community/tutorials
  100. .. toctree::
  101. :maxdepth: 1
  102. :caption: Class reference
  103. :name: sec-class-ref
  104. classes/index
  105. .. Indices and tables
  106. .. ------------------
  107. ..
  108. .. * :ref:`genindex`
  109. .. * :ref:`modindex`
  110. .. * :ref:`search`