22 Commits

Author SHA1 Message Date
Rémi Verschelde
4af1f0e283 Merge pull request #1482 from romeojulietthotel/fix_linkcheck_404s
Fix 404s, some redirects and some broken links.
2018-06-28 20:46:30 +02:00
Rémi Verschelde
4913869a89 Remove tutorial on linear algebra for rotations
Though it covers an interesting topic in a way that can be beneficial
to many Godot users, after discussion with doc team members and reduz
we feel that its current scope is too out of phase with the target
readership of the Godot docs.

This tutorial would work better hosted out of the Godot docs, and
referenced with a `.. seealso::` link for those who want to dig further
into the math meat.

Thanks a lot to tagcup for this contribution though (as well as the
many contributions to the engine's math and rendering), and sorry for
not better describing what kind of "advanced" math tutorial would be
fitting for the Godot docs.

Sphinx: Also reverted from mathjax to imgmath, as the former implied
running JS code on every single page (regardless of their use of LaTeX
formulas to renderer), so for now imgmath is simpler and good enough.

(cherry picked from commit 90ffb6a6fa)
2018-06-18 08:40:00 +02:00
mhilbrunner
ec725ff8a0 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:25:43 +02:00
Max Hilbrunner
cc110154df Merge pull request #1374 from yurchor/master
Fix minor typos
2018-05-06 03:11:44 +02:00
mhilbrunner
9332e20d01 Merge pull request #1351 from tagcup/rot_fix 2018-04-13 04:11:26 +02:00
mhilbrunner
258371816c Merge pull request #1356 from tagcup/euler_ex - fix 2018-04-13 04:03:57 +02:00
Nathan Lovato
368fa6317e Merge pull request #1334 from tagcup/rot
rotations tutorial
2018-04-10 11:04:37 +09:00
tagcup
602ae8d5f7 rotations tutorial 2018-04-08 16:52:42 -04:00
Max Hilbrunner
d2db7ecd6e Merge pull request #1319 from KellyThomas/advanced-vectors
C# code samples for Advanced Vector Math
2018-04-08 14:45:13 +02:00
Kelly thomas
16c0fe7130 improve naming in c# samples 2018-04-08 20:15:30 +08:00
Kelly thomas
f61f756421 Discuss identity in c# 2018-04-08 18:59:00 +08:00
Kelly thomas
7e255dbbb1 C# code samples for Matrices and transforms 2018-04-06 18:29:55 +08:00
Kelly thomas
8a0131858f C# code samples for Advanced Vector Math 2018-04-06 08:00:20 +08:00
Kelly Thomas
7dd3145a56 Reword references to GDScript code samples 2018-04-05 20:27:30 +08:00
Kelly thomas
95584177a5 Add c# samples to Vector Math 2018-04-05 20:05:58 +08:00
Max Hilbrunner
5399a7a81b Document local/global space helpers, closes #292 2018-03-13 19:46:04 +01:00
Unknown
66c073e899 Fix broken links in docs 2018-02-07 14:55:12 +01:00
Michael Alexsander Silva Dias
8f3cb902e8 Various small fixes for the docs. 2018-01-29 21:00:02 -02:00
Chris Bradfield
7f56f32752 Merge pull request #1035 from Omicron666/patch-2
Fix typo and wrong Basis class reference
2018-01-27 09:50:52 -08:00
Omicron
c12ab57157 Fix typo and wrong Basis class reference
Closing opened parenthesis, replacing non-existent Matrix3 class reference.
2018-01-27 18:46:06 +01:00
Omicron
dda2641fce Fixing missing Sphinx math tag 2018-01-27 18:34:56 +01:00
Nathan
18f889b6a4 Improve docs structure
Change Step by Step in Getting Started
Remove Engine Features category, move into a new Tutorials top-level section
2018-01-25 08:54:27 +01:00