30 Commits

Author SHA1 Message Date
Rémi Verschelde
e0e14e9435 Remove documentation specific to 3.2.4 (now 3.3, in its own branch) 2021-03-19 14:22:36 +01:00
Rémi Verschelde
223570eb13 Merge branch 'master' into 3.2 2020-06-26 13:29:38 +02:00
Fredia Huya-Kouadio
05b963c3c9 Specify the list of supported java types for the Godot Android Plugin 2020-06-26 01:41:13 -07:00
Fredia Huya-Kouadio
e454d9b584 Specify the list of supported java types for the Godot Android Plugin 2020-06-26 01:38:25 -07:00
Rémi Verschelde
336416da33 Android plugin: Fix link to new IAP plugin 2020-06-22 17:08:34 +02:00
Rémi Verschelde
f3d374ebf1 Merge branch 'master' into 3.2 2020-06-05 17:15:28 +02:00
Rémi Verschelde
ce7a9a6eab Images: Remove unused images (no 'image::' or 'figure::' reference) 2020-06-05 14:43:20 +02:00
Fredia Huya-Kouadio
cc19b80565 Remove patch from the version string
Remove `patch` from the version string when it's `0`.
Based on https://github.com/godotengine/godot-docs/pull/3626#discussion_r433887279.
2020-06-02 09:08:34 -07:00
Fredia Huya-Kouadio
0dea496e9f Update the naming scheme for the Godot Android library
This is based on feedback from https://github.com/godotengine/godot-build-scripts/issues/6#issuecomment-635962906
2020-06-01 16:59:20 -07:00
Fredia Huya-Kouadio
f55cc78eef Update the naming scheme for the Godot Android library
This is based on feedback from https://github.com/godotengine/godot-build-scripts/issues/6#issuecomment-635962906
2020-06-01 16:55:50 -07:00
Rémi Verschelde
10f20b00cb Merge branch 'master' into 3.2 2020-05-20 15:08:42 +02:00
Fredia Huya-Kouadio
568dbeb72e [3.2] Documentation update for the Android v1 plugin (#3560) 2020-05-19 10:43:54 +02:00
Fredia Huya-Kouadio
949ddffe9e Update the documentation for the Android v1 plugin (#3561) 2020-05-19 10:41:35 +02:00
Hugo Locurcio
d494d19dac Remove trailing whitespace and irregular whitespace 2020-05-17 00:26:19 +02:00
Hugo Locurcio
26551cd3ed Add documentation for version 1 of the Godot Android plugin. (#2979)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
(cherry picked from commit ff2b3e4d00)
2020-04-17 19:25:27 +02:00
Rémi Verschelde
4567e5af9d Fix code block after 11b4a4a 2020-03-13 17:49:26 +01:00
Rémi Verschelde
241887247a Revert master changes which are specific to 4.0+ 2020-03-13 17:08:48 +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