index.rst 4.2 KB

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