Commit Graph

13 Commits

Author SHA1 Message Date
Patrick Schnorbus 2f3fc7b215 Asset workflow/Import process: Mention MD5 checksum for automatic reimport. 2017-12-13 23:55:48 +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
Rémi Verschelde 20c4c3a5c9 Fix various Sphinx warnings 2017-10-14 15:46:14 +02:00
Rémi Verschelde 7f819ed873 Move images to `subfolders` next to each doc page 2017-10-14 14:41:44 +02:00
eluadyl 8ac216a74f made a few fixes to the 'import scenes' doc file to clean up some language errors and make the doc easier to follow 2017-09-22 11:57:57 +03:00
Juan Linietsky 5fcbe2a1e4 Fixes to doc document 2017-09-21 10:18:18 -03:00
Juan Linietsky 5c0e09a6d9 Scene asset workflow tutorial 2017-09-21 09:47:25 -03:00
Juan Linietsky 5299515508 Changed asset importing and workflow documentation. Pending for 3D.. 2017-09-19 17:22:04 -03:00
Poommetee Ketson 74536c0dcc Update some pages for Godot 3 2017-07-16 22:41:42 +07:00
Rémi Verschelde aa520a75ea Language fixes and improvements
Based of first part of the patch in #184.
2017-04-23 15:09:46 +02:00
Rémi Verschelde 1de9fec2fd Fix various Sphinx warnings 2017-04-03 23:59:47 +02:00
Rémi Verschelde fcbab02811 Add toctrees for new repo organization
Also renamed Getting started back to Step by step as requested by reduz.
2017-04-03 23:41:35 +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