Godot Engine official documentation
 
 
 
 
 
 
Go to file
Max Hilbrunner fed201e55a
Merge pull request #8008 from godotengine/classref/sync-c12d635
classref: Sync with current master branch (c12d635)
2023-09-23 12:44:37 +02:00
.github Tell codespell to ignore the locale code page (#7519) 2023-06-16 08:48:46 +02:00
_extensions Use different color for control flow keywords in GDScript syntax highlighting 2023-07-27 11:39:06 +02:00
_static Use different color for control flow keywords in GDScript syntax highlighting 2023-07-27 11:39:06 +02:00
_templates Less intrusive 4.0 update state info (#7100) 2023-04-01 00:40:18 +02:00
_tools Tell codespell to ignore the locale code page (#7519) 2023-06-16 08:48:46 +02:00
about Document macOS editor dock icon duplicating itself in Troubleshooting 2023-08-03 03:54:32 +02:00
classes classref: Sync with current master branch (c12d635) 2023-09-23 03:18:39 +00:00
community Add text tutorial 2023-07-12 15:08:18 +02:00
contributing fix: update location fo node_3d_editor_gizmos.cpp 2023-08-04 18:17:25 +03:00
getting_started Update Instantiate menu in 03.player_movement_code.rst (#7978) 2023-09-22 20:02:12 -04:00
img Update Tween cheatsheet to add TRANS_SPRING (#7464) 2023-06-15 15:58:31 +02:00
tutorials Fix typo in `gdextension_cpp_example.rst` 2023-09-23 10:25:45 +03:00
.editorconfig Add `.editorconfig` and `.gitattributes` files for automatic settings (#4700) 2021-03-01 17:52:52 +01:00
.gitattributes Add `.editorconfig` and `.gitattributes` files for automatic settings (#4700) 2021-03-01 17:52:52 +01:00
.gitignore Added configuring ide for rider (#7420) 2023-05-28 08:46:21 +02:00
.mailmap Add AUTHORS.md with list of main contributors 2020-05-18 14:21:45 +02:00
.readthedocs.yml Add tools definition for RTD 2023-05-05 15:28:02 +02:00
AUTHORS.md Use official CC BY 3.0 terminology and resources 2022-09-13 14:05:04 -04:00
LICENSE.txt Add full text of CC-BY-3.0 license 2018-12-07 21:47:49 +01:00
Makefile Makefile: use sphinx-build -M 2023-03-28 19:34:39 +02:00
README.md Build ePubs of the documentation for offline reading 2023-05-04 02:38:54 +02:00
conf.py Update Godot version to 4.2 2023-07-06 09:41:07 +02:00
index.rst Build ePubs of the documentation for offline reading 2023-05-04 02:38:54 +02:00
make.bat Update SFC to Godot Foundation, old URLs 2023-04-17 23:53:52 +02:00
requirements.txt Update pygments to 2.15.1 and restore fixed shader syntax highlighting 2023-05-29 17:53:09 +03:00
robots.txt Appease our great search engine overlords 2020-04-21 13:32:55 +02:00

README.md

Godot Engine documentation

This repository contains the source files of Godot Engine's documentation, in reStructuredText markup language (reST).

They are meant to be parsed with the Sphinx documentation builder to build the HTML documentation on Godot's website.

Download for offline use

To browse the documentation offline, you can use the mirror of the documentation hosted on DevDocs. To enable offline browsing on DevDocs, you need to:

  • Click the three dots in the top-left corner, choose Preferences.
  • Enable the desired version of the Godot documentation by checking the box next to it in the sidebar.
  • Click the three dots in the top-left corner, choose Offline data.
  • Click the Install link next to the Godot documentation.

You can also download an HTML copy for offline reading (updated every Monday). Extract the ZIP archive then open the top-level index.html in a web browser.

For mobile devices or e-readers, you can also download an ePub copy for offline reading (updated every Monday). Extract the ZIP archive then open the GodotEngine.epub file in an e-book reader application.

Theming

The Godot documentation uses the default sphinx_rtd_theme with many customizations applied on top. It will automatically switch between the light and dark theme depending on your browser/OS' theming preference.

If you use Firefox and wish to use the dark theme regardless of your OS configuration, you can install the Dark Website Forcer add-on.

Contributing

All contributors are welcome to help on the Godot documentation.

To get started, head to the Contributing section of the online manual. There, you will find all the information you need to write and submit changes.

Here are some quick links to the areas you might be interested in:

  1. Contributing to the online manual
  2. Contributing to the class reference
  3. Content guidelines
  4. Writing guidelines
  5. Building the manual
  6. Translating the documentation

License

At the exception of the classes/ folder, all the content of this repository is licensed under the Creative Commons Attribution 3.0 Unported license (CC BY 3.0) and is to be attributed to "Juan Linietsky, Ariel Manzur and the Godot community". See LICENSE.txt for details.

The files in the classes/ folder are derived from Godot's main source repository and are distributed under the MIT license, with the same authors as above.