Commit Graph

22 Commits (a4891b01a8f20557270f827a9c5a5e5e7c25ec6a)

Author SHA1 Message Date
Matti Pastell 5fb5a7ab3f Add YAML to REQUIRE 2016-12-15 00:09:25 +02:00
Matti Pastell d27ba7879c Add math support to julia markdown 2016-12-13 20:03:07 +02:00
Matti Pastell f0bcaf546a Initial implementation of pure julia markdown2html formatter 2016-12-13 13:26:34 +02:00
Matti Pastell 85b661f2cd Add ipynbas input format #48 2016-12-11 20:23:19 +02:00
Matti Pastell 7fad94eeb6 Remove compat from tests 2016-11-03 12:30:49 +02:00
Matti Pastell b7908bc2ea Preparing for 0.2 release 2016-10-30 19:11:13 +02:00
= 01a235fd88 Fix to deserialing cached content. Caching now works as previously documented and tests pass 2016-04-23 19:19:38 +03:00
Matti Pastell f50c94d0ed First version of documentation with Documenter.jl and mkdocs. Remove Docile depency 2016-04-19 16:10:10 +03:00
Matti Pastell 8a35d741f6 Fixed output format and tests for PyPlot 2016-04-12 17:08:29 +03:00
Matti Pastell ee262e81a4 Fix: Documents run code in separate SandBoxes. Each document is executed in separate sandbox module instead of redefining the same one. Fixes warnings and occasional segfaults. 2015-01-07 12:22:32 +02:00
Matti Pastell c8185984c3 Changed line wrapping added tests for it. Fixes #27.
- Added line_width chunk option
- Updated manual
- Removed Textwrap depency #27.
2015-01-05 23:15:39 +02:00
Matti Pastell eff8f1f522 Added docstrings using Docile.jl 2015-01-01 23:32:15 +02:00
Matti Pastell 9b620e4a67 Added command line script for weaving: bin/weave.jl. Closes #19 2014-12-20 16:41:37 +02:00
Art Wild ef28c52f77 updated package requirements and travis config 2014-12-19 13:45:19 -05:00
Matti Pastell 3830ef9e54 Initial Gadfly support 2014-12-03 23:34:29 +02:00
Matti Pastell 706ab8f72f Implemented formatting in Julia, removed PyCall depency 2014-12-02 16:57:00 +02:00
Douglas Bates 5daa95287d Parse the chunk options as a set of Julia expressions and store options in a Dict{Symbol,Any} 2014-12-01 16:58:12 -06:00
Matti Pastell dbc0a08fe1 formatting fix 2014-12-01 23:06:57 +02:00
Matti Pastell 5d95c806d5 Merge branch 'master' of https://github.com/dmbates/JuliaReport.jl
Conflicts:
	REQUIRE
	src/config.jl
	src/readers.jl
2014-12-01 22:58:26 +02:00
Matti Pastell bd4af9c326 Fixes to Winston support 2014-12-01 22:41:12 +02:00
Douglas Bates ba98eb4a62 Use @compat for new Dict syntax 2014-12-01 12:31:44 -06:00
Douglas Bates 30d7956262 Add a requirement of the PyPlot package (which, in turn, requires PyCall). 2014-11-25 10:02:17 -06:00