Skip to content

Documentation for Renjin, the R interpreter for the JVM

Notifications You must be signed in to change notification settings

bedatadriven/renjin-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Renjin developer documentation

This repository contains the sources for Renjin's developer documentation. The documentation is created using Sphinx.

Requirements to build the documentation are:

  • Sphinx, obviously.
  • LaTeX, if you want to create a PDF version of the documentation.

e.g. on Ubuntu:

pip3 install -U Sphinx

sudo apt install latexmk

If you want to creat the HTML documentation using the lovely RTD theme you will need to install this as well:

pip install sphinx_rtd_theme

To start

git clone https://github.com/bedatadriven/renjin-docs.git

To create the HTML version:

make html

and to make the PDF version:

make latexpdf

Copyright

Copyright 2014-2016, BeDataDriven.

About

Documentation for Renjin, the R interpreter for the JVM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published