Rémi Verschelde
4567e5af9d
Fix code block after 11b4a4a
2020-03-13 17:49:26 +01:00
Rémi Verschelde
11b4a4a91a
Fix code errors and style issues after #2750
2020-03-13 16:29:45 +01:00
Michael Alexsander
3f9c09fbf7
Small fixes for recent formating errors ( #3247 )
2020-03-06 13:51:11 +01:00
Hugo Locurcio
ff2b3e4d00
Add documentation for version 1 of the Godot Android plugin. ( #2979 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2020-03-05 18:13:34 +01:00
asynts
53f878bdaf
Replace 'code' directives with 'code-block' directives.
...
The `code` directive highlights all sources as GDScript. Other languages are
highlighted incorrectly at the moment, even if `.. code:: [language]` is
specified.
It does, however, work with the `code-block` directive. The reason seems to be
that this directive is Sphinx specific.
2020-01-13 18:45:39 +01:00
asynts
3dede275f4
Use literal blocks for code samples with GDScript.
...
GDScript is already the default, it's redundant to specify it explicitly.
A [literal block][1] is already enough.
[1]: https://www.sphinx-doc.org/en/1.8/usage/restructuredtext/basics.html#rst-literal-blocks
2020-01-13 18:45:39 +01:00
asynts
faf9472dda
Use the correct language in code blocks.
...
There are a few places where no language is specified for a code block and
the default is incorrect.
There are a few places where pseudo code is treated as C++.
2020-01-13 18:45:39 +01:00
Rémi Verschelde
5123465942
Fix some Sphinx warnings
2019-10-29 12:54:08 +01:00
frido
6a6464aea1
Fix various typos and grammar issues in tutorial articles
2019-10-09 23:56:08 +02:00
Coleim
31e448e4f9
Correct android plugin java code and add information on how to use it from GDScript ( #2786 )
...
Correct android plugin java code and add information on how to use it from GDScript
2019-09-26 09:57:03 +02:00
Himanshu singh
e156812496
Typos
2019-04-30 21:15:36 +05:30
Michael Alexsander Silva Dias
63d8ee9a48
Fixes for the new Android tutorials
2019-04-24 22:49:00 -03:00
Juan Linietsky
188080832d
Fixes to tutorials for Android
2019-04-24 18:01:04 -03:00
Juan Linietsky
3d58f51aa6
Added documentation about the new Custom Build system for Android
2019-04-24 17:02:45 -03:00