| commit | 415f99f7969d1690f6266cc16b923e0dc3fe3a22 | [log] [tgz] |
|---|---|---|
| author | Janardhan Pulivarthi <j143@protonmail.com> | Wed Apr 08 18:00:33 2020 +0530 |
| committer | Janardhan Pulivarthi <j143@protonmail.com> | Tue Apr 14 00:08:49 2020 +0530 |
| tree | 2d15922b2503598876e093d4376690a9e74d8d88 | |
| parent | 82d73bd8c715a3c8e436543a6c6d5db14cb9b1bb [diff] |
[MINOR][DOC] Skip IntelliJ, mvn config & build files in git - mvn files - intellij IDEA project files Closes #880.
The primary SystemDS documentation is written in markdown (*.md) and can be converted to HTML using Jekyll.
Install Ruby development environment Jekyll on Ubuntu.
Install Jekyll inside the Ruby environment.
gem install jekyll jekyll-redirect-from bundler pygments.rb/var/lib/gems and /var/lib/gems/2.5.0.Install python dependencies (Optionally).
pip install PygmentsLaunch the Documentation locally
jekyll serve -wJekyll (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
To generate SystemDS 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