index.rst 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. .. Godot Engine documentation master file, created by
  2. sphinx-quickstart on Sat Dec 12 16:57:47 2015.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Godot Docs – *master* branch
  6. ============================
  7. .. attention:: This is the documentation for the unstable (master) branch.
  8. Looking for the documentation of the current **stable** branch?
  9. `Have a look here <https://docs.godotengine.org/en/stable>`_.
  10. Welcome to the official documentation of Godot Engine, the free and open source
  11. community-driven 2D and 3D game engine! If you are new to this documentation,
  12. we recommend that you read the :ref:`introduction page <doc_about_intro>` to
  13. get an overview of what this documentation has to offer.
  14. The table of contents below and in the sidebar should let you easily access the
  15. documentation for your topic of interest. You can also use the search function
  16. in the top left corner.
  17. .. note:: Godot Engine is an open source project developed by a community of
  18. volunteers. The documentation team can always use your
  19. feedback and help to improve the tutorials and class reference. If
  20. you don't understand something, or cannot find what you
  21. are looking for in the docs, help us make the documentation better
  22. by letting us know!
  23. Submit an issue or pull request on the `GitHub repository
  24. <https://github.com/godotengine/godot-docs/issues>`_,
  25. help us `translate the documentation
  26. <https://hosted.weblate.org/engage/godot-engine/>`_ into your
  27. language, or talk to us on either the ``#documentation``
  28. channel on `Discord <https://discord.gg/zH7NUgz>`_, or the
  29. ``#godotengine-doc`` channel on `irc.freenode.net
  30. <http://webchat.freenode.net/?channels=#godotengine-doc>`_!
  31. .. image:: https://hosted.weblate.org/widgets/godot-engine/-/godot-docs/287x66-white.png
  32. :alt: Translation state
  33. :align: center
  34. :target: https://hosted.weblate.org/engage/godot-engine/?utm_source=widget
  35. The main documentation for the site is organized into the following sections:
  36. .. toctree::
  37. :maxdepth: 1
  38. :caption: General
  39. :name: sec-general
  40. about/index
  41. .. toctree::
  42. :maxdepth: 1
  43. :caption: Getting started
  44. :name: sec-learn
  45. getting_started/step_by_step/index
  46. getting_started/editor/index
  47. getting_started/scripting/index
  48. getting_started/workflow/index
  49. .. toctree::
  50. :maxdepth: 1
  51. :caption: Tutorials
  52. :name: sec-tutorials
  53. tutorials/2d/index
  54. tutorials/3d/index
  55. tutorials/audio/index
  56. tutorials/physics/index
  57. tutorials/math/index
  58. tutorials/animation/index
  59. tutorials/inputs/index
  60. tutorials/io/index
  61. tutorials/i18n/index
  62. tutorials/gui/index
  63. tutorials/viewports/index
  64. tutorials/shading/index
  65. tutorials/networking/index
  66. tutorials/assetlib/index
  67. tutorials/vr/index
  68. tutorials/plugins/index
  69. tutorials/platform/index
  70. tutorials/threads/index
  71. tutorials/misc/index
  72. tutorials/debug/index
  73. .. toctree::
  74. :maxdepth: 1
  75. :caption: Development
  76. :name: sec-devel
  77. development/compiling/index
  78. development/cpp/index
  79. development/file_formats/index
  80. .. toctree::
  81. :maxdepth: 1
  82. :caption: Creating Content
  83. :name: sec-content
  84. content/3d/index
  85. .. toctree::
  86. :maxdepth: 1
  87. :caption: Community
  88. :name: sec-community
  89. community/index
  90. .. toctree::
  91. :maxdepth: 1
  92. :caption: Class reference
  93. :name: sec-class-ref
  94. classes/index
  95. .. Indices and tables
  96. .. ------------------
  97. ..
  98. .. * :ref:`genindex`
  99. .. * :ref:`modindex`
  100. .. * :ref:`search`