Commit Graph

8 Commits

Author SHA1 Message Date
Rémi Verschelde
e6b00ca97a Misc formatting fixes 2020-04-27 12:17:47 +02:00
Hugo Locurcio
046215542d Fix some typos and grammar mistakes found using LanguageTool 2020-04-16 23:07:05 +02: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
Rémi Verschelde
a0e32ac017 Fix mixed use of tabs and spaces in indented blocks
4-space is our convention for indented blocks and should be used consistently.
The only exception is for C++ code which is tab-indented, as the engine code.
2018-11-20 11:02:11 +01:00
cheeseburger
144249d942 Fixed hyperlinks
pervious commits were missing a _doc header

:ref: doc_guide instead of guide
2018-04-30 16:26:50 -07:00
cheeseburger
e54dd281af added deconstructor to remove dynmically allocated memeory
closes #1120
2018-04-25 09:37:34 -07:00
cheeseburger
8e5be124df added mhilbrunner suggested changes
fix audiostream

change ; to : for list of items

change doc to this guide
2018-02-07 16:41:21 -08:00
cheeseburger
8d13d962f2 Added an inital guide on how to create an audiostream.
change creating to create
2018-01-28 23:33:51 -08:00