index.rst 4.4 KB

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