From fabf1749995103841e6a3975892572f376ee48d0 Mon Sep 17 00:00:00 2001 From: Martin Jaggi Date: Sat, 8 Feb 2014 11:39:13 -0800 Subject: Merge pull request #552 from martinjaggi/master. Closes #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 Author: Martin Jaggi == Merge branch commits == commit 0364bfabbfc347f917216057a20c39b631842481 Author: Martin Jaggi Date: Fri Feb 7 03:19:38 2014 +0100 minor polishing, as suggested by @pwendell commit dcd2142c164b2f602bf472bb152ad55bae82d31a Author: Martin Jaggi Date: Thu Feb 6 18:04:26 2014 +0100 enabling inline latex formulas with $.$ same mathjax configuration as used in math.stackexchange.com sample usage in the linear algebra (SVD) documentation commit bbafafd2b497a5acaa03a140bb9de1fbb7d67ffa Author: Martin Jaggi Date: Thu Feb 6 17:31:29 2014 +0100 split MLlib documentation by techniques and linked from the main mllib-guide.md site commit d1c5212b93c67436543c2d8ddbbf610fdf0a26eb Author: Martin Jaggi Date: Thu Feb 6 16:59:43 2014 +0100 enable mathjax formula in the .md documentation files code by @shivaram commit d73948db0d9bc36296054e79fec5b1a657b4eab4 Author: Martin Jaggi Date: Thu Feb 6 16:57:23 2014 +0100 minor update on how to compile the documentation --- docs/css/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/css/main.css') diff --git a/docs/css/main.css b/docs/css/main.css index 8566400f07..f6fe7d5f07 100755 --- a/docs/css/main.css +++ b/docs/css/main.css @@ -138,3 +138,11 @@ ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu { .nav-tabs > li > a, .nav-tabs > li > a:hover { color: #333; } + +/** + * MathJax (embedded latex formulas) + */ +.MathJax .mo { color: inherit } +.MathJax .mi { color: inherit } +.MathJax .mf { color: inherit } +.MathJax .mh { color: inherit } -- cgit v1.2.3