Commit Graph

12 Commits

Author SHA1 Message Date
Rémi Verschelde
c58ed951a1 Drop LaTeX dependency via usage of sphinx.ext.imgmath in Vector Math tutorial
It's the only tutorial where we used the extension for *3* formulas which anyway
ended up as fairly low res static images generated by sphinx.ext.imgmath, so
requiring ~1 GB of LaTeX setup for it is overkill.

The replacement pictures are the ones generated by sphinx.ext.imgmath, we could
replace them by higher resolution ones.
2020-07-15 09:58:21 +02:00
Aaron Franke
a9ef557151 Use direction_to, remove code example for manually normalizing (#3330)
Also link to matrices and transforms and 3Blue1Brown from within the advanced vector math article.
2020-03-31 16:06:18 +02:00
Andrew Morgan
d7fab7ccd5 Fix titles in Vector Math page 2019-09-30 23:28:20 +01:00
corrigentia
321aa482d9 Fix punctuation in vector_math
Fix punctuation in vector_math.
2018-12-22 12:40:37 +02: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
Rémi Verschelde
e29dc58cbb Heading capitalization fixes + misc edits 2018-08-23 10:57:22 +02:00
Max Hilbrunner
3e112b9bde Typo fix 2018-05-07 09:23:18 +02:00
mhilbrunner
f215a0cf26 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:23:37 +02: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
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