index.rst 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. Godot Docs – *3.0* branch
  2. =========================
  3. .. caution::
  4. This is the documentation for Godot 3.0, released in 2018. 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/misc/index
  53. tutorials/debug/index
  54. .. toctree::
  55. :maxdepth: 1
  56. :caption: Development
  57. :name: sec-devel
  58. development/compiling/index
  59. development/cpp/index
  60. development/file_formats/index
  61. .. toctree::
  62. :maxdepth: 1
  63. :caption: Community
  64. :name: sec-community
  65. community/index
  66. .. toctree::
  67. :maxdepth: 1
  68. :caption: Class reference
  69. :name: sec-class-ref
  70. classes/index
  71. .. Indices and tables
  72. .. ------------------
  73. ..
  74. .. * :ref:`genindex`
  75. .. * :ref:`modindex`
  76. .. * :ref:`search`