Go to file
Douglas Bates 2038ac4086 Change example to use Pkg.dir 2014-11-25 15:04:52 -06:00
examples Added pdf of sample for reference 2014-11-24 23:23:57 +00:00
src First version 2014-11-24 23:10:48 +00:00
test JuliaReport.jl generated files. 2014-11-25 00:08:25 +02:00
.travis.yml JuliaReport.jl generated files. 2014-11-25 00:08:25 +02:00
LICENSE.md JuliaReport.jl generated files. 2014-11-25 00:08:25 +02:00
README.md Change example to use Pkg.dir 2014-11-25 15:04:52 -06:00
REQUIRE Add a requirement of the PyPlot package (which, in turn, requires PyCall). 2014-11-25 10:02:17 -06:00

README.md

JuliaReport

Build Status

JuliaReport is a scientific report generator/literate programming tool for Julia. It is based on Pweave and resembles Knitr and Sweave. Actually JuliaReport relies on Pweave for document parsing and formatting.

You'll need latest Pweave from Github: https://github.com/mpastell/Pweave.

Current features

  • Pweave Noweb or script syntax for documents.
  • Execute code as terminal or "script" chunks.
  • Capture PyPlot figures.
  • All Pweave output formats supported. Including, Latex, Markdown, Sphinx etc.

Not implemented

  • Inline code
  • Caching

Usage

Run from julia:

using JuliaReport
weave(Pkg.dir("JuliaReport","examples","julia_sample.mdw")