Files
Hugo Locurcio e6f40bde7a Add a "see also" link to the GDScript grammar in the GDScript section
The page is in the Development section, but it's not easy to discover.

(cherry picked from commit ea7814b25c)
2021-04-26 16:57:09 +02:00

20 lines
400 B
ReStructuredText

GDScript
========
.. toctree::
:maxdepth: 1
:name: toc-learn-scripting-gdscript
gdscript_basics
gdscript_advanced
gdscript_exports
gdscript_styleguide
static_typing
warning_system
gdscript_format_string
.. seealso::
See :ref:`doc_gdscript_grammar` if you are interested in writing a third-party
tool that interacts with GDScript, such as a linter or formatter.