index.rst 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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 <http://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. It means that the documentation team can always use your
  19. feedback and help to improve the tutorials and class reference. If
  20. you do not manage to 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>`_, or discuss with
  25. us on the ``#documentation`` channel on `Discord
  26. <https://godotengine.org/community>`_!
  27. The main documentation for the site is organized into the following sections:
  28. .. toctree::
  29. :maxdepth: 1
  30. :caption: General
  31. :name: sec-general
  32. about/index
  33. .. toctree::
  34. :maxdepth: 1
  35. :caption: Getting started
  36. :name: sec-learn
  37. getting_started/step_by_step/index
  38. getting_started/editor/index
  39. getting_started/scripting/index
  40. getting_started/workflow/index
  41. .. toctree::
  42. :maxdepth: 1
  43. :caption: Tutorials
  44. :name: sec-tutorials
  45. tutorials/2d/index
  46. tutorials/3d/index
  47. tutorials/audio/index
  48. tutorials/physics/index
  49. tutorials/math/index
  50. tutorials/animation/index
  51. tutorials/inputs/index
  52. tutorials/gui/index
  53. tutorials/viewports/index
  54. tutorials/shading/index
  55. tutorials/networking/index
  56. tutorials/assetlib/index
  57. tutorials/vr/index
  58. tutorials/plugins/index
  59. tutorials/platform/index
  60. tutorials/misc/index
  61. tutorials/debug/index
  62. .. toctree::
  63. :maxdepth: 1
  64. :caption: Development
  65. :name: sec-devel
  66. development/compiling/index
  67. development/cpp/index
  68. development/file_formats/index
  69. .. toctree::
  70. :maxdepth: 1
  71. :caption: Community
  72. :name: sec-community
  73. community/index
  74. .. toctree::
  75. :maxdepth: 1
  76. :caption: Class reference
  77. :name: sec-class-ref
  78. classes/index
  79. .. Indices and tables
  80. .. ------------------
  81. ..
  82. .. * :ref:`genindex`
  83. .. * :ref:`modindex`
  84. .. * :ref:`search`