Go to file
Documenter.jl 8cb6db1327 build based on 48c99c7 2021-06-01 08:42:19 +00:00
dev build based on 48c99c7 2021-06-01 08:23:00 +00:00
previews build based on 2b5a5f3 2021-04-29 11:22:01 +00:00
v0.0.4 Docs for 0.0.4 release 2015-01-04 14:48:59 +02:00
v0.2.2 Update stable to v0.3.0 2016-12-19 21:52:17 +02:00
v0.3.0 Update docs 2017-03-06 17:48:25 +02:00
v0.4.0 Release v0.4.1 2017-03-15 17:19:42 +02:00
v0.4.1 v0.5.1 docs 2018-01-07 12:33:47 +02:00
v0.8.1 build based on 371cec4 2019-03-06 09:09:09 +00:00
v0.9.0 build based on c9a8147 2019-03-11 14:31:37 +00:00
v0.9.3 build based on 0f5e3df 2020-03-05 20:23:53 +00:00
v0.9.4 build based on 529edaf 2020-03-18 10:20:46 +00:00
v0.10.0 build based on daec0e6 2020-05-19 15:23:40 +00:00
v0.10.1 build based on 0cdcc72 2020-05-23 14:35:40 +00:00
v0.10.2 build based on c249208 2020-05-23 18:27:31 +00:00
v0.10.3 build based on b5ba227 2020-08-17 09:19:51 +00:00
v0.10.4 build based on 21d7fbd 2020-09-24 17:21:58 +00:00
v0.10.5 build based on 78befc6 2020-09-30 11:22:00 +00:00
v0.10.6 build based on d3a7f2a 2020-10-02 21:23:23 +00:00
v0.10.7 build based on 10de105 2021-03-03 10:38:31 +00:00
v0.10.8 build based on e1d31c2 2021-04-29 14:14:09 +00:00
v0.10.9 build based on 48c99c7 2021-06-01 08:42:19 +00:00
CNAME added CNAME 2016-04-24 16:34:37 +03:00
README.md Fix Urls in Readme 2016-04-19 17:12:37 +03:00
index.html Update build 2017-03-15 17:31:13 +02:00
latest build based on 6510ea0 2019-03-04 13:22:34 +00:00
stable build based on 48c99c7 2021-06-01 08:42:19 +00:00
v0.2 build based on 6510ea0 2019-03-04 13:22:34 +00:00
v0.3 build based on 6510ea0 2019-03-04 13:22:34 +00:00
v0.4 build based on 6510ea0 2019-03-04 13:22:34 +00:00
v0.8 build based on 371cec4 2019-03-06 09:09:09 +00:00
v0.9 build based on 529edaf 2020-03-18 10:20:46 +00:00
v0.10 build based on 48c99c7 2021-06-01 08:42:19 +00:00
versions.js build based on daec0e6 2020-05-19 15:23:40 +00:00

README.md

Weave

Build StatusCoverage Status

Weave is a scientific report generator/literate programming tool for Julia. It resembles Pweave and, Knitr and Sweave.

You can write your documentation and code in input document using Nowed or Markdown syntax and use weave function to execute to document to capture results and figures.

Current features

  • Noweb or markdown syntax for input documents.
  • Execute code as terminal or "script" chunks.
  • Capture PyPlot, Gadfly figures. (or Winston in 0.0.4)
  • Supports LaTex, Pandoc and Github markdown and reStructuredText output

Usage

Run from julia using Gadfly for plots:

using Weave
weave(Pkg.dir("Weave","examples","gadfly_sample.mdw"))

Documentation

Documenter.jl with MKDocs generated documentation:

Contributing

I will probably add new features to Weave when I need them myself or if they are requested and not too difficult to implement. You can contribute by opening issues on Github or implementing things yourself and making a pull request. I'd also appreciate example documents written using Weave to add to examples.

Contributors

You can see the list of contributors on Github: https://github.com/mpastell/Weave.jl/graphs/contributors. Thanks for the important additions, fixes and comments.