index.rst 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. Godot Docs – *2.1* branch
  2. =========================
  3. .. caution::
  4. This is the documentation for Godot 2.1, released in 2016. 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: Learning
  26. :name: sec-learn
  27. learning/step_by_step/index
  28. learning/editor/index
  29. learning/features/index
  30. learning/scripting/index
  31. learning/workflow/index
  32. .. toctree::
  33. :maxdepth: 1
  34. :caption: Development
  35. :name: sec-devel
  36. development/plugins/index
  37. development/compiling/index
  38. development/cpp/index
  39. .. toctree::
  40. :maxdepth: 1
  41. :caption: Community
  42. :name: sec-community
  43. community/contributing/index
  44. community/tutorials/index
  45. .. toctree::
  46. :maxdepth: 1
  47. :caption: Class reference
  48. :name: sec-class-ref
  49. classes/index
  50. .. Indices and tables
  51. .. ------------------
  52. ..
  53. .. * :ref:`genindex`
  54. .. * :ref:`modindex`
  55. .. * :ref:`search`