Commit Graph
71 Commits
Author SHA1 Message Date
Rémi Verschelde aa7a9f8675 Misc heading fixes 2019-01-08 11:30:55 +01: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 a1af0dfc13 Adapt tutorial hyperlinks after godotengine/godot#24640 2019-01-07 11:43:18 +01:00
Rémi Verschelde a95cd08285 Use HTTPS for links which support it 2018-12-13 12:06:02 +01:00
Rémi Verschelde 4ef06a4135 Removing trailing whitespace
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
2018-11-20 11:08:34 +01:00
aBARICHELLO bbe9b5e76e Add Hacktoberfest label to contribution guide 2018-10-09 14:38:41 -03:00
Hugo Locurcio 4741f45ddb Rename all occurrences of Mac OS X to macOS 2018-10-06 14:42:49 +02: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
Yuri Chornoivan be6ef615b1 Fix minor typos 2018-07-01 15:50:18 +02:00
Swarnim Arun 7c230f051c Adding Steincodes channel link
to the tutorials page
2018-06-11 23:54:03 +05:30
None f064e4f7a7 Fix 404s, some redirects and some broken links. 2018-05-30 16:49:21 -07:00
Max Hilbrunner 8718b14ab2 Merge pull request #1468 from mhilbrunner/docs-translation
Docs Guide: Translation info
2018-05-25 17:36:30 +02:00
Max Hilbrunner f215dea6ba Docs Guide: Translation info 2018-05-25 17:35:41 +02:00
Max Hilbrunner 2015ac3575 Ways to contribute: Mention translations, fixes 2018-05-25 17:14:08 +02:00
mhilbrunner f215a0cf26 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:23:37 +02:00
Hugo Locurcio ae1f5afd24 Improve the PR workflow page 2018-04-19 20:12:17 +02:00
Yuri Chornoivan 11d534015d Fix minor typos 2018-04-18 21:44:15 +03:00
Max Hilbrunner 788eedc6d9 Merge pull request #1355 from noidexe/patch-1
Added HeartBeast and Game From Scratch tutorials
2018-04-13 03:47:29 +02:00
Max Hilbrunner d4a6c9b411 Updating class ref: Typo fix 2018-03-15 16:39:34 +01:00
Max Hilbrunner d6bc3f798e Docs guide: Link to updating classref 2018-03-15 16:37:30 +01:00
Max Hilbrunner 14a6c1d892 Small updates for Contributing to the Class Ref 2018-03-12 22:23:32 +01:00
Max Hilbrunner 8ed4133c1f PR workflow: small updates 2018-03-12 22:17:37 +01:00
Anutrix 67618e3f58 Update updating_the_class_reference.rst
Capitilized start of a Warning
2018-02-18 22:18:19 +05:30
Michael Joy 2c93530be5 Formatting and typo corrections in ui_code_a_life_bar.rst & pr_workflow.rst 2018-02-17 11:26:24 -05:00
Joe Sweeney 6a5667c709 Spelling correction 2018-01-30 22:01:42 -07:00
Andre Antonio Schmitz 379c039ad8 Added Zeef Godot Engine directory. 2018-01-30 09:22:42 -02:00
Michael Alexsander Silva Dias 8f3cb902e8 Various small fixes for the docs. 2018-01-29 21:00:02 -02:00
skyace65 e1eb72c9b7 Improve PR Workflow page 2018-01-28 23:39:41 -05:00
skyace65 fa1702c9ff Use less words 2018-01-26 22:58:43 -05:00
Unknown 882b31d361 Restructuring 2018-01-26 16:28:20 +01:00
Antonio Torres Moríñigo f51ed413b0 Update 'Mesh generation with heightmap and shaders' tutorial to Godot 3.0 2018-01-22 15:16:03 +01:00
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
Kurtis Harms a5649d11e7 Added ClangFormat to IDE beautifier plugin list 2018-01-15 18:50:49 -08:00
Rémi Verschelde 3ebeb74289 Merge pull request #944 from mhilbrunner/patch-9
Code Style Guidelines: Small fix
2018-01-04 23:34:32 +01: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
Max Hilbrunner 021d1d4e92 Bug Triage Guidelines: Small updates 2018-01-04 23:21:21 +01:00
Nathan Lovato 8f5dba23a0 Merge pull request #832 from BastiaanOlij/my_first_gdnative_tutorial
GDNative C tutorial
2018-01-03 11:42:48 +01:00
Bastiaan Olij aa78b4662c GDNative tutorial 2017-12-10 10:47:53 +11:00
Rémi Verschelde 15c7455abd Style: Min required clang-format version is now 5.0.0 2017-12-06 21:59:57 +01:00
Bastiaan Olij ecf83e2f2b Had to rename a little something 2017-12-06 22:24:36 +11: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
Chris Bradfield 02ad10c2fa Update doc guidelines to include methods 2017-11-24 11:18:11 -08:00
Bastiaan Olij 3dbb1ff46c First VR tutorial 2017-11-18 10:32:47 +11:00
Chris Bradfield 2e4cb96a06 Merge pull request #576 from NullConstant/ocdfix
Remove the OCD remark
2017-11-05 19:49:38 -08:00
Maksymilian Świąć 5f36f45ca3 Remove the OCD remark
The last thing I think an official documentation for a project needs is a 'joke' about a mental illness, an inaccurate one at that.
2017-11-06 02:11:22 +01:00
sheepandshepherd b23c40b776 Document member and signal link BBCode tags
Also replace the method tag example. It was using a method that has been renamed.
2017-10-22 18:53:33 -05:00
Rémi Verschelde 19814da59d Merge pull request #515 from GDquest/writing-guidelines
Add Oxford comma to the writing guidelines
2017-10-14 15:48:46 +02: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