index.rst 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. Godot Docs – *3.1* branch
  2. =========================
  3. .. caution::
  4. This is the documentation for Godot 3.1, released in 2019. This version
  5. is no longer supported, but its documentation is still available for
  6. reference.
  7. Please refer to the `stable <https://docs.godotengine.org/en/stable>`_
  8. and `latest <https://docs.godotengine.org/en/latest>`_ branches of the
  9. documentation for up-to-date information.
  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. The main documentation for the site is organized into the following sections:
  18. .. toctree::
  19. :maxdepth: 1
  20. :caption: General
  21. :name: sec-general
  22. about/index
  23. .. toctree::
  24. :maxdepth: 1
  25. :caption: Getting started
  26. :name: sec-learn
  27. getting_started/step_by_step/index
  28. getting_started/editor/index
  29. getting_started/scripting/index
  30. getting_started/workflow/index
  31. .. toctree::
  32. :maxdepth: 1
  33. :caption: Tutorials
  34. :name: sec-tutorials
  35. tutorials/2d/index
  36. tutorials/3d/index
  37. tutorials/audio/index
  38. tutorials/physics/index
  39. tutorials/math/index
  40. tutorials/animation/index
  41. tutorials/inputs/index
  42. tutorials/io/index
  43. tutorials/i18n/index
  44. tutorials/gui/index
  45. tutorials/viewports/index
  46. tutorials/shading/index
  47. tutorials/networking/index
  48. tutorials/assetlib/index
  49. tutorials/vr/index
  50. tutorials/plugins/index
  51. tutorials/platform/index
  52. tutorials/threads/index
  53. tutorials/content/index
  54. tutorials/optimization/index
  55. tutorials/misc/index
  56. tutorials/debug/index
  57. tutorials/legal/index
  58. .. toctree::
  59. :maxdepth: 1
  60. :caption: Development
  61. :name: sec-devel
  62. development/compiling/index
  63. development/cpp/index
  64. development/file_formats/index
  65. .. toctree::
  66. :maxdepth: 1
  67. :caption: Community
  68. :name: sec-community
  69. community/contributing/index
  70. community/channels
  71. community/tutorials
  72. .. toctree::
  73. :maxdepth: 1
  74. :caption: Class reference
  75. :name: sec-class-ref
  76. classes/index
  77. .. Indices and tables
  78. .. ------------------
  79. ..
  80. .. * :ref:`genindex`
  81. .. * :ref:`modindex`
  82. .. * :ref:`search`