12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- .. Godot Engine documentation master file, created by
- sphinx-quickstart on Sat Dec 12 16:57:47 2015.
- You can adapt this file completely to your liking, but it should at least
- contain the root `toctree` directive.
- Welcome to Godot Engine's documentation!
- ========================================
- The main documentation for the site is organized into a few sections:
- * :ref:`sec-tutorials`
- * :ref:`sec-reference`
- * :ref:`sec-community`
- .. toctree::
- :maxdepth: 1
- :caption: Tutorials
- :name: sec-tutorials
- tutorials/step_by_step/_step_by_step
- tutorials/engine/_engine
- tutorials/2d/_2d
- tutorials/3d/_3d
- tutorials/_networking
- tutorials/_plugins
- tutorials/_misc_tutorials
- tutorials/asset_pipeline/_asset_pipeline
- .. toctree::
- :maxdepth: 1
- :caption: Reference
- :name: sec-reference
- classes/_classes
- reference/_languages
- reference/_cheat_sheets
- reference/_compiling
- reference/_advanced
- .. toctree::
- :maxdepth: 1
- :caption: Community
- :name: sec-community
- contributing/_contributing
- .. Indices and tables
- .. ------------------
- ..
- .. * :ref:`genindex`
- .. * :ref:`modindex`
- .. * :ref:`search`
|