Rémi Verschelde
1dbbba6dc8
C++ style guide: Require clang-format 13
...
(cherry picked from commit 154c093f97 )
2021-10-25 12:15:27 +02:00
developer
1c51ddc0a8
Use pip3 instead of pip
2021-08-31 01:13:33 +02:00
Rémi Verschelde
9eba7649e1
Update copyrights to 2021
...
(cherry picked from commit 0a087e730f )
2021-03-19 14:02:49 +01:00
Hugo Locurcio
ae0fe2a624
Fix incorrect link in Code style guidelines ( #4732 )
...
This caused a Sphinx build failure.
2021-03-08 18:55:02 +01:00
Hugo Locurcio
1dc254ba94
Add a comment style guide for Godot contributions ( #4421 )
2021-03-03 22:27:30 +01:00
Numan Zaheer Ahmed
fcbe81e0f4
Updated Python Code Style Guidelines ( #3828 )
...
Updated Python Code Style Guidelines to use Black now.
2020-09-09 12:38:04 +02:00
Yuri Sizov
135b33b768
Replace British spelling and fix various typos
2020-04-27 12:18:52 +03:00
Rémi Verschelde
a7dce8ee1e
Fix leftovers from 2019
2020-02-08 22:13:17 +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
Rémi Verschelde
894126a7a6
Bump min clang-format version for contributors
...
As per godotengine/godot#29027 .
2019-05-20 13:55:05 +02:00
Rémi Verschelde
3b7b77e3fc
Update copyright for 2019
...
Happy new year to all the documentation contributors!
2019-01-08 10:13:59 +01:00
Rémi Verschelde
3276af7b0d
Code style: Add guidelines for header includes
...
Fixes #1342 .
2018-09-21 15:35:57 +02:00
Rémi Verschelde
1ba00e422a
Style: Upgrade clang-format requirement to 6.x
...
See godotengine/godot#20247 .
2018-07-18 17:33:44 +02:00
None
f064e4f7a7
Fix 404s, some redirects and some broken links.
2018-05-30 16:49:21 -07:00
Kurtis Harms
a5649d11e7
Added ClangFormat to IDE beautifier plugin list
2018-01-15 18:50:49 -08:00
Max Hilbrunner
0b7ef0b034
Code Style Guidelines: Small fix
...
Removing mentions that SCons buildscripts use Python 2, and the distinction between 2 and 3, as the scripts should now work on both major versions... and it shouldn't make a difference for code style anyway.
2018-01-04 23:31:32 +01:00
Rémi Verschelde
15c7455abd
Style: Min required clang-format version is now 5.0.0
2017-12-06 21:59:57 +01:00
Rémi Verschelde
20c4c3a5c9
Fix various Sphinx warnings
2017-10-14 15:46:14 +02:00
Dario Bonfanti
e6dd84e91c
Fixed some typos + corrections
...
Fixed some typos inside various pages
- Cameara -> Camera
- enclined -> inclined (obsolete form)
- Occulus -> Oculus
- correspondance -> correspondence
- resizeable -> resizable (more used form)
2017-10-08 18:45:15 +02:00
Rémi Verschelde
109adb657f
Contributing: Add docs about code style and clang-format
2017-07-13 17:18:49 +02:00