tree: c0e734f5b6f8f9b4b83355cba31a66ba2845c729 [path history] [tgz]
  1. api/
  2. css/
  3. devdocs/
  4. files/
  5. img/
  6. js/
  7. algorithms-bibliography.html
  8. algorithms-classification.html
  9. algorithms-clustering.html
  10. algorithms-descriptive-statistics.html
  11. algorithms-matrix-factorization.html
  12. algorithms-reference.html
  13. algorithms-regression.html
  14. algorithms-survival-analysis.html
  15. beginners-guide-caffe2dml.html
  16. beginners-guide-keras2dml.html
  17. beginners-guide-python.html
  18. beginners-guide-to-dml-and-pydml.html
  19. contributing-to-systemml.html
  20. debugger-guide.html
  21. deep-learning.html
  22. developer-tools-systemml.html
  23. dml-language-reference.html
  24. engine-dev-guide.html
  25. gpu.html
  26. hadoop-batch-mode.html
  27. index.html
  28. jmlc.html
  29. native-backend.html
  30. python-performance-test.html
  31. python-reference.html
  32. README.md
  33. reference-guide-caffe2dml.html
  34. release-creation-process.html
  35. release-process.html
  36. spark-batch-mode.html
  37. spark-mlcontext-programming-guide.html
  38. standalone-guide.html
  39. troubleshooting-guide.html
content/docs/1.2.0/README.md

Apache SystemML Documentation

The primary SystemML documentation is written in markdown (*.md) and can be converted to HTML using Jekyll.

Jekyll (and optionally Pygments) can be installed on the Mac OS in the following manner.

$ brew install ruby
$ gem install jekyll
$ gem install jekyll-redirect-from
$ gem install bundler
$ brew install python
$ pip install Pygments
$ gem install pygments.rb

For installation on other platforms, please consult the Jekyll documentation.

To generate SystemML documentation in HTML, navigate to the docs folder, the root directory of the documentation. From there, you can have Jekyll convert the markdown files to HTML. If you run in server mode, Jekyll will serve up the generated documentation by default at http://127.0.0.1:4000. Modifications to *.md files will be converted to HTML and can be viewed in a web browser.

$ jekyll serve -w