Update docs and Readme to reflect latest release

pull/37/head
Matti Pastell 2016-04-24 16:24:15 +03:00
parent 121ace9ec3
commit 476619eb44
3 changed files with 15 additions and 6 deletions

View File

@ -1,6 +1,11 @@
# Release notes for Weave.jl
### master
* Fix a bug with out_path for md2html and md2pdf
* Improve doctype autodetection
### v0.1.1
* Change pandoc output to use inline images if there is no caption.

View File

@ -10,11 +10,13 @@ You can write your documentation and code in input document using Nowed or Markd
**Current features**
* Noweb or markdown syntax for input documents.
* Noweb, markdown or script syntax for input documents.
* Execute code as terminal or "script" chunks.
* Capture Gadfly, PyPlot and Winston figures.
* Supports LaTex, Pandoc and Github markdown and reStructuredText output
* Supports LaTex, Pandoc, Github markdown, MultiMarkdown, Asciidoc and reStructuredText output
* Publish markdown directly to html and pdf using Pandoc.
* Simple caching of results
## Usage
Run from julia using Gadfly for plots:

View File

@ -8,10 +8,12 @@ and Sweave.
**Current features**
* Noweb or markdown syntax for input documents.
* Noweb, markdown or script syntax for input documents.
* Execute code as terminal or "script" chunks.
* Capture Gadfly, PyPlot or Winston figures.
* Supports LaTex, Pandoc and Github markdown, AsciiDoc and reStructuredText output
* Capture 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
![Weave code and output](http://mpastell.com/images/weave_demo.png)