GitHub user martinjaggi reopened a pull request:
https://github.com/apache/incubator-spark/pull/552
tex formulas in the documentation
using mathjax.
and spliting the MLlib documentation by techniques
see jira
https://spark-project.atlassian.net/browse/MLLIB-19
and
https://github.com/shivaram/spark/compare/mathjax
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/incubator-spark master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-spark/pull/552.patch
----
commit d73948db0d9bc36296054e79fec5b1a657b4eab4
Author: Martin Jaggi <[email protected]>
Date: 2014-02-06T15:57:23Z
minor update on how to compile the documentation
commit d1c5212b93c67436543c2d8ddbbf610fdf0a26eb
Author: Martin Jaggi <[email protected]>
Date: 2014-02-06T15:59:43Z
enable mathjax formula in the .md documentation files
code by @shivaram
commit bbafafd2b497a5acaa03a140bb9de1fbb7d67ffa
Author: Martin Jaggi <[email protected]>
Date: 2014-02-06T16:31:29Z
split MLlib documentation by techniques
and linked from the main mllib-guide.md site
commit dcd2142c164b2f602bf472bb152ad55bae82d31a
Author: Martin Jaggi <[email protected]>
Date: 2014-02-06T17:04:26Z
enabling inline latex formulas with $.$
same mathjax configuration as used in math.stackexchange.com
sample usage in the linear algebra (SVD) documentation
commit 0364bfabbfc347f917216057a20c39b631842481
Author: Martin Jaggi <[email protected]>
Date: 2014-02-07T02:19:38Z
minor polishing, as suggested by @pwendell
----