Updated Readme

pull/7/head
Matti Pastell 2014-11-27 11:07:44 +02:00
parent e5187af15f
commit 0c34c3d085
2 changed files with 12 additions and 6 deletions

View File

@ -11,24 +11,30 @@ You'll need latest Pweave from Github: <https://github.com/mpastell/Pweave.>
**Current features**
* Pweave Noweb or script syntax for documents.
* Noweb 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**
* Script reader
* Inline code
* Caching
## Chunk options
You can use the same chunk options as for Pweave, but the format is different.
The syntax needs to be valid for creating a dictionary in Julia without the `{}`.
<<"term"=>true, "fig"=false>>=
## Usage
Run from julia:
using JuliaReport
weave(Pkg.dir("JuliaReport","examples","julia_sample.mdw")

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB