index.rst 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. Welcome to Godot Engine's documentation!
  6. ========================================
  7. The main documentation for the site is organized into a few sections:
  8. * :ref:`sec-tutorials`
  9. * :ref:`sec-reference`
  10. * :ref:`sec-community`
  11. .. toctree::
  12. :maxdepth: 1
  13. :caption: Tutorials
  14. :name: sec-tutorials
  15. tutorials/step_by_step/_step_by_step
  16. tutorials/engine/_engine
  17. tutorials/2d/_2d
  18. tutorials/3d/_3d
  19. tutorials/_networking
  20. tutorials/_plugins
  21. tutorials/_misc_tutorials
  22. tutorials/asset_pipeline/_asset_pipeline
  23. .. toctree::
  24. :maxdepth: 1
  25. :caption: Reference
  26. :name: sec-reference
  27. classes/_classes
  28. reference/_languages
  29. reference/_cheat_sheets
  30. reference/_compiling
  31. reference/_advanced
  32. .. toctree::
  33. :maxdepth: 1
  34. :caption: Community
  35. :name: sec-community
  36. contributing/_contributing
  37. .. Indices and tables
  38. .. ------------------
  39. ..
  40. .. * :ref:`genindex`
  41. .. * :ref:`modindex`
  42. .. * :ref:`search`