aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #552 from martinjaggi/master. Closes #552.Martin Jaggi2014-02-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <m.jaggi@gmail.com> == Merge branch commits == commit 0364bfabbfc347f917216057a20c39b631842481 Author: Martin Jaggi <m.jaggi@gmail.com> Date: Fri Feb 7 03:19:38 2014 +0100 minor polishing, as suggested by @pwendell commit dcd2142c164b2f602bf472bb152ad55bae82d31a Author: Martin Jaggi <m.jaggi@gmail.com> 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 <m.jaggi@gmail.com> 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 <m.jaggi@gmail.com> 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 <m.jaggi@gmail.com> Date: Thu Feb 6 16:57:23 2014 +0100 minor update on how to compile the documentation
* Code review feedbackHolden Karau2014-01-051-2/+2
|
* Removed sbt folder and changed docs accordinglyPrashant Sharma2014-01-021-2/+2
|
* Fix some URLsMatei Zaharia2013-09-011-1/+1
|
* Use a single setting for disabling API doc buildMatei Zaharia2013-02-251-1/+1
|
* Add epydoc API documentation for PySpark.Josh Rosen2012-12-271-3/+5
|
* Updates README.md with instructions for running jekyll without buildingAndy Konwinski2012-10-081-1/+3
| | | | scaladoc (i.e. run `SKIP_SCALADOC=1 jekyll`).
* Adds a jekyll plugin (written in Ruby) to the _plugins directoryAndy Konwinski2012-09-131-4/+8
| | | | | | | which generates scala doc by calling `sbt/sbt doc`, copies it over to docs, and updates the links from the api webpage to now point to the copied over scaladoc (making the _site directory easy to just copy over to a public website).
* Adds syntax highlighting (via pygments), and some style tweaks to make thingsAndy Konwinski2012-09-121-0/+15
| | | | easier to read.
* Updated base README to point to documentation site instead of wiki, updatedAndy Konwinski2012-09-121-0/+13
docs/README.md to describe use of Jekyll, and renmaed things to make them more consistent with the lower-case-with-hyphens convention.