Weave.jl/README.md

35 lines
851 B
Markdown
Raw Normal View History

# JuliaReport
[![Build Status](https://travis-ci.org/mpastell/JuliaReport.jl.svg?branch=master)](https://travis-ci.org/mpastell/JuliaReport.jl)
2014-11-25 00:10:48 +01:00
JuliaReport is a scientific report generator/literate programming tool
for Julia. It is based on [Pweave](http://mpastell.com/pweave) and
resembles Knitr and Sweave. Actually JuliaReport relies on Pweave for
document parsing and formatting.
2014-11-25 11:17:12 +01:00
You'll need latest Pweave from Github: <https://github.com/mpastell/Pweave.>
2014-11-25 00:10:48 +01:00
**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
2014-11-25 22:04:52 +01:00
weave(Pkg.dir("JuliaReport","examples","julia_sample.mdw")
2014-11-25 00:10:48 +01:00