Hugo Locurcio
7459e082e8
Fix typo in GDScript documentation
2017-11-03 17:54:25 +01:00
Robbie Cooper
51ab7b8795
Proofreading: Change most usages of "specially" to "especially"
...
The word "specially" was routinely used where "especially" fits better (imo).
The following commands were used, followed by manually proofreading each case.
find . -type f -exec sed 's/Specially/Especially/g' -i'' {} +
find . -type f -exec sed 's/specially/especially/g' -i'' {} +
find . -type f -exec sed 's/eespecially/especially/g' -i'' {} +
find . -type f -exec sed 's/Eespecially/Especially/g' -i'' {} +
2017-10-27 23:30:45 -04:00
AndreaCatania
676914ab2e
Renamed fixed_process to physics_process
2017-09-30 17:06:22 +02:00
Poommetee Ketson
ab01e1acbf
Fix Title underline too short errors
2017-09-01 19:41:22 +07:00
Julian Murgia
e0bd7b9e1d
Separate extends keyword from is keyword.
...
Fixes #403
2017-07-25 13:49:54 +02:00
Poommetee Ketson
74536c0dcc
Update some pages for Godot 3
2017-07-16 22:41:42 +07:00
Julian Murgia
af28c7515e
Added a better description for types operations (floats, integers), fixes #377
2017-06-27 13:57:06 +02:00
Rémi Verschelde
cc666860a8
Fix typos using codespell
...
Running `find -name "*.rst" -exec codespell -w {} \;`.
2017-04-23 14:32:37 +02:00
Rémi Verschelde
9f1e2aea4d
GDScript: remove references to 2.2+ version
2017-04-16 12:21:51 +02:00
Rémi Verschelde
1de9fec2fd
Fix various Sphinx warnings
2017-04-03 23:59:47 +02:00
Julian Murgia
b408bdb918
Revamping of the docs organisation for a more coherent TOC
...
Only the pages were moved so far and some empty ones created,
the up-to-date toctrees come in the next commit.
2017-04-03 23:23:31 +02:00