Weave.jl/doc/src/index.md

32 lines
1.1 KiB
Markdown
Raw Normal View History

2015-01-02 16:05:40 +01:00
2016-12-12 23:19:33 +01:00
# Weave.jl - Scientific Reports Using Julia
2020-03-04 11:23:48 +01:00
This is the documentation of [Weave.jl](http://github.com/mpastell/weave.jl).
Weave is a scientific report generator/literate programming tool for Julia.
It resembles
[Pweave](http://mpastell.com/pweave),
[knitr](https://yihui.org/knitr/),
[R Markdown](https://rmarkdown.rstudio.com/),
and [Sweave](https://stat.ethz.ch/R-manual/R-patched/library/utils/doc/Sweave.pdf).
2015-01-02 16:05:40 +01:00
**Current features**
* Markdown, script of Noweb syntax for input documents
* Publish markdown directly to html and pdf using Julia or Pandoc markdown
* Execute code as terminal or "script" chunks
2019-03-04 14:42:16 +01:00
* Capture Plots.jl or Gadfly.jl figures
2020-03-04 11:23:48 +01:00
* Supports LaTex, Pandoc, GitHub markdown, MultiMarkdown, Asciidoc and reStructuredText output
* 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
2020-03-06 12:52:09 +01:00
![Weave in Juno demo](https://user-images.githubusercontent.com/40514306/76081328-32f41900-5fec-11ea-958a-375f77f642a2.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"]
```