index.rst 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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. .. 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. To browse the documentation offline, you can use the mirror of the documentation
  27. hosted on `DevDocs <https://devdocs.io/godot/>`__. To enable offline browsing on
  28. DevDocs, you need to:
  29. - Click the three dots in the top-left corner, choose **Preferences**.
  30. - Enable the desired version of the Godot documentation by checking the box
  31. next to it in the sidebar.
  32. - Click the three dots in the top-left corner, choose **Offline data**.
  33. - Click the **Install** link next to the Godot documentation.
  34. You can also `download an HTML copy <https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-html-master.zip>`__
  35. for offline reading (updated every Monday). Extract the ZIP archive then open
  36. the top-level ``index.html`` in a web browser.
  37. .. note:: Godot Engine is an open source project developed by a community of
  38. volunteers. The documentation team can always use your
  39. feedback and help to improve the tutorials and class reference. If
  40. you don't understand something, or cannot find what you
  41. are looking for in the docs, help us make the documentation better
  42. by letting us know!
  43. Submit an issue or pull request on the `GitHub repository
  44. <https://github.com/godotengine/godot-docs/issues>`_,
  45. help us `translate the documentation
  46. <https://hosted.weblate.org/engage/godot-engine/>`_ into your
  47. language, or talk to us on the
  48. ``#documentation`` channel on the `Godot Contributors Chat
  49. <https://chat.godotengine.org/>`_!
  50. .. centered:: |weblate_widget|
  51. The main documentation for the site is organized into the following sections:
  52. .. toctree::
  53. :maxdepth: 1
  54. :caption: General
  55. :name: sec-general
  56. about/index
  57. .. toctree::
  58. :maxdepth: 1
  59. :caption: Getting started
  60. :name: sec-learn
  61. getting_started/introduction/index
  62. getting_started/step_by_step/index
  63. getting_started/first_2d_game/index
  64. getting_started/first_3d_game/index
  65. .. The sections below are sorted alphabetically. Please keep them that way.
  66. .. toctree::
  67. :maxdepth: 1
  68. :caption: Tutorials
  69. :name: sec-tutorials
  70. tutorials/2d/index
  71. tutorials/3d/index
  72. tutorials/animation/index
  73. tutorials/assets_pipeline/index
  74. tutorials/audio/index
  75. tutorials/best_practices/index
  76. tutorials/editor/index
  77. tutorials/export/index
  78. tutorials/i18n/index
  79. tutorials/inputs/index
  80. tutorials/io/index
  81. tutorials/math/index
  82. tutorials/navigation/index
  83. tutorials/networking/index
  84. tutorials/performance/index
  85. tutorials/physics/index
  86. tutorials/platform/index
  87. tutorials/plugins/index
  88. tutorials/rendering/index
  89. tutorials/scripting/index
  90. tutorials/shaders/index
  91. tutorials/ui/index
  92. tutorials/xr/index
  93. .. toctree::
  94. :maxdepth: 1
  95. :caption: Development
  96. :name: sec-devel
  97. development/compiling/index
  98. development/cpp/index
  99. development/editor/index
  100. development/file_formats/index
  101. .. toctree::
  102. :maxdepth: 1
  103. :caption: Community
  104. :name: sec-community
  105. community/contributing/index
  106. community/asset_library/index
  107. community/channels
  108. community/tutorials
  109. .. toctree::
  110. :maxdepth: 1
  111. :caption: Class reference
  112. :name: sec-class-ref
  113. classes/index
  114. .. Indices and tables
  115. .. ------------------
  116. ..
  117. .. * :ref:`genindex`
  118. .. * :ref:`modindex`
  119. .. * :ref:`search`