Weave.jl/doc/src/index.md

28 lines
858 B
Markdown
Raw Normal View History

2015-01-02 16:05:40 +01:00
# Intro
2015-01-02 16:05:40 +01:00
This is the documentation of [Weave.jl](http://github.com/mpastell/weave.jl). Weave is a scientific report generator/literate programming tool
2016-12-12 20:40:05 +01:00
for Julia. It resembles [Pweave](http://mpastell.com/pweave), Knitr, rmarkdown
2015-01-02 16:05:40 +01:00
and Sweave.
**Current features**
* Noweb, markdown or script syntax for input documents.
2015-01-02 16:05:40 +01:00
* Execute code as terminal or "script" chunks.
2016-12-12 13:05:26 +01:00
* Capture Plots, Gadfly, PyPlot and Winston figures.
* Supports LaTex, Pandoc, Github markdown, MultiMarkdown, Asciidoc and reStructuredText output
* Publish markdown directly to html and pdf using Pandoc.
* Simple caching of results
2016-12-12 13:05:26 +01:00
* Convert to and from IJulia notebooks
2016-04-20 11:26:22 +02:00
![Weave code and output](http://mpastell.com/images/weave_demo.png)
2016-04-20 11:26:22 +02:00
## Contents
```@contents
2016-12-12 13:05:26 +01:00
Pages = ["getting_started.md", "usage.md",
"publish.md", "chunk_options.md", "notebooks.md",
"function_index.md"]
```