Commit Graph
34 Commits
Author SHA1 Message Date
Rémi Verschelde 31a6f62fd5 Fix typos using codespell
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
2018-01-18 22:14:22 +01:00
Rémi Verschelde 52d8d132ae Merge pull request #934 from mhilbrunner/docs-csharp
Improve C# intro docs/Unity transition guide
2018-01-06 20:35:04 +01:00
mhilbrunner 0bd5d553b5 Improve C# intro docs 2018-01-05 21:23:12 +01:00
Maksymilian Świąć 748745afca Change ambiguous section titles
Closes #933 and #63
2018-01-05 09:57:21 +01:00
skyace65 7d1509f04e Create_C#_Scripting_Page 2017-12-29 22:17:18 +01:00
skyace65 74d3ce7c76 update_GDScript_history_section 2017-12-23 11:11:24 -05:00
Rémi Verschelde 614d8bfc5e Fix titles of Visual Script tutorials 2017-12-11 14:44:06 +01:00
Martin Capitanio 56b66d4f05 Remove all orphaned documents
about/authors.rst: WARNING: document isn't included in any toctree
about/history.rst: WARNING: document isn't included in any toctree
about/license.rst: WARNING: document isn't included in any toctree
learning/editor/debugging.rst: WARNING: document isn't included in any toctree
learning/editor/ue4_to_godot.rst: WARNING: document isn't included in any toctree
learning/features/gui/gui_containers.rst: WARNING: document isn't included in any toctree
learning/features/networking/managing_tcp_udp_connections.rst: WARNING: document isn't included in any toctree
learning/scripting/visual_script/visual_script_basics.rst: WARNING: document isn't included in any toctree
learning/step_by_step/gui_tutorial.rst: WARNING: document isn't included in any toctree
learning/step_by_step/simple_2d_game.rst: WARNING: document isn't included in any toctree
learning/workflow/project_setup/cvs.rst: WARNING: document isn't included in any toctree
learning/workflow/project_setup/plugins_from_assetlib.rst: WARNING: document isn't included in any toctree
2017-11-28 03:32:20 +01:00
Martin Capitanio 4b627d5790 Clean up markup
community/contributing/pr_workflow.rst:232: WARNING: Could not lex literal_block as "shell". Highlighting skipped.
development/compiling/introduction_to_the_buildsystem.rst:61: WARNING: Could not lex literal_block as "shell". Highlighting skipped.
learning/scripting/gdscript/gdscript_basics.rst:376: WARNING: undefined label: class_rect3 (if the link has no caption the label must precede a section header)
2017-11-28 03:32:19 +01:00
Dennis Suitters 4d8d3f9b27 Split visual_script_basics in three, fix typos, and improve grammar (#550)
* Update visual_script_basics.rst

* Update visual_script_basics.rst

* Update visual_script_basics.rst

* Update visual_script_basics.rst

* Create what_is_visual_scripting.rst

* Create getting_started.rst

* Create nodes_purposes.rst

* Update index.rst

* Update visual_script_basics.rst

* Update what_is_visual_scripting.rst

* Update getting_started.rst

* Update nodes_purposes.rst
2017-11-04 20:15:45 +01:00
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
Chris Bradfield 60b7284184 Additions to GDScript styleguide 2017-10-22 17:58:36 -07:00
Rémi Verschelde 7f819ed873 Move images to subfolders next to each doc page 2017-10-14 14:41:44 +02:00
AndreaCatania 676914ab2e Renamed fixed_process to physics_process 2017-09-30 17:06:22 +02:00
Chris Bradfield 8bec524c10 GDScript style guide 2017-09-19 21:44:39 -07:00
Poommetee Ketson b2d5d0b20a Fix build warnings 2017-09-12 20:07:45 +07:00
Poommetee Ketson 2b0f892fd5 Fix some typos in visual_script_basics.rst 2017-09-12 19:34:48 +07:00
Rémi Verschelde 8b38f9a959 Merge pull request #462 from BeayemX/patch-2
Fix typos
2017-09-12 12:47:58 +02:00
Juan Linietsky 3f91da56d7 search clarification 2017-09-12 07:36:30 -03:00
Christian Winter 1a5c34a792 Fix typos
termonology --> terminology
refering --> referring
refered --> referred
2017-09-12 12:35:38 +02:00
Christian Winter e63772ab7d Fix typo and formatting
'ar part of a tere' to 'are part of a tree'
remove accidental space on line start to avoid indentation
2017-09-12 11:27:24 +02:00
Rémi Verschelde 36e2c3edce Fix VisualScript toctree 2017-09-12 07:59:26 +02:00
Juan Linietsky e1e18aa149 Add visual scripting tutorial. 2017-09-11 22:24:21 -03: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
mhilbrunner 731e5ca2cf Update gdscript_advanced.rst: Small writing fixes
(cherry picked from commit 17b8065a02)
2017-04-25 09:03:15 +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
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