Weave.jl - Scientific Reports Using Julia
This is the documentation of Weave.jl. Weave is a scientific report generator/literate programming tool for Julia. It resembles Pweave, knitr, R Markdown, and Sweave.
Current features
- Publish markdown directly to HTML and PDF using Julia or Pandoc
- Execute code as in terminal or in a unit of code chunk
- Capture Plots.jl or Gadfly.jl figures
- Supports various input format: Markdown, Noweb, Jupyter Notebook, and ordinal Julia script
- Conversions between those input formats
- Supports various output document formats: HTML, PDF, GitHub markdown, Jupyter Notebook, MultiMarkdown, Asciidoc and reStructuredText
- Simple caching of results
Index
- Weave.jl - Scientific Reports Using Julia
- Getting started
- Using Weave
weave
tangle
- Supported Output Formats
- Document Syntax
- Configuration via YAML Header
- Passing Runtime Arguments to Documents
include_weave
- Publishing to HTML and PDF
- Chunk Options
- Header Configuration
- Working with Jupyter notebooks
- Function index